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