|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeDefScopeDAO
attribute assign value data access methods
Method Summary | |
---|---|
void |
delete(AttributeDefScope attributeDefScope)
delete an attribute def scope object |
java.util.Set<AttributeDefScope> |
findByAttributeDefId(java.lang.String attributeDefId,
QueryOptions queryOptions)
find all the scopes for a def |
AttributeDefScope |
findById(java.lang.String id,
boolean exceptionIfNotFound)
|
AttributeDefScope |
findByUuidOrKey(java.util.Collection<java.lang.String> idsToIgnore,
java.lang.String id,
java.lang.String attributeDefId,
java.lang.String attributeDefScopeType,
boolean exceptionIfNull,
java.lang.String scopeString)
|
void |
saveOrUpdate(AttributeDefScope attributeDefScope)
insert or update an attribute def scope object |
void |
saveUpdateProperties(AttributeDefScope attributeDefScope)
save the update properties which are auto saved when business method is called |
Method Detail |
---|
void saveOrUpdate(AttributeDefScope attributeDefScope)
attributeDefScope
- AttributeDefScope findById(java.lang.String id, boolean exceptionIfNotFound) throws AttributeDefScopeNotFoundException
id
- exceptionIfNotFound
-
AttributeDefScopeNotFoundException
AttributeDefScope findByUuidOrKey(java.util.Collection<java.lang.String> idsToIgnore, java.lang.String id, java.lang.String attributeDefId, java.lang.String attributeDefScopeType, boolean exceptionIfNull, java.lang.String scopeString) throws GrouperDAOException
id
- idsToIgnore
- attributeDefId
- attributeDefScopeType
- exceptionIfNull
- scopeString
- is for matching (if id doesnt match)
GrouperDAOException
void saveUpdateProperties(AttributeDefScope attributeDefScope)
attributeDefScope
- java.util.Set<AttributeDefScope> findByAttributeDefId(java.lang.String attributeDefId, QueryOptions queryOptions)
attributeDefId
- queryOptions
-
void delete(AttributeDefScope attributeDefScope)
attributeDefScope
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |