Package org.cyclos.model.users.groups
Class GroupSearchData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.SearchData<BasicGroupQuery>
-
- org.cyclos.model.users.groups.GroupSearchData
-
- All Implemented Interfaces:
Serializable
public class GroupSearchData extends SearchData<BasicGroupQuery>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<Boolean,GroupSearchData>CAN_CREATE_NEWstatic BasicProperty<Boolean,GroupSearchData>CAN_REMOVEstatic StringCLASS_NAMEstatic ListProperty<GroupSetVO,GroupSearchData>GROUP_SETS-
Fields inherited from class org.cyclos.model.SearchData
QUERY
-
-
Constructor Summary
Constructors Constructor Description GroupSearchData()GroupSearchData(Property<T,? super GroupSearchData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<GroupSetVO>getGroupSets()booleanisCanCreateNew()booleanisCanRemove()voidsetCanCreateNew(boolean canCreateNew)voidsetCanRemove(boolean canRemove)voidsetGroupSets(List<GroupSetVO> groupSets)-
Methods inherited from class org.cyclos.model.SearchData
getQuery, setQuery
-
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
-
CAN_CREATE_NEW
public static final BasicProperty<Boolean,GroupSearchData> CAN_CREATE_NEW
-
CAN_REMOVE
public static final BasicProperty<Boolean,GroupSearchData> CAN_REMOVE
-
GROUP_SETS
public static final ListProperty<GroupSetVO,GroupSearchData> GROUP_SETS
-
-
Constructor Detail
-
GroupSearchData
public GroupSearchData()
-
GroupSearchData
public GroupSearchData(Property<T,? super GroupSearchData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classSearchData<BasicGroupQuery>
-
isCanCreateNew
public boolean isCanCreateNew()
-
setCanCreateNew
public void setCanCreateNew(boolean canCreateNew)
-
isCanRemove
public boolean isCanRemove()
-
setCanRemove
public void setCanRemove(boolean canRemove)
-
getGroupSets
public List<GroupSetVO> getGroupSets()
-
setGroupSets
public void setGroupSets(List<GroupSetVO> groupSets)
-
-