|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompositeNotFoundException | |
---|---|
edu.internet2.middleware.grouper | The I2MI Grouper project is an open source toolkit for managing groups. |
edu.internet2.middleware.grouper.internal.dao | This package contains the data access object interfaces that a DB layer would have to implement (generally revolving around queries to DB) |
edu.internet2.middleware.grouper.internal.dao.hib3 | This package contains hib3 related data access object implementations and mappings |
Uses of CompositeNotFoundException in edu.internet2.middleware.grouper |
---|
Methods in edu.internet2.middleware.grouper that throw CompositeNotFoundException | |
---|---|
static Composite |
CompositeFinder.findAsOwner(Group g)
Deprecated. use findAsOwner(Group, boolean) instead. |
static Composite |
CompositeFinder.findAsOwner(Group g,
boolean throwExceptionIfNotFound)
Find Composite owned by this Group . |
Composite |
Group.getComposite()
Deprecated. use the overload with boolean instead |
Composite |
Membership.getViaComposite()
A composite group is composed of two groups and a set operator (stored in grouper_composites table) (e.g. union, intersection, etc). |
Uses of CompositeNotFoundException in edu.internet2.middleware.grouper.internal.dao |
---|
Methods in edu.internet2.middleware.grouper.internal.dao that throw CompositeNotFoundException | |
---|---|
Composite |
CompositeDAO.findAsOwner(Group _g,
boolean exceptionIfNotFound)
|
Composite |
CompositeDAO.findByUuid(java.lang.String uuid,
boolean exceptionIfNotFound)
|
Uses of CompositeNotFoundException in edu.internet2.middleware.grouper.internal.dao.hib3 |
---|
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that throw CompositeNotFoundException | |
---|---|
Composite |
Hib3CompositeDAO.findAsOwner(Group _g,
boolean throwExceptionIfNotFound)
|
Composite |
Hib3CompositeDAO.findByUuid(java.lang.String uuid,
boolean throwExceptionIfNotFound)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |