Uses of Class
edu.internet2.middleware.grouper.attr.AttributeDefNameSet

Packages that use AttributeDefNameSet
edu.internet2.middleware.grouper.attr   
edu.internet2.middleware.grouper.internal.dao This package contains the data access object interfaces that a DB layer would have to implement (generally revolving around queries to DB) 
edu.internet2.middleware.grouper.internal.dao.hib3 This package contains hib3 related data access object implementations and mappings 
edu.internet2.middleware.grouper.xml.export   
 

Uses of AttributeDefNameSet in edu.internet2.middleware.grouper.attr
 

Methods in edu.internet2.middleware.grouper.attr that return AttributeDefNameSet
 AttributeDefNameSet AttributeDefNameSet.dbVersion()
          save the state when retrieving from DB
static AttributeDefNameSet AttributeDefNameSet.findInCollection(java.util.Collection<AttributeDefNameSet> attributeDefNameSets, java.lang.String ifHasId, java.lang.String thenHasId, int depth, boolean exceptionIfNull)
          find an attribute def name set, better be here
 AttributeDefNameSet AttributeDefNameSet.getParentAttributeDefSet()
           
 AttributeDefNameSet AttributeDefNameSet.xmlRetrieveByIdOrKey()
           
 AttributeDefNameSet AttributeDefNameSet.xmlSaveBusinessProperties(AttributeDefNameSet existingRecord)
           
 

Methods in edu.internet2.middleware.grouper.attr with parameters of type AttributeDefNameSet
 void AttributeDefNameSet.xmlCopyBusinessPropertiesToExisting(AttributeDefNameSet existingRecord)
           
 boolean AttributeDefNameSet.xmlDifferentBusinessProperties(AttributeDefNameSet other)
           
 boolean AttributeDefNameSet.xmlDifferentUpdateProperties(AttributeDefNameSet other)
           
 AttributeDefNameSet AttributeDefNameSet.xmlSaveBusinessProperties(AttributeDefNameSet existingRecord)
           
 

Method parameters in edu.internet2.middleware.grouper.attr with type arguments of type AttributeDefNameSet
static AttributeDefNameSet AttributeDefNameSet.findInCollection(java.util.Collection<AttributeDefNameSet> attributeDefNameSets, java.lang.String ifHasId, java.lang.String thenHasId, int depth, boolean exceptionIfNull)
          find an attribute def name set, better be here
 

Uses of AttributeDefNameSet in edu.internet2.middleware.grouper.internal.dao
 

Methods in edu.internet2.middleware.grouper.internal.dao that return AttributeDefNameSet
 AttributeDefNameSet AttributeDefNameSetDAO.findById(java.lang.String id, boolean exceptionIfNotFound)
           
 AttributeDefNameSet AttributeDefNameSetDAO.findByIfThenImmediate(java.lang.String attributeDefNameIdIf, java.lang.String attributeDefNameIdThen, boolean exceptionIfNotFound)
          find by if and then (not same) with depth of 1 (immediate)
 AttributeDefNameSet AttributeDefNameSetDAO.findByUuidOrKey(java.lang.String id, java.lang.String ifHasAttributeDefNameId, java.lang.String thenHasAttributedefNameId, java.lang.String parentAttributeDefNameSetId, int depth, boolean exceptionIfNull)
          find a record by uuid or key
 

Methods in edu.internet2.middleware.grouper.internal.dao that return types with arguments of type AttributeDefNameSet
 java.util.Set<AttributeDefNameSet> AttributeDefNameSetDAO.findByDepthOneForAttributeDef(java.lang.String attributeDefId)
          find by depth one for attribute def
 java.util.Set<AttributeDefNameSet> AttributeDefNameSetDAO.findByIfHasAttributeDefNameId(java.lang.String id)
          find by set owner
 java.util.Set<AttributeDefNameSet> AttributeDefNameSetDAO.findByIfThenHasAttributeDefNameId(java.lang.String attributeDefNameSetForThens, java.lang.String attributeDefNameSetForIfs)
           this will help with deletes.
 java.util.Set<AttributeDefNameSet> AttributeDefNameSetDAO.findByThenHasAttributeDefNameId(java.lang.String id)
          find by member
 java.util.Set<AttributeDefNameSet> PITAttributeDefNameSetDAO.findMissingActivePITAttributeDefNameSets()
           
 

Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type AttributeDefNameSet
 void AttributeDefNameSetDAO.delete(AttributeDefNameSet attributeDefNameSet)
          delete an attribute def name set
 void AttributeDefNameSetDAO.saveOrUpdate(AttributeDefNameSet attributeDefNameSet)
          insert or update an attribute def name set
 void AttributeDefNameSetDAO.saveUpdateProperties(AttributeDefNameSet attributeDefNameSet)
          save the update properties which are auto saved when business method is called
 

Uses of AttributeDefNameSet in edu.internet2.middleware.grouper.internal.dao.hib3
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return AttributeDefNameSet
 AttributeDefNameSet Hib3AttributeDefNameSetDAO.findById(java.lang.String id, boolean exceptionIfNotFound)
           
 AttributeDefNameSet Hib3AttributeDefNameSetDAO.findByIfThenImmediate(java.lang.String attributeDefNameIdIf, java.lang.String attributeDefNameIdThen, boolean exceptionIfNotFound)
           
 AttributeDefNameSet Hib3AttributeDefNameSetDAO.findByUuidOrKey(java.lang.String id, java.lang.String ifHasAttributeDefNameId, java.lang.String thenHasAttributeDefNameId, java.lang.String parentAttributeDefNameSetId, int depth, boolean exceptionIfNull)
           
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return types with arguments of type AttributeDefNameSet
 java.util.Set<AttributeDefNameSet> Hib3AttributeDefNameSetDAO.findByDepthOneForAttributeDef(java.lang.String attributeDefId)
           
 java.util.Set<AttributeDefNameSet> Hib3AttributeDefNameSetDAO.findByIfHasAttributeDefNameId(java.lang.String id)
           
 java.util.Set<AttributeDefNameSet> Hib3AttributeDefNameSetDAO.findByIfThenHasAttributeDefNameId(java.lang.String attributeDefNameSetForThens, java.lang.String attributeDefNameSetForIfs)
           
 java.util.Set<AttributeDefNameSet> Hib3AttributeDefNameSetDAO.findByThenHasAttributeDefNameId(java.lang.String id)
           
 java.util.Set<AttributeDefNameSet> Hib3PITAttributeDefNameSetDAO.findMissingActivePITAttributeDefNameSets()
           
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type AttributeDefNameSet
 void Hib3AttributeDefNameSetDAO.delete(AttributeDefNameSet attributeDefNameSet)
           
 void Hib3AttributeDefNameSetDAO.saveOrUpdate(AttributeDefNameSet attributeDefNameSet)
           
 void Hib3AttributeDefNameSetDAO.saveUpdateProperties(AttributeDefNameSet attributeDefNameSet)
           
 

Uses of AttributeDefNameSet in edu.internet2.middleware.grouper.xml.export
 

Methods in edu.internet2.middleware.grouper.xml.export that return AttributeDefNameSet
 AttributeDefNameSet XmlExportAttributeDefNameSet.toAttributeDefNameSet()
          convert to attributeDefNameSet
 

Methods in edu.internet2.middleware.grouper.xml.export with parameters of type AttributeDefNameSet
static void XmlExportUtils.toStringAttributeDefNameSet(java.io.Writer writer, AttributeDefNameSet attributeDefNameSet, boolean includeComma)