Class EntityLogSearchData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.SearchData<EntityPropertyLogQuery>
-
- org.cyclos.model.system.entitylogs.EntityLogSearchData
-
- All Implemented Interfaces:
Serializable
public class EntityLogSearchData extends SearchData<EntityPropertyLogQuery>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic ListProperty<ExportFormatVO,EntityLogSearchData>EXPORT_FORMATSstatic ListProperty<NetworkVO,EntityLogSearchData>NETWORKSstatic ListProperty<RecordTypeVO,EntityLogSearchData>RECORD_TYPESstatic ListProperty<EntityLogTypeFilter,EntityLogSearchData>TYPE_FILTERS-
Fields inherited from class org.cyclos.model.SearchData
QUERY
-
-
Constructor Summary
Constructors Constructor Description EntityLogSearchData()EntityLogSearchData(Property<T,? super EntityLogSearchData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<ExportFormatVO>getExportFormats()List<NetworkVO>getNetworks()List<RecordTypeVO>getRecordTypes()List<EntityLogTypeFilter>getTypeFilters()voidsetExportFormats(List<ExportFormatVO> exportFormats)voidsetNetworks(List<NetworkVO> networks)voidsetRecordTypes(List<RecordTypeVO> recordTypes)voidsetTypeFilters(List<EntityLogTypeFilter> typeFilters)-
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
-
EXPORT_FORMATS
public static final ListProperty<ExportFormatVO,EntityLogSearchData> EXPORT_FORMATS
-
NETWORKS
public static final ListProperty<NetworkVO,EntityLogSearchData> NETWORKS
-
RECORD_TYPES
public static final ListProperty<RecordTypeVO,EntityLogSearchData> RECORD_TYPES
-
TYPE_FILTERS
public static final ListProperty<EntityLogTypeFilter,EntityLogSearchData> TYPE_FILTERS
-
-
Constructor Detail
-
EntityLogSearchData
public EntityLogSearchData()
-
EntityLogSearchData
public EntityLogSearchData(Property<T,? super EntityLogSearchData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classSearchData<EntityPropertyLogQuery>
-
getExportFormats
public List<ExportFormatVO> getExportFormats()
-
setExportFormats
public void setExportFormats(List<ExportFormatVO> exportFormats)
-
getRecordTypes
public List<RecordTypeVO> getRecordTypes()
-
setRecordTypes
public void setRecordTypes(List<RecordTypeVO> recordTypes)
-
getTypeFilters
public List<EntityLogTypeFilter> getTypeFilters()
-
setTypeFilters
public void setTypeFilters(List<EntityLogTypeFilter> typeFilters)
-
-