public class Hib3AttributeDefScopeDAO extends Hib3DAO implements AttributeDefScopeDAO
| Constructor and Description |
|---|
Hib3AttributeDefScopeDAO() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(AttributeDefScope attributeDefScope)
delete an attribute def scope object
|
Set<AttributeDefScope> |
findByAttributeDefId(String attributeDefId,
QueryOptions queryOptions)
find all the scopes for a def
|
AttributeDefScope |
findById(String id,
boolean exceptionIfNotFound)
retrieve by id
|
AttributeDefScope |
findByUuidOrKey(Collection<String> idsToIgnore,
String id,
String attributeDefId,
String attributeDefScopeType,
boolean exceptionIfNull,
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
|
evict, evictEntity, evictQueries, getConfiguration, getConfiguration, getSessionFactory, getSessionFactory, hibernateInitted, initHibernateIfNotInitted, initHibernateIfNotInitted, resourceNameFromClassName, session, sessionpublic AttributeDefScope findById(String id, boolean exceptionIfNotFound)
findById in interface AttributeDefScopeDAOid - exceptionIfNotFound - public void saveOrUpdate(AttributeDefScope attributeDefScope)
saveOrUpdate in interface AttributeDefScopeDAOattributeDefScope - public AttributeDefScope findByUuidOrKey(Collection<String> idsToIgnore, String id, String attributeDefId, String attributeDefScopeType, boolean exceptionIfNull, 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)
AttributeDefScopeDAOsaveUpdateProperties in interface AttributeDefScopeDAOAttributeDefScopeDAO.saveUpdateProperties(edu.internet2.middleware.grouper.attr.AttributeDefScope)public Set<AttributeDefScope> findByAttributeDefId(String attributeDefId, QueryOptions queryOptions)
AttributeDefScopeDAOfindByAttributeDefId in interface AttributeDefScopeDAOAttributeDefScopeDAO.findByAttributeDefId(java.lang.String, QueryOptions)public void delete(AttributeDefScope attributeDefScope)
AttributeDefScopeDAOdelete in interface AttributeDefScopeDAOAttributeDefScopeDAO.delete(edu.internet2.middleware.grouper.attr.AttributeDefScope)Copyright © 2016 Internet2. All rights reserved.