|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldDAO
Basic Field
DAO interface.
Method Summary | |
---|---|
void |
createOrUpdate(Field field)
|
boolean |
existsByName(String name)
|
Set<Field> |
findAll()
|
Set<Field> |
findAllByType(FieldType type)
Deprecated. use the FieldFinder instead |
Set<Field> |
findAllFieldsByGroupType(String uuid)
Deprecated. use the FieldFinder method instead |
Field |
findByUuidOrName(String uuid,
String name,
String groupTypeUuid,
boolean exceptionIfNull)
|
boolean |
isInUse(Field f)
|
void |
saveUpdateProperties(Field field)
save the update properties which are auto saved when business method is called |
void |
update(Field field)
update in db |
Method Detail |
---|
void createOrUpdate(Field field)
field
- boolean existsByName(String name) throws GrouperDAOException
name
-
GrouperDAOException
Set<Field> findAll() throws GrouperException
GrouperException
@Deprecated Set<Field> findAllFieldsByGroupType(String uuid) throws GrouperDAOException
uuid
-
GrouperDAOException
@Deprecated Set<Field> findAllByType(FieldType type) throws GrouperDAOException
type
-
GrouperDAOException
void update(Field field) throws GrouperDAOException
field
-
GrouperDAOException
boolean isInUse(Field f) throws GrouperDAOException, SchemaException
f
-
GrouperDAOException
SchemaException
Field findByUuidOrName(String uuid, String name, String groupTypeUuid, boolean exceptionIfNull) throws GrouperDAOException
uuid
- name
- groupTypeUuid
- exceptionIfNull
-
GrouperDAOException
void saveUpdateProperties(Field field)
field
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |