|
||||||||||
| 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.Hib3AttributeDefScopeDAO
public class Hib3AttributeDefScopeDAO
Data Access Object for attribute def scope
| Field Summary |
|---|
| Fields inherited from class edu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO |
|---|
hibernateInitted |
| Constructor Summary | |
|---|---|
Hib3AttributeDefScopeDAO()
|
|
| Method Summary | |
|---|---|
void |
delete(AttributeDefScope attributeDefScope)
delete an attribute def scope object |
java.util.Set<AttributeDefScope> |
findByAttributeDefId(java.lang.String attributeDefId,
QueryOptions queryOptions)
find all the scopes for a def |
AttributeDefScope |
findById(java.lang.String id,
boolean exceptionIfNotFound)
retrieve by id |
AttributeDefScope |
findByUuidOrKey(java.util.Collection<java.lang.String> idsToIgnore,
java.lang.String id,
java.lang.String attributeDefId,
java.lang.String attributeDefScopeType,
boolean exceptionIfNull,
java.lang.String scopeString)
|
void |
saveOrUpdate(AttributeDefScope attributeDefScope)
save or update |
void |
saveUpdateProperties(AttributeDefScope attributeDefScope)
save the update properties which are auto saved when business method is called |
| Methods inherited from class edu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO |
|---|
evict, evictEntity, evictQueries, getConfiguration, getSessionFactory, initHibernateIfNotInitted, resourceNameFromClassName, session |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Hib3AttributeDefScopeDAO()
| Method Detail |
|---|
public AttributeDefScope findById(java.lang.String id,
boolean exceptionIfNotFound)
findById in interface AttributeDefScopeDAOid - exceptionIfNotFound -
public void saveOrUpdate(AttributeDefScope attributeDefScope)
saveOrUpdate in interface AttributeDefScopeDAOattributeDefScope -
public AttributeDefScope findByUuidOrKey(java.util.Collection<java.lang.String> idsToIgnore,
java.lang.String id,
java.lang.String attributeDefId,
java.lang.String attributeDefScopeType,
boolean exceptionIfNull,
java.lang.String scopeString)
throws GrouperDAOException
findByUuidOrKey in interface AttributeDefScopeDAOscopeString - is for matching (if id doesnt match)
GrouperDAOExceptionAttributeDefScopeDAO.findByUuidOrKey(java.util.Collection, java.lang.String, java.lang.String, java.lang.String, boolean, String)public void saveUpdateProperties(AttributeDefScope attributeDefScope)
AttributeDefScopeDAO
saveUpdateProperties in interface AttributeDefScopeDAOAttributeDefScopeDAO.saveUpdateProperties(edu.internet2.middleware.grouper.attr.AttributeDefScope)
public java.util.Set<AttributeDefScope> findByAttributeDefId(java.lang.String attributeDefId,
QueryOptions queryOptions)
AttributeDefScopeDAO
findByAttributeDefId in interface AttributeDefScopeDAOAttributeDefScopeDAO.findByAttributeDefId(java.lang.String, QueryOptions)public void delete(AttributeDefScope attributeDefScope)
AttributeDefScopeDAO
delete in interface AttributeDefScopeDAOAttributeDefScopeDAO.delete(edu.internet2.middleware.grouper.attr.AttributeDefScope)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||