|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupTypeDAO
Basic GroupType
DAO interface.
Method Summary | |
---|---|
void |
createField(Field _f)
|
void |
createOrUpdate(GroupType _gt)
|
void |
delete(GroupType _gt,
Set fields)
|
void |
deleteField(Field _f)
|
boolean |
existsByName(String name)
|
Set<GroupType> |
findAll()
|
Set<GroupType> |
findAllByCreator(Member member)
find all groupTypes by creator |
GroupType |
findByUuid(String uuid)
Deprecated. use overload instead |
GroupType |
findByUuid(String uuid,
boolean exceptionIfNull)
|
GroupType |
findByUuidOrName(String uuid,
String name,
boolean exceptionIfNull)
|
void |
saveUpdateProperties(GroupType groupType)
save the update properties which are auto saved when business method is called |
void |
update(GroupType groupType)
update in db |
Method Detail |
---|
void createOrUpdate(GroupType _gt) throws GrouperDAOException
_gt
-
GrouperDAOException
void createField(Field _f) throws GrouperDAOException
_f
-
GrouperDAOException
void delete(GroupType _gt, Set fields) throws GrouperDAOException
_gt
- fields
-
GrouperDAOException
void deleteField(Field _f) throws GrouperDAOException
_f
-
GrouperDAOException
boolean existsByName(String name) throws GrouperDAOException
name
-
GrouperDAOException
Set<GroupType> findAll() throws GrouperDAOException
GrouperDAOException
@Deprecated GroupType findByUuid(String uuid) throws GrouperDAOException, SchemaException
uuid
-
GrouperDAOException
SchemaException
GroupType findByUuid(String uuid, boolean exceptionIfNull) throws GrouperDAOException, SchemaException
uuid
- exceptionIfNull
-
GrouperDAOException
SchemaException
Set<GroupType> findAllByCreator(Member member)
member
-
GroupType findByUuidOrName(String uuid, String name, boolean exceptionIfNull) throws GrouperDAOException
uuid
- name
- exceptionIfNull
-
GrouperDAOException
void update(GroupType groupType) throws GrouperDAOException
groupType
-
GrouperDAOException
void saveUpdateProperties(GroupType groupType)
groupType
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |