|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeDefNameDAO
attribute def name data access methods
Method Summary | |
---|---|
void |
delete(AttributeDefName attributeDefName)
delete this attribute def name |
Set<AttributeDefName> |
findAllSecure(String searchField,
Set<String> searchInAttributeDefIds,
QueryOptions queryOptions)
search for attributeDefName by name, display name, or description. |
Set<AttributeDefName> |
findByAttributeDef(String id)
Find all that have the given attribute def id. |
Set<AttributeDefName> |
findByAttributeDefLike(String attributeDefId,
String likeString)
search for all by attribute def id, and like string |
AttributeDefName |
findByIdSecure(String id,
boolean exceptionIfNotFound)
|
AttributeDefName |
findByNameSecure(String name,
boolean exceptionIfNotFound)
find an attribute def name by name |
Set<AttributeDefName> |
findByStem(String id)
Find all that have the given stem id. |
AttributeDefName |
findByUuidOrName(String id,
String name,
boolean exceptionIfNotFound)
find a record by uuid or name |
void |
saveOrUpdate(AttributeDefName attributeDefName)
insert or update an attribute def name object |
void |
saveUpdateProperties(AttributeDefName attributeDefName)
save the update properties which are auto saved when business method is called |
Method Detail |
---|
void saveOrUpdate(AttributeDefName attributeDefName)
attributeDefName
- AttributeDefName findByIdSecure(String id, boolean exceptionIfNotFound)
id
- exceptionIfNotFound
-
AttributeDefName findByNameSecure(String name, boolean exceptionIfNotFound) throws GrouperDAOException, AttributeDefNameNotFoundException
name
- exceptionIfNotFound
-
GrouperDAOException
AttributeDefNameNotFoundException
void delete(AttributeDefName attributeDefName)
attributeDefName
- Set<AttributeDefName> findByStem(String id)
id
-
Set<AttributeDefName> findByAttributeDef(String id)
id
-
AttributeDefName findByUuidOrName(String id, String name, boolean exceptionIfNotFound)
id
- name
- exceptionIfNotFound
-
void saveUpdateProperties(AttributeDefName attributeDefName)
attributeDefName
- Set<AttributeDefName> findAllSecure(String searchField, Set<String> searchInAttributeDefIds, QueryOptions queryOptions)
searchField
- substring to search forsearchInAttributeDefIds
- ids to search in or null for allqueryOptions
-
Set<AttributeDefName> findByAttributeDefLike(String attributeDefId, String likeString)
attributeDefId
- likeString
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |