|
||||||||||
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(java.lang.String name)
|
java.util.Set<Field> |
findAll()
|
java.util.Set<Field> |
findAllByType(FieldType type)
Deprecated. use the FieldFinder instead |
java.util.Set<Field> |
findAllFieldsByGroupType(java.lang.String uuid)
Deprecated. use the FieldFinder method instead |
Field |
findByUuidOrName(java.lang.String uuid,
java.lang.String name,
java.lang.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(java.lang.String name) throws GrouperDAOException
name
-
GrouperDAOException
java.util.Set<Field> findAll() throws GrouperException
GrouperException
@Deprecated java.util.Set<Field> findAllFieldsByGroupType(java.lang.String uuid) throws GrouperDAOException
uuid
-
GrouperDAOException
@Deprecated java.util.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(java.lang.String uuid, java.lang.String name, java.lang.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 |