Class BulkActionsSearchData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.SearchData<BulkActionQuery>
-
- org.cyclos.model.users.bulkactions.BulkActionsSearchData
-
- All Implemented Interfaces:
Serializable
public class BulkActionsSearchData extends SearchData<BulkActionQuery>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic ListProperty<BulkActionNature,BulkActionsSearchData>RUN_BUILT_INstatic ListProperty<CustomOperationVO,BulkActionsSearchData>RUN_CUSTOM_OPERATIONS-
Fields inherited from class org.cyclos.model.SearchData
QUERY
-
-
Constructor Summary
Constructors Constructor Description BulkActionsSearchData()BulkActionsSearchData(Property<T,? super BulkActionsSearchData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<BulkActionNature>getRunBuiltIn()List<CustomOperationVO>getRunCustomOperations()voidsetRunBuiltIn(List<BulkActionNature> runBuiltIn)voidsetRunCustomOperations(List<CustomOperationVO> runCustomOperations)-
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
-
RUN_BUILT_IN
public static final ListProperty<BulkActionNature,BulkActionsSearchData> RUN_BUILT_IN
-
RUN_CUSTOM_OPERATIONS
public static final ListProperty<CustomOperationVO,BulkActionsSearchData> RUN_CUSTOM_OPERATIONS
-
-
Constructor Detail
-
BulkActionsSearchData
public BulkActionsSearchData()
-
BulkActionsSearchData
public BulkActionsSearchData(Property<T,? super BulkActionsSearchData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classSearchData<BulkActionQuery>
-
getRunBuiltIn
public List<BulkActionNature> getRunBuiltIn()
-
setRunBuiltIn
public void setRunBuiltIn(List<BulkActionNature> runBuiltIn)
-
getRunCustomOperations
public List<CustomOperationVO> getRunCustomOperations()
-
setRunCustomOperations
public void setRunCustomOperations(List<CustomOperationVO> runCustomOperations)
-
-