public final class CmsVisitEntryFilter extends java.lang.Object implements java.lang.Cloneable
CmsVisitEntry instances from the database.| Modifier and Type | Field and Description |
|---|---|
static CmsVisitEntryFilter |
ALL
To filter all.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
CmsVisitEntryFilter |
filterFrom(long from)
Returns an extended filter with the starting date restriction.
|
CmsVisitEntryFilter |
filterResource(CmsUUID structureId)
Returns an extended filter with the given resource restriction.
|
CmsVisitEntryFilter |
filterTo(long to)
Returns an extended filter with the end date restriction.
|
CmsVisitEntryFilter |
filterUser(CmsUUID userId)
Returns an extended filter with the given user ID restriction.
|
long |
getDateFrom()
Returns the starting date restriction.
|
long |
getDateTo()
Returns the end date restriction.
|
CmsUUID |
getStructureId()
Returns the structure Id of the resource to filter.
|
CmsUUID |
getUserId()
Returns the user ID restriction.
|
java.lang.String |
toString() |
public static final CmsVisitEntryFilter ALL
public java.lang.Object clone()
clone in class java.lang.ObjectObject.clone()public CmsVisitEntryFilter filterFrom(long from)
from - the starting date to filterpublic CmsVisitEntryFilter filterResource(CmsUUID structureId)
structureId - the structure id to filterpublic CmsVisitEntryFilter filterTo(long to)
to - the end date to filterpublic CmsVisitEntryFilter filterUser(CmsUUID userId)
userId - the user ID to filterpublic long getDateFrom()
public long getDateTo()
public CmsUUID getStructureId()
public CmsUUID getUserId()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()