Class ConfigurationSearchData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.SearchData<ConfigurationQuery>
-
- org.cyclos.model.system.configurations.ConfigurationSearchData
-
- All Implemented Interfaces:
Serializable
public class ConfigurationSearchData extends SearchData<ConfigurationQuery>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic ListProperty<BasicGroupVO,ConfigurationSearchData>GROUPS-
Fields inherited from class org.cyclos.model.SearchData
QUERY
-
-
Constructor Summary
Constructors Constructor Description ConfigurationSearchData()ConfigurationSearchData(Property<T,? super ConfigurationSearchData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<BasicGroupVO>getGroups()voidsetGroups(List<BasicGroupVO> groups)-
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
-
GROUPS
public static final ListProperty<BasicGroupVO,ConfigurationSearchData> GROUPS
-
-
Constructor Detail
-
ConfigurationSearchData
public ConfigurationSearchData()
-
ConfigurationSearchData
public ConfigurationSearchData(Property<T,? super ConfigurationSearchData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classSearchData<ConfigurationQuery>
-
getGroups
public List<BasicGroupVO> getGroups()
-
setGroups
public void setGroups(List<BasicGroupVO> groups)
-
-