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

Packages that use InternalGroupWithAttributes
com.atlassian.crowd.dao.group   
com.atlassian.crowd.migration.legacy   
com.atlassian.crowd.migration.legacy.database   
 

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

Methods in com.atlassian.crowd.dao.group that return InternalGroupWithAttributes
 InternalGroupWithAttributes GroupDAOHibernate.findByNameWithAttributes(long directoryId, java.lang.String groupName)
           
 

Method parameters in com.atlassian.crowd.dao.group with type arguments of type InternalGroupWithAttributes
 BatchResultWithIdReferences<Group> InternalGroupDao.addAll(java.util.Collection<InternalGroupWithAttributes> groups)
           
 BatchResultWithIdReferences<Group> GroupDAOHibernate.addAll(java.util.Collection<InternalGroupWithAttributes> groups)
           
 

Uses of InternalGroupWithAttributes in com.atlassian.crowd.migration.legacy
 

Methods in com.atlassian.crowd.migration.legacy that return InternalGroupWithAttributes
protected  InternalGroupWithAttributes GroupMapper.getGroupAndAttributesFromXml(org.dom4j.Element groupElement, java.util.Map<java.lang.Long,java.lang.Long> oldToNewDirectoryIds)
           
protected  InternalGroupWithAttributes RoleMapper.getRoleAndAttributesFromXml(org.dom4j.Element roleElement, java.util.Map<java.lang.Long,java.lang.Long> oldToNewDirectoryIds)
           
 

Uses of InternalGroupWithAttributes in com.atlassian.crowd.migration.legacy.database
 

Methods in com.atlassian.crowd.migration.legacy.database that return types with arguments of type InternalGroupWithAttributes
protected  java.util.List<InternalGroupWithAttributes> GroupMapper.importGroupsFromDatabase(java.util.Map<java.lang.Long,java.lang.Long> oldToNewDirectoryIds)
           
protected  java.util.List<InternalGroupWithAttributes> RoleMapper.importRolesFromDatabase(java.util.Map<java.lang.Long,java.lang.Long> oldToNewDirectoryIds)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.