|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeDAO
Basic Attribute
DAO interface.
Method Summary | |
---|---|
void |
createOrUpdate(Attribute attribute)
|
void |
delete(Attribute attribute)
delete an attribute from the database |
Map<String,Attribute> |
findAllAttributesByGroup(String uuid)
|
Attribute |
findByUuidOrName(String id,
String groupUUID,
String fieldId,
boolean exceptionIfNotFound)
|
void |
saveUpdateProperties(Attribute attribute)
save the update properties which are auto saved when business method is called |
Method Detail |
---|
void createOrUpdate(Attribute attribute)
attribute
- Map<String,Attribute> findAllAttributesByGroup(String uuid) throws GrouperDAOException
uuid
-
GrouperDAOException
void delete(Attribute attribute)
attribute
- Attribute findByUuidOrName(String id, String groupUUID, String fieldId, boolean exceptionIfNotFound)
id
- groupUUID
- fieldId
- exceptionIfNotFound
-
void saveUpdateProperties(Attribute attribute)
attribute
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |