|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.pit.finder.PITGroupFinder
public class PITGroupFinder
Find point in time groups.
Constructor Summary | |
---|---|
PITGroupFinder()
|
Method Summary | |
---|---|
static PITGroup |
findById(java.lang.String id,
boolean exceptionIfNotFound)
Find point in time groups by id. |
static java.util.Set<PITGroup> |
findByName(java.lang.String name,
boolean exceptionIfNotFound,
boolean orderByStartTime)
Find point in time groups by name. |
static java.util.Set<PITGroup> |
findByName(java.lang.String name,
java.sql.Timestamp pointInTimeFrom,
java.sql.Timestamp pointInTimeTo,
boolean exceptionIfNotFound,
boolean orderByStartTime)
Find point in time groups by name and date ranges If the group currently exists, you must have view access to it. |
static java.util.Set<PITGroup> |
findBySourceId(java.lang.String id,
boolean exceptionIfNotFound)
Find point in time groups by id. |
static java.util.Set<PITGroup> |
findBySourceId(java.lang.String id,
java.sql.Timestamp pointInTimeFrom,
java.sql.Timestamp pointInTimeTo,
boolean exceptionIfNotFound)
Find point in time groups by id and date ranges If the group currently exists, you must have view access to it. |
static PITGroup |
findMostRecentByName(java.lang.String name,
boolean exceptionIfNotFound)
Find the most recent point in time group by name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PITGroupFinder()
Method Detail |
---|
public static PITGroup findById(java.lang.String id, boolean exceptionIfNotFound)
id
- exceptionIfNotFound
-
public static java.util.Set<PITGroup> findBySourceId(java.lang.String id, boolean exceptionIfNotFound)
id
- exceptionIfNotFound
-
public static java.util.Set<PITGroup> findByName(java.lang.String name, boolean exceptionIfNotFound, boolean orderByStartTime)
name
- exceptionIfNotFound
- orderByStartTime
-
public static PITGroup findMostRecentByName(java.lang.String name, boolean exceptionIfNotFound)
name
- exceptionIfNotFound
-
public static java.util.Set<PITGroup> findByName(java.lang.String name, java.sql.Timestamp pointInTimeFrom, java.sql.Timestamp pointInTimeTo, boolean exceptionIfNotFound, boolean orderByStartTime)
name
- pointInTimeFrom
- pointInTimeTo
- exceptionIfNotFound
- orderByStartTime
-
public static java.util.Set<PITGroup> findBySourceId(java.lang.String id, java.sql.Timestamp pointInTimeFrom, java.sql.Timestamp pointInTimeTo, boolean exceptionIfNotFound)
id
- pointInTimeFrom
- pointInTimeTo
- exceptionIfNotFound
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |