Package org.cyclos.model.system.networks
Class NetworkQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.system.networks.NetworkQuery
-
- All Implemented Interfaces:
Serializable
public class NetworkQuery extends QueryParameters
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<Boolean,NetworkQuery>DEFAULT_ONLYstatic BasicProperty<Boolean,NetworkQuery>FROM_MENUstatic BasicProperty<String,NetworkQuery>INTERNAL_NAMEstatic BasicProperty<AdminGroupVO,NetworkQuery>MANAGED_BY_GROUPstatic BasicProperty<String,NetworkQuery>NAMEstatic BasicProperty<NetworkOrderBy,NetworkQuery>ORDER_BYstatic BasicProperty<Boolean,NetworkQuery>RETURN_DISABLED-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description NetworkQuery()NetworkQuery(Property<T,? super NetworkQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetInternalName()AdminGroupVOgetManagedByGroup()StringgetName()NetworkOrderBygetOrderBy()booleanisDefaultOnly()booleanisFromMenu()booleanisReturnDisabled()voidsetDefaultOnly(boolean defaultOnly)voidsetFromMenu(boolean fromMenu)voidsetInternalName(String internalName)voidsetManagedByGroup(AdminGroupVO managedByGroup)voidsetName(String name)voidsetOrderBy(NetworkOrderBy orderBy)voidsetReturnDisabled(boolean returnDisabled)-
Methods inherited from class org.cyclos.model.QueryParameters
getCurrentPage, getPageSize, isSkipTotalCount, setCountOnly, setCurrentPage, setPageSize, setSkipTotalCount, setUnlimited, useMaxAllowedPagination
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
DEFAULT_ONLY
public static final BasicProperty<Boolean,NetworkQuery> DEFAULT_ONLY
-
FROM_MENU
public static final BasicProperty<Boolean,NetworkQuery> FROM_MENU
-
INTERNAL_NAME
public static final BasicProperty<String,NetworkQuery> INTERNAL_NAME
-
MANAGED_BY_GROUP
public static final BasicProperty<AdminGroupVO,NetworkQuery> MANAGED_BY_GROUP
-
NAME
public static final BasicProperty<String,NetworkQuery> NAME
-
ORDER_BY
public static final BasicProperty<NetworkOrderBy,NetworkQuery> ORDER_BY
-
RETURN_DISABLED
public static final BasicProperty<Boolean,NetworkQuery> RETURN_DISABLED
-
-
Constructor Detail
-
NetworkQuery
public NetworkQuery()
-
NetworkQuery
public NetworkQuery(Property<T,? super NetworkQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classQueryParameters
-
isDefaultOnly
public boolean isDefaultOnly()
-
setDefaultOnly
public void setDefaultOnly(boolean defaultOnly)
-
isFromMenu
public boolean isFromMenu()
-
setFromMenu
public void setFromMenu(boolean fromMenu)
-
getInternalName
public String getInternalName()
-
setInternalName
public void setInternalName(String internalName)
-
getManagedByGroup
public AdminGroupVO getManagedByGroup()
-
setManagedByGroup
public void setManagedByGroup(AdminGroupVO managedByGroup)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getOrderBy
public NetworkOrderBy getOrderBy()
-
setOrderBy
public void setOrderBy(NetworkOrderBy orderBy)
-
isReturnDisabled
public boolean isReturnDisabled()
-
setReturnDisabled
public void setReturnDisabled(boolean returnDisabled)
-
-