|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3GroupTypeDAO
public class Hib3GroupTypeDAO
Basic Hibernate GroupType
DAO interface.
Field Summary |
---|
Fields inherited from class edu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO |
---|
hibernateInitted |
Constructor Summary | |
---|---|
Hib3GroupTypeDAO()
|
Method Summary | |
---|---|
void |
createField(Field _f)
|
void |
createOrUpdate(GroupType groupType)
insert or update |
void |
delete(GroupType _gt,
java.util.Set fields)
|
void |
deleteField(Field field)
|
boolean |
existsByName(java.lang.String name)
|
java.util.Set<GroupType> |
findAll()
|
java.util.Set<GroupType> |
findAllByCreator(Member member)
find all group types by creator |
GroupType |
findByUuid(java.lang.String uuid)
Deprecated. |
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 |
Methods inherited from class edu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO |
---|
evict, evictEntity, evictQueries, getConfiguration, initHibernateIfNotInitted, resourceNameFromClassName, session |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Hib3GroupTypeDAO()
Method Detail |
---|
public void createOrUpdate(GroupType groupType) throws GrouperDAOException
createOrUpdate
in interface GroupTypeDAO
groupType
-
GrouperDAOException
public void createField(Field _f) throws GrouperDAOException
createField
in interface GroupTypeDAO
_f
-
GrouperDAOException
public void delete(GroupType _gt, java.util.Set fields) throws GrouperDAOException
delete
in interface GroupTypeDAO
_gt
- fields
-
GrouperDAOException
public void deleteField(Field field) throws GrouperDAOException
deleteField
in interface GroupTypeDAO
field
-
GrouperDAOException
public boolean existsByName(java.lang.String name) throws GrouperDAOException
existsByName
in interface GroupTypeDAO
name
-
GrouperDAOException
public java.util.Set<GroupType> findAll() throws GrouperDAOException
findAll
in interface GroupTypeDAO
GrouperDAOException
@Deprecated public GroupType findByUuid(java.lang.String uuid) throws GrouperDAOException, SchemaException
findByUuid
in interface GroupTypeDAO
uuid
-
GrouperDAOException
SchemaException
public GroupType findByUuid(java.lang.String uuid, boolean exceptionIfNull) throws GrouperDAOException, SchemaException
findByUuid
in interface GroupTypeDAO
uuid
- exceptionIfNull
-
GrouperDAOException
SchemaException
public java.util.Set<GroupType> findAllByCreator(Member member)
findAllByCreator
in interface GroupTypeDAO
member
-
public GroupType findByUuidOrName(java.lang.String uuid, java.lang.String name, boolean exceptionIfNull) throws GrouperDAOException
findByUuidOrName
in interface GroupTypeDAO
GrouperDAOException
GroupTypeDAO.findByUuidOrName(java.lang.String, java.lang.String, boolean)
public void update(GroupType groupType) throws GrouperDAOException
GroupTypeDAO
update
in interface GroupTypeDAO
GrouperDAOException
GroupTypeDAO.update(edu.internet2.middleware.grouper.GroupType)
public void saveUpdateProperties(GroupType groupType)
GroupTypeDAO
saveUpdateProperties
in interface GroupTypeDAO
GroupTypeDAO.saveUpdateProperties(edu.internet2.middleware.grouper.GroupType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |