public class RollbackInfoCriteria extends PagingCriteria
RollbackInfo
-s.PagingCriteria.DynamicOrdering
Constructor and Description |
---|
RollbackInfoCriteria()
Default constructor.
|
RollbackInfoCriteria(int count)
Constructor with paging ON and given result count.
|
RollbackInfoCriteria(int index,
int count)
Constructor with paging ON and given index and result count.
|
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedFrom()
Returns the created from value.
|
Date |
getCreatedTo()
Returns the created to value.
|
String |
getExceptionPattern()
Returns the exception pattern.
|
Long |
getId() |
String |
getMethodPattern()
Returns the method pattern.
|
Long |
getModelInstanceId()
Returns the model instance id.
|
RollbackInfoOrdering |
getOrdering()
Returns the ordering.
|
Date |
getResendFrom() |
Date |
getResendTo() |
Boolean |
getResent() |
String |
getServicePattern()
Returns the service pattern.
|
boolean |
isExceptionPatternCaseInsensitive()
Returns
true if the exception pattern is case insensitive. |
boolean |
isMethodPatternCaseInsensitive()
Returns
true if the method pattern is case insensitive. |
boolean |
isServicePatternCaseInsensitive()
Returns
true if the service pattern is case insensitive. |
void |
setCreatedFrom(Date createdFrom)
Sets the created from value.
|
void |
setCreatedTo(Date createdTo)
Sets the created to value.
|
void |
setExceptionPattern(String exceptionPattern)
Sets the exception pattern.
|
void |
setExceptionPatternCaseInsensitive(boolean exceptionPatternCaseInsensitive)
Sets the exception pattern case insensitive flag.
|
void |
setId(Long id) |
void |
setMethodPattern(String methodPattern)
Sets the method pattern.
|
void |
setMethodPatternCaseInsensitive(boolean methodPatternCaseInsensitive)
Sets the method pattern case insensitive flag.
|
void |
setModelInstanceId(Long modelInstanceId)
Sets the model instance id.
|
void |
setOrdering(RollbackInfoColumn column,
OrderDirection direction)
Sets the ordering using the given column and direction.
|
void |
setResendFrom(Date from) |
void |
setResendTo(Date to) |
void |
setResent(Boolean resent) |
void |
setServicePattern(String servicePattern)
Sets the service pattern.
|
void |
setServicePatternCaseInsensitive(boolean servicePatternCaseInsensitive)
Sets the service pattern case insensitive flag.
|
getCount, getDynamicOrdering, getFilters, getIndex, isPaged, setCount, setDynamicOrdering, setFilters, setIndex
public RollbackInfoCriteria()
public RollbackInfoCriteria(int count)
count
- public RollbackInfoCriteria(int index, int count)
index
- count
- public Long getModelInstanceId()
public void setModelInstanceId(Long modelInstanceId)
modelInstanceId
- public Boolean getResent()
public void setResent(Boolean resent)
resent
- the resent to setpublic String getServicePattern()
public void setServicePattern(String servicePattern)
servicePattern
- public String getMethodPattern()
public void setMethodPattern(String methodPattern)
methodPattern
- public String getExceptionPattern()
public void setExceptionPattern(String exceptionPattern)
exceptionPattern
- public boolean isServicePatternCaseInsensitive()
true
if the service pattern is case insensitive.true
if the service pattern is case insensitivepublic void setServicePatternCaseInsensitive(boolean servicePatternCaseInsensitive)
servicePatternCaseInsensitive
- public boolean isMethodPatternCaseInsensitive()
true
if the method pattern is case insensitive.true
if the method pattern is case insensitivepublic void setMethodPatternCaseInsensitive(boolean methodPatternCaseInsensitive)
methodPatternCaseInsensitive
- public boolean isExceptionPatternCaseInsensitive()
true
if the exception pattern is case insensitive.true
if the exception pattern is case insensitivepublic void setExceptionPatternCaseInsensitive(boolean exceptionPatternCaseInsensitive)
exceptionPatternCaseInsensitive
- public Date getCreatedFrom()
public void setCreatedFrom(Date createdFrom)
createdFrom
- public Date getCreatedTo()
public void setCreatedTo(Date createdTo)
createdTo
- public void setId(Long id)
public Long getId()
public void setResendFrom(Date from)
public Date getResendFrom()
public void setResendTo(Date to)
public Date getResendTo()
public void setOrdering(RollbackInfoColumn column, OrderDirection direction)
column
- direction
- public RollbackInfoOrdering getOrdering()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.