public class GroupSearchData extends SearchData<BasicGroupQuery>
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,GroupSearchData> |
CAN_CREATE_NEW |
static BasicProperty<java.lang.Boolean,GroupSearchData> |
CAN_REMOVE |
static java.lang.String |
CLASS_NAME |
static ListProperty<GroupSetVO,GroupSearchData> |
GROUP_SETS |
QUERY| Constructor and Description |
|---|
GroupSearchData() |
GroupSearchData(Property<T,? super GroupSearchData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<GroupSetVO> |
getGroupSets() |
boolean |
isCanCreateNew() |
boolean |
isCanRemove() |
void |
setCanCreateNew(boolean canCreateNew) |
void |
setCanRemove(boolean canRemove) |
void |
setGroupSets(java.util.List<GroupSetVO> groupSets) |
getQuery, setQueryaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,GroupSearchData> CAN_CREATE_NEW
public static final BasicProperty<java.lang.Boolean,GroupSearchData> CAN_REMOVE
public static final ListProperty<GroupSetVO,GroupSearchData> GROUP_SETS
public GroupSearchData()
public GroupSearchData(Property<T,? super GroupSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class SearchData<BasicGroupQuery>public boolean isCanCreateNew()
public void setCanCreateNew(boolean canCreateNew)
public boolean isCanRemove()
public void setCanRemove(boolean canRemove)
public java.util.List<GroupSetVO> getGroupSets()
public void setGroupSets(java.util.List<GroupSetVO> groupSets)