|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeDefDAO
attribute def data access methods
Method Summary | |
---|---|
void |
delete(AttributeDef attributeDef)
delete the attribute def |
AttributeDef |
findByAttributeDefNameIdSecure(java.lang.String attributeDefNameId,
boolean exceptionIfNotFound)
find by attributeDefNameId. |
AttributeDef |
findById(java.lang.String id,
boolean exceptionIfNotFound)
find by id. |
AttributeDef |
findByIdSecure(java.lang.String id,
boolean exceptionIfNotFound)
find by id. |
AttributeDef |
findByNameSecure(java.lang.String name,
boolean exceptionIfNotFound)
find an attribute def by name. |
java.util.Set<AttributeDef> |
findByStem(java.lang.String id)
Find all that have the given stem id. |
AttributeDef |
findByUuidOrName(java.lang.String id,
java.lang.String name,
boolean exceptionIfNotFound)
search for an attribute def by id or name |
java.util.Set<AttributeDef> |
getAllAttributeDefsSecure(GrouperSession grouperSession,
edu.internet2.middleware.subject.Subject subject,
java.util.Set<Privilege> privileges,
QueryOptions queryOptions)
get all attribute defs secure |
java.util.Set<AttributeDef> |
getAllAttributeDefsSecure(java.lang.String scope,
GrouperSession grouperSession,
edu.internet2.middleware.subject.Subject subject,
java.util.Set<Privilege> privileges,
QueryOptions queryOptions)
get all attribute defs secure |
void |
saveOrUpdate(AttributeDef attributeDef)
insert or update an attribute def object |
void |
saveUpdateProperties(AttributeDef attributeDef)
save the update properties which are auto saved when business method is called |
Method Detail |
---|
void saveOrUpdate(AttributeDef attributeDef)
attributeDef
- AttributeDef findByIdSecure(java.lang.String id, boolean exceptionIfNotFound)
id
- exceptionIfNotFound
-
AttributeDef findById(java.lang.String id, boolean exceptionIfNotFound)
id
- exceptionIfNotFound
-
AttributeDef findByAttributeDefNameIdSecure(java.lang.String attributeDefNameId, boolean exceptionIfNotFound)
attributeDefNameId
- exceptionIfNotFound
-
AttributeDef findByNameSecure(java.lang.String name, boolean exceptionIfNotFound) throws GrouperDAOException, AttributeDefNotFoundException
name
- exceptionIfNotFound
-
GrouperDAOException
AttributeDefNotFoundException
java.util.Set<AttributeDef> findByStem(java.lang.String id)
id
-
void delete(AttributeDef attributeDef)
attributeDef
- AttributeDef findByUuidOrName(java.lang.String id, java.lang.String name, boolean exceptionIfNotFound)
id
- name
- exceptionIfNotFound
-
void saveUpdateProperties(AttributeDef attributeDef)
attributeDef
- java.util.Set<AttributeDef> getAllAttributeDefsSecure(GrouperSession grouperSession, edu.internet2.middleware.subject.Subject subject, java.util.Set<Privilege> privileges, QueryOptions queryOptions)
grouperSession
- subject
- privileges
- queryOptions
-
java.util.Set<AttributeDef> getAllAttributeDefsSecure(java.lang.String scope, GrouperSession grouperSession, edu.internet2.middleware.subject.Subject subject, java.util.Set<Privilege> privileges, QueryOptions queryOptions)
scope
- grouperSession
- subject
- privileges
- queryOptions
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |