Uses of Class
com.atlassian.crowd.model.group.InternalGroupAttribute

Packages that use InternalGroupAttribute
com.atlassian.crowd.dao.group   
com.atlassian.crowd.migration   
 

Uses of InternalGroupAttribute in com.atlassian.crowd.dao.group
 

Methods in com.atlassian.crowd.dao.group that return types with arguments of type InternalGroupAttribute
 java.util.Set<InternalGroupAttribute> InternalGroupDao.findGroupAttributes(long groupId)
           
 java.util.Set<InternalGroupAttribute> GroupDAOHibernate.findGroupAttributes(long groupId)
           
 

Uses of InternalGroupAttribute in com.atlassian.crowd.migration
 

Methods in com.atlassian.crowd.migration that return types with arguments of type InternalGroupAttribute
protected  java.util.Set<InternalGroupAttribute> GroupMapper.getGroupAttributesFromXml(org.dom4j.Element groupElement, InternalGroup groupReference)
           
 

Method parameters in com.atlassian.crowd.migration with type arguments of type InternalGroupAttribute
protected  void GroupMapper.addGroupToXml(InternalGroup group, java.util.Set<InternalGroupAttribute> attributes, org.dom4j.Element groupRoot)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.