|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.CmsVisitEntryFilter
public final class CmsVisitEntryFilter
A filter which contains criteria for reading CmsVisitEntry instances from the database.
| Field Summary | |
|---|---|
static CmsVisitEntryFilter |
ALL
To filter all. |
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final CmsVisitEntryFilter ALL
| Method Detail |
|---|
public java.lang.Object clone()
clone in class java.lang.ObjectObject.clone()public CmsVisitEntryFilter filterFrom(long from)
from - the starting date to filter
public CmsVisitEntryFilter filterResource(CmsUUID structureId)
structureId - the structure id to filter
public CmsVisitEntryFilter filterTo(long to)
to - the end date to filter
public CmsVisitEntryFilter filterUser(CmsUUID userId)
userId - the user ID to filter
public long getDateFrom()
public long getDateTo()
public CmsUUID getStructureId()
public CmsUUID getUserId()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||