Class ErrorLogQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.messaging.errorlogs.ErrorLogQuery
-
- All Implemented Interfaces:
Serializable
public class ErrorLogQuery extends QueryParameters
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<CustomBackgroundTaskVO,ErrorLogQuery>CUSTOM_BACKGROUND_TASKstatic BasicProperty<DatePeriodDTO,ErrorLogQuery>DATEstatic BasicProperty<UserVO,ErrorLogQuery>LOGGED_USERstatic BasicProperty<String,ErrorLogQuery>METHODstatic BasicProperty<NetworkVO,ErrorLogQuery>NETWORKstatic BasicProperty<Boolean,ErrorLogQuery>ONLY_GLOBALstatic BasicProperty<String,ErrorLogQuery>REMOTE_ADDRESSstatic BasicProperty<Boolean,ErrorLogQuery>REMOVED-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description ErrorLogQuery()ErrorLogQuery(Property<T,? super ErrorLogQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()CustomBackgroundTaskVOgetCustomBackgroundTask()DatePeriodDTOgetDate()UserVOgetLoggedUser()StringgetMethod()NetworkVOgetNetwork()BooleangetOnlyGlobal()StringgetRemoteAddress()BooleangetRemoved()voidsetCustomBackgroundTask(CustomBackgroundTaskVO customBackgroundTask)voidsetDate(DatePeriodDTO date)voidsetLoggedUser(UserVO loggedUser)voidsetMethod(String method)voidsetNetwork(NetworkVO network)voidsetOnlyGlobal(Boolean onlyGlobal)voidsetRemoteAddress(String remoteAddress)voidsetRemoved(Boolean removed)-
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
-
CUSTOM_BACKGROUND_TASK
public static final BasicProperty<CustomBackgroundTaskVO,ErrorLogQuery> CUSTOM_BACKGROUND_TASK
-
DATE
public static final BasicProperty<DatePeriodDTO,ErrorLogQuery> DATE
-
LOGGED_USER
public static final BasicProperty<UserVO,ErrorLogQuery> LOGGED_USER
-
METHOD
public static final BasicProperty<String,ErrorLogQuery> METHOD
-
NETWORK
public static final BasicProperty<NetworkVO,ErrorLogQuery> NETWORK
-
ONLY_GLOBAL
public static final BasicProperty<Boolean,ErrorLogQuery> ONLY_GLOBAL
-
REMOTE_ADDRESS
public static final BasicProperty<String,ErrorLogQuery> REMOTE_ADDRESS
-
REMOVED
public static final BasicProperty<Boolean,ErrorLogQuery> REMOVED
-
-
Constructor Detail
-
ErrorLogQuery
public ErrorLogQuery()
-
ErrorLogQuery
public ErrorLogQuery(Property<T,? super ErrorLogQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classQueryParameters
-
getCustomBackgroundTask
public CustomBackgroundTaskVO getCustomBackgroundTask()
-
setCustomBackgroundTask
public void setCustomBackgroundTask(CustomBackgroundTaskVO customBackgroundTask)
-
getDate
public DatePeriodDTO getDate()
-
setDate
public void setDate(DatePeriodDTO date)
-
getLoggedUser
public UserVO getLoggedUser()
-
setLoggedUser
public void setLoggedUser(UserVO loggedUser)
-
getMethod
public String getMethod()
-
setMethod
public void setMethod(String method)
-
getNetwork
public NetworkVO getNetwork()
-
setNetwork
public void setNetwork(NetworkVO network)
-
getOnlyGlobal
public Boolean getOnlyGlobal()
-
setOnlyGlobal
public void setOnlyGlobal(Boolean onlyGlobal)
-
getRemoteAddress
public String getRemoteAddress()
-
setRemoteAddress
public void setRemoteAddress(String remoteAddress)
-
getRemoved
public Boolean getRemoved()
-
setRemoved
public void setRemoved(Boolean removed)
-
-