Uses of Class
edu.internet2.middleware.grouper.pit.PITAttributeDef
Packages that use PITAttributeDef
Package
Description
This package contains the data access object interfaces that a DB
layer would have to implement (generally revolving around queries to DB)
This package contains hib3 related data access object implementations
and mappings
-
Uses of PITAttributeDef in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao that return PITAttributeDefModifier and TypeMethodDescriptionPITAttributeDefDAO.findBySourceIdActive
(String id, boolean exceptionIfNotFound) PITAttributeDefDAO.findBySourceIdIndexActive
(long sourceIdIndex, boolean exceptionIfNotFound) PITAttributeDefDAO.findBySourceIdUnique
(String id, boolean exceptionIfNotFound) Methods in edu.internet2.middleware.grouper.internal.dao that return types with arguments of type PITAttributeDefModifier and TypeMethodDescriptionPITAttributeDefDAO.findByIds
(Collection<String> ids) PITAttributeDefDAO.findByName
(String name, boolean orderByStartTime) PITAttributeDefDAO.findByPITStemId
(String id) PITAttributeDefDAO.findBySourceId
(String id, boolean exceptionIfNotFound) PITAttributeDefDAO.findMissingInactivePITAttributeDefs()
Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type PITAttributeDefModifier and TypeMethodDescriptionvoid
PITAttributeDefDAO.delete
(PITAttributeDef pitAttributeDef) deletevoid
PITAttributeDefDAO.saveOrUpdate
(PITAttributeDef pitAttributeDef) insert or updateMethod parameters in edu.internet2.middleware.grouper.internal.dao with type arguments of type PITAttributeDefModifier and TypeMethodDescriptionvoid
PITAttributeDefDAO.saveOrUpdate
(Set<PITAttributeDef> pitAttributeDefs) insert or update -
Uses of PITAttributeDef in edu.internet2.middleware.grouper.internal.dao.hib3
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return PITAttributeDefModifier and TypeMethodDescriptionHib3PITAttributeDefDAO.findBySourceIdActive
(String id, boolean exceptionIfNotFound) Hib3PITAttributeDefDAO.findBySourceIdIndexActive
(long sourceIdIndex, boolean exceptionIfNotFound) Hib3PITAttributeDefDAO.findBySourceIdUnique
(String id, boolean exceptionIfNotFound) Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return types with arguments of type PITAttributeDefModifier and TypeMethodDescriptionHib3PITAttributeDefDAO.findByIds
(Collection<String> ids) Hib3PITAttributeDefDAO.findByName
(String name, boolean orderByStartTime) Hib3PITAttributeDefDAO.findByPITStemId
(String id) Hib3PITAttributeDefDAO.findBySourceId
(String id, boolean exceptionIfNotFound) Hib3PITAttributeDefDAO.findMissingInactivePITAttributeDefs()
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type PITAttributeDefModifier and TypeMethodDescriptionvoid
Hib3PITAttributeDefDAO.delete
(PITAttributeDef pitAttributeDef) void
Hib3PITAttributeDefDAO.saveOrUpdate
(PITAttributeDef pitAttributeDef) Method parameters in edu.internet2.middleware.grouper.internal.dao.hib3 with type arguments of type PITAttributeDefModifier and TypeMethodDescriptionvoid
Hib3PITAttributeDefDAO.saveOrUpdate
(Set<PITAttributeDef> pitAttributeDefs) -
Uses of PITAttributeDef in edu.internet2.middleware.grouper.pit
Methods in edu.internet2.middleware.grouper.pit that return PITAttributeDefModifier and TypeMethodDescriptionPITGroupSet.getMemberPITAttributeDef()
PITAttributeAssign.getOwnerPITAttributeDef()
PITAttributeAssignValueView.getOwnerPITAttributeDef()
PITGroupSet.getOwnerPITAttributeDef()
PITMembership.getOwnerPITAttributeDef()
PITAttributeAssignAction.getPITAttributeDef()
PITAttributeDefName.getPITAttributeDef()
-
Uses of PITAttributeDef in edu.internet2.middleware.grouper.pit.finder
Methods in edu.internet2.middleware.grouper.pit.finder that return PITAttributeDefModifier and TypeMethodDescriptionstatic PITAttributeDef
Find point in time attribute defs by id.Methods in edu.internet2.middleware.grouper.pit.finder that return types with arguments of type PITAttributeDefModifier and TypeMethodDescriptionstatic Set<PITAttributeDef>
PITAttributeDefFinder.findByName
(String name, boolean exceptionIfNotFound, boolean orderByStartTime) Find point in time attribute defs by name.static Set<PITAttributeDef>
PITAttributeDefFinder.findByName
(String name, Timestamp pointInTimeFrom, 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 Set<PITAttributeDef>
PITAttributeDefFinder.findBySourceId
(String id, boolean exceptionIfNotFound) Find point in time attribute defs by id.static Set<PITAttributeDef>
PITAttributeDefFinder.findBySourceId
(String id, Timestamp pointInTimeFrom, 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.