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