|
||||||||||
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,
java.util.Set fields)
|
void |
deleteField(Field _f)
|
boolean |
existsByName(java.lang.String name)
|
java.util.Set<GroupType> |
findAll()
|
java.util.Set<GroupType> |
findAllByCreator(Member member)
find all groupTypes by creator |
GroupType |
findByUuid(java.lang.String uuid)
Deprecated. use overload instead |
GroupType |
findByUuid(java.lang.String uuid,
boolean exceptionIfNull)
|
GroupType |
findByUuidOrName(java.lang.String uuid,
java.lang.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, java.util.Set fields) throws GrouperDAOException
_gt
- fields
-
GrouperDAOException
void deleteField(Field _f) throws GrouperDAOException
_f
-
GrouperDAOException
boolean existsByName(java.lang.String name) throws GrouperDAOException
name
-
GrouperDAOException
java.util.Set<GroupType> findAll() throws GrouperDAOException
GrouperDAOException
@Deprecated GroupType findByUuid(java.lang.String uuid) throws GrouperDAOException, SchemaException
uuid
-
GrouperDAOException
SchemaException
GroupType findByUuid(java.lang.String uuid, boolean exceptionIfNull) throws GrouperDAOException, SchemaException
uuid
- exceptionIfNull
-
GrouperDAOException
SchemaException
java.util.Set<GroupType> findAllByCreator(Member member)
member
-
GroupType findByUuidOrName(java.lang.String uuid, java.lang.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 |