public class LogCriteria extends PagingCriteria
PagingCriteria.DynamicOrdering
Constructor and Description |
---|
LogCriteria()
Default constructor with no paging.
|
LogCriteria(int count)
Constructor with the defined count of items per page.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescriptionPattern()
Returns the log description pattern.
|
Long |
getId() |
Date |
getLogDateFrom()
Returns the log date from.
|
Date |
getLogDateTo()
Returns the log date to.
|
Integer |
getMinLevel()
Returns the minimum log level criterion.
|
Long |
getModelInstanceId()
Returns the model instance id.
|
LogOrdering |
getOrdering()
Returns the ordering.
|
boolean |
isDescriptionPatternCaseInsensitive()
Returns
true if the description pattern is case insensitive. |
void |
setDescriptionPattern(String descriptionPattern)
Sets the log description pattern.
|
void |
setDescriptionPatternCaseInsensitive(boolean descriptionPatternCaseInsensitive)
Sets whether the description pattern is case insensitive.
|
void |
setId(Long id) |
void |
setLogDateFrom(Date logDateFrom)
Sets the log date from.
|
void |
setLogDateTo(Date logDateTo)
Sets the log date to.
|
void |
setMinLevel(Integer minLevel)
Sets the minimum log level criterion.
|
void |
setModelInstanceId(Long modelInstanceId)
Sets the process id.
|
void |
setOrdering(LogColumn column)
Sets the ascending ordering using the given column.
|
void |
setOrdering(LogColumn column,
OrderDirection direction)
Sets the ordering using the given column and direction.
|
void |
setOrdering(LogOrdering ordering)
Sets the ordering.
|
getCount, getDynamicOrdering, getFilters, getIndex, isPaged, setCount, setDynamicOrdering, setFilters, setIndex
public LogCriteria()
public LogCriteria(int count)
count
- public Integer getMinLevel()
public void setMinLevel(Integer minLevel)
minLevel
- public String getDescriptionPattern()
public void setDescriptionPattern(String descriptionPattern)
descriptionPattern
- public boolean isDescriptionPatternCaseInsensitive()
true
if the description pattern is case insensitive.true
if the description pattern is case insensitive,
false
if the description pattern is case sensitivepublic void setDescriptionPatternCaseInsensitive(boolean descriptionPatternCaseInsensitive)
descriptionPatternCaseInsensitive
- public Long getModelInstanceId()
public void setModelInstanceId(Long modelInstanceId)
modelInstanceId
- public LogOrdering getOrdering()
public Date getLogDateFrom()
public void setLogDateFrom(Date logDateFrom)
logDateFrom
- public Date getLogDateTo()
public void setLogDateTo(Date logDateTo)
logDateTo
- public void setOrdering(LogOrdering ordering)
ordering
- public void setOrdering(LogColumn column)
column
- public void setOrdering(LogColumn column, OrderDirection direction)
column
- direction
- public void setId(Long id)
public Long getId()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.