Uses of Class
ccc.domain.GroupEntity

Packages that use GroupEntity
ccc.domain The core domain model for CCC. 
ccc.persistence   
 

Uses of GroupEntity in ccc.domain
 

Methods in ccc.domain that return types with arguments of type GroupEntity
 java.util.Set<GroupEntity> UserEntity.getGroups()
          Accessor for user groups.
 

Methods in ccc.domain with parameters of type GroupEntity
 void UserEntity.addGroup(GroupEntity group)
          Adds a user to a group.
 

Method parameters in ccc.domain with type arguments of type GroupEntity
static java.util.List<Group> GroupEntity.map(java.util.Collection<GroupEntity> groups)
          Map a list of groups to a list of group DTOs.
 

Uses of GroupEntity in ccc.persistence
 

Methods in ccc.persistence that return GroupEntity
 GroupEntity GroupRepositoryImpl.find(java.util.UUID groupId)
          Look up a group from its Id.
 GroupEntity GroupRepository.find(java.util.UUID groupId)
          Look up a group from its Id.
 

Methods in ccc.persistence that return types with arguments of type GroupEntity
 java.util.Collection<GroupEntity> GroupRepositoryImpl.list(java.lang.String name, int pageNo, int pageSize)
          List groups.
 java.util.Collection<GroupEntity> GroupRepository.list(java.lang.String name, int pageNo, int pageSize)
          List groups.
 

Methods in ccc.persistence with parameters of type GroupEntity
 void GroupRepositoryImpl.create(GroupEntity g)
          Create a new group in the repository.
 void GroupRepository.create(GroupEntity g)
          Create a new group in the repository.
 



Copyright © 2010. All Rights Reserved.