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

Packages that use GroupTemplate
com.atlassian.crowd.acceptance.tests.directory   
com.atlassian.crowd.console.action.group   
com.atlassian.crowd.console.action.role   
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.hybrid   
com.atlassian.crowd.importer.importers   
com.atlassian.crowd.importer.mappers.csv   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.model.group   
com.atlassian.crowd.plugin.rest.util   
com.atlassian.crowd.service.soap   
 

Uses of GroupTemplate in com.atlassian.crowd.acceptance.tests.directory
 

Methods in com.atlassian.crowd.acceptance.tests.directory that return GroupTemplate
protected  GroupTemplate BaseTest.buildGroup(java.lang.String groupName, java.lang.Long directoryId)
           
 

Methods in com.atlassian.crowd.acceptance.tests.directory with parameters of type GroupTemplate
protected  void BaseTest.addGroup(GroupTemplate group)
           
 

Uses of GroupTemplate in com.atlassian.crowd.console.action.group
 

Methods in com.atlassian.crowd.console.action.group that return GroupTemplate
protected  GroupTemplate AddGroup.syncFieldsToGroup()
          Ensures that the group contains the same values as the object fields (eg name, active).
 

Uses of GroupTemplate in com.atlassian.crowd.console.action.role
 

Methods in com.atlassian.crowd.console.action.role that return GroupTemplate
protected  GroupTemplate AddRole.syncFieldsToRole()
           
 

Uses of GroupTemplate in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory with parameters of type GroupTemplate
 Group RemoteCrowdDirectory.addGroup(GroupTemplate group)
           
 Group DelegatedAuthenticationDirectory.addGroup(GroupTemplate group)
           
 Group AbstractInternalDirectory.addGroup(GroupTemplate group)
           
 Group RemoteDirectory.addGroup(GroupTemplate group)
          Adds a group to the directory store.
 Group SpringLDAPConnector.addGroup(GroupTemplate group)
           
 Group Rfc2307.addGroup(GroupTemplate group)
           
 Group DbCachingRemoteDirectory.addGroup(GroupTemplate group)
           
 Group InternalDirectory.addLocalGroup(GroupTemplate group)
           
 Group CachingDirectory.addLocalGroup(GroupTemplate group)
           
abstract  Group AbstractInternalDirectory.addLocalGroup(GroupTemplate group)
           
 Group InternalRemoteDirectory.addLocalGroup(GroupTemplate group)
          Adds a "local" group to the directory.
 Group RemoteCrowdDirectory.updateGroup(GroupTemplate group)
           
 Group DelegatedAuthenticationDirectory.updateGroup(GroupTemplate group)
           
 Group AbstractInternalDirectory.updateGroup(GroupTemplate group)
           
 Group RemoteDirectory.updateGroup(GroupTemplate group)
          Updates the group.
 Group SpringLDAPConnector.updateGroup(GroupTemplate group)
           
 Group Rfc2307.updateGroup(GroupTemplate group)
           
 Group DbCachingRemoteDirectory.updateGroup(GroupTemplate group)
           
 

Method parameters in com.atlassian.crowd.directory with type arguments of type GroupTemplate
 BatchResult<Group> InternalDirectory.addAllGroups(java.util.Set<GroupTemplate> groups)
           
 BatchResult<Group> CachingDirectory.addAllGroups(java.util.Set<GroupTemplate> groups)
           
 BatchResult<Group> InternalRemoteDirectory.addAllGroups(java.util.Set<GroupTemplate> groups)
          Adds a collection of groups to the directory.
 void DbCachingRemoteChangeOperations.addGroups(java.util.Set<GroupTemplate> groupsToAdd)
           
 void DbCachingRemoteChangeOperations.updateGroups(java.util.Collection<GroupTemplate> groupsToUpdate)
           
 

Uses of GroupTemplate in com.atlassian.crowd.directory.hybrid
 

Methods in com.atlassian.crowd.directory.hybrid with parameters of type GroupTemplate
 Group LocalGroupHandler.createLocalGroup(GroupTemplate groupTemplate)
          Creates a local group with the supplied template.
 Group LocalGroupHandler.updateLocalGroup(GroupTemplate groupTemplate)
          Updates a local group.
 

Uses of GroupTemplate in com.atlassian.crowd.importer.importers
 

Methods in com.atlassian.crowd.importer.importers that return types with arguments of type GroupTemplate
 java.util.Collection<GroupTemplate> DirectoryImporter.findGroups(Configuration configuration)
           
 java.util.Collection<GroupTemplate> CsvImporter.findGroups(Configuration configuration)
           
 

Uses of GroupTemplate in com.atlassian.crowd.importer.mappers.csv
 

Methods in com.atlassian.crowd.importer.mappers.csv that return GroupTemplate
 GroupTemplate GroupMapper.mapRow(java.lang.String[] resultSet)
           
 

Uses of GroupTemplate in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application with parameters of type GroupTemplate
 Group ApplicationService.addGroup(Application application, GroupTemplate group)
          Adds the group to ALL the active permissible directories.
 Group TranslatingApplicationService.addGroup(Application application, GroupTemplate group)
           
 Group CachingApplicationService.addGroup(Application application, GroupTemplate group)
           
 Group ApplicationServiceGeneric.addGroup(Application application, GroupTemplate group)
           
 Group ApplicationService.updateGroup(Application application, GroupTemplate group)
          Updates the group in ALL the active permissible directories.
 Group TranslatingApplicationService.updateGroup(Application application, GroupTemplate group)
           
 Group CachingApplicationService.updateGroup(Application application, GroupTemplate group)
           
 Group ApplicationServiceGeneric.updateGroup(Application application, GroupTemplate group)
           
 

Uses of GroupTemplate in com.atlassian.crowd.manager.directory
 

Methods in com.atlassian.crowd.manager.directory with parameters of type GroupTemplate
 Group DirectoryManager.addGroup(long directoryId, GroupTemplate group)
          Adds a Group to the directory specified by the passed in directoryId.
 Group DirectoryManagerGeneric.addGroup(long directoryId, GroupTemplate group)
           
 Group DirectoryManager.updateGroup(long directoryId, GroupTemplate group)
          Updates a group with the supplied template and returns the updated group retrieved from the directory specified by the passed in directoryId.
 Group DirectoryManagerGeneric.updateGroup(long directoryId, GroupTemplate group)
           
 

Method parameters in com.atlassian.crowd.manager.directory with type arguments of type GroupTemplate
 BulkAddResult<Group> DirectoryManager.addAllGroups(long directoryId, java.util.Collection<GroupTemplate> groups, boolean overwrite)
          Will add a collection of Group to the directory specified by the passed in directoryId param.
 BulkAddResult<Group> DirectoryManagerGeneric.addAllGroups(long directoryId, java.util.Collection<GroupTemplate> groups, boolean overwrite)
           
 

Uses of GroupTemplate in com.atlassian.crowd.model.group
 

Subclasses of GroupTemplate in com.atlassian.crowd.model.group
 class GroupTemplateWithAttributes
          Mutable group template with mutable attributes.
 

Constructors in com.atlassian.crowd.model.group with parameters of type GroupTemplate
InternalGroup(InternalEntityTemplate internalEntityTemplate, Directory directory, GroupTemplate groupTemplate)
           
 

Uses of GroupTemplate in com.atlassian.crowd.plugin.rest.util
 

Methods in com.atlassian.crowd.plugin.rest.util that return GroupTemplate
static GroupTemplate EntityTranslator.toGroup(GroupEntity groupEntity)
           
 

Uses of GroupTemplate in com.atlassian.crowd.service.soap
 

Methods in com.atlassian.crowd.service.soap that return GroupTemplate
static GroupTemplate ObjectTranslator.processGroup(SOAPGroup soapGroup)
           
static GroupTemplate ObjectTranslator.processRole(SOAPRole soapRole)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.