Class EntityPropertyLogQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.system.entitylogs.EntityPropertyLogQuery
-
- All Implemented Interfaces:
Serializable
public class EntityPropertyLogQuery extends QueryParameters
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description EntityPropertyLogQuery()EntityPropertyLogQuery(Property<T,? super EntityPropertyLogQuery> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.QueryParameters
getCurrentPage, getPageSize, isSkipTotalCount, setCountOnly, setCurrentPage, setPageSize, setSkipTotalCount, setUnlimited, useMaxAllowedPagination
-
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
-
AS_MANAGER
public static final BasicProperty<Boolean,EntityPropertyLogQuery> AS_MANAGER
-
BY
public static final BasicProperty<BasicUserVO,EntityPropertyLogQuery> BY
-
ENTITY_ID
public static final BasicProperty<Long,EntityPropertyLogQuery> ENTITY_ID
-
ENTITY_NAME
public static final BasicProperty<String,EntityPropertyLogQuery> ENTITY_NAME
-
EVENT
public static final BasicProperty<EntityLogEvent,EntityPropertyLogQuery> EVENT
-
KEYWORDS
public static final BasicProperty<String,EntityPropertyLogQuery> KEYWORDS
-
NETWORK
public static final BasicProperty<NetworkVO,EntityPropertyLogQuery> NETWORK
-
ONLY_GLOBAL
public static final BasicProperty<Boolean,EntityPropertyLogQuery> ONLY_GLOBAL
-
ORDER_BY
public static final BasicProperty<EntityPropertyLogOrderBy,EntityPropertyLogQuery> ORDER_BY
-
PERIOD
public static final BasicProperty<DatePeriodDTO,EntityPropertyLogQuery> PERIOD
-
RECORD_TYPE
public static final BasicProperty<RecordTypeVO,EntityPropertyLogQuery> RECORD_TYPE
-
TYPE
public static final BasicProperty<EntityLogType,EntityPropertyLogQuery> TYPE
-
TYPE_FILTERS
public static final SetProperty<EntityLogTypeFilter,EntityPropertyLogQuery> TYPE_FILTERS
-
USER
public static final BasicProperty<BasicUserVO,EntityPropertyLogQuery> USER
-
-
Constructor Detail
-
EntityPropertyLogQuery
public EntityPropertyLogQuery()
-
EntityPropertyLogQuery
public EntityPropertyLogQuery(Property<T,? super EntityPropertyLogQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classQueryParameters
-
getAsManager
public Boolean getAsManager()
-
setAsManager
public void setAsManager(Boolean asManager)
-
getBy
public BasicUserVO getBy()
-
setBy
public void setBy(BasicUserVO by)
-
getEntityId
public Long getEntityId()
-
setEntityId
public void setEntityId(Long entityId)
-
getEntityName
public String getEntityName()
-
setEntityName
public void setEntityName(String entityName)
-
getEvent
public EntityLogEvent getEvent()
-
setEvent
public void setEvent(EntityLogEvent event)
-
getKeywords
public String getKeywords()
-
setKeywords
public void setKeywords(String keywords)
-
getNetwork
public NetworkVO getNetwork()
-
setNetwork
public void setNetwork(NetworkVO network)
-
getOnlyGlobal
public Boolean getOnlyGlobal()
-
setOnlyGlobal
public void setOnlyGlobal(Boolean onlyGlobal)
-
getOrderBy
public EntityPropertyLogOrderBy getOrderBy()
-
setOrderBy
public void setOrderBy(EntityPropertyLogOrderBy orderBy)
-
getPeriod
public DatePeriodDTO getPeriod()
-
setPeriod
public void setPeriod(DatePeriodDTO period)
-
getRecordType
public RecordTypeVO getRecordType()
-
setRecordType
public void setRecordType(RecordTypeVO recordType)
-
getType
public EntityLogType getType()
-
setType
public void setType(EntityLogType type)
-
getTypeFilters
public Set<EntityLogTypeFilter> getTypeFilters()
-
setTypeFilters
public void setTypeFilters(Set<EntityLogTypeFilter> typeFilters)
-
getUser
public BasicUserVO getUser()
-
setUser
public void setUser(BasicUserVO user)
-
-