Uses of Class
ccc.api.core.Group

Packages that use Group
ccc.api.core   
ccc.api.jaxrs   
ccc.client.actions   
ccc.client.core   
ccc.client.gwt.binding   
ccc.client.gwt.core   
ccc.client.gwt.remoting   
ccc.client.gwt.views.gxt   
ccc.client.gwt.widgets   
ccc.client.presenters   
ccc.domain The core domain model for CCC. 
ccc.plugins.s11n.json   
ccc.services.ejb3 EJB3 implementation of the CCC API. 
 

Uses of Group in ccc.api.core
 

Methods in ccc.api.core that return Group
 Group Groups.create(Group group)
          Create a new group in the system.
 Group Groups.retrieve(java.util.UUID id)
          Find the group for a given ID.
 Group Groups.update(java.util.UUID id, Group group)
          Update an existing group in the system.
 

Methods in ccc.api.core that return types with arguments of type Group
 PagedCollection<Group> Groups.query(java.lang.String name, int pageNo, int pageSize)
          List available groups.
 

Methods in ccc.api.core with parameters of type Group
 Group Groups.create(Group group)
          Create a new group in the system.
 Group Groups.update(java.util.UUID id, Group group)
          Update an existing group in the system.
 

Uses of Group in ccc.api.jaxrs
 

Methods in ccc.api.jaxrs that return Group
 Group GroupsImpl.create(Group delta)
          Create a new group in the system.
 Group GroupsImpl.retrieve(java.util.UUID id)
          Find the group for a given ID.
 Group GroupsImpl.update(java.util.UUID id, Group group)
          Update an existing group in the system.
 

Methods in ccc.api.jaxrs that return types with arguments of type Group
 PagedCollection<Group> GroupsImpl.query(java.lang.String name, int pageNo, int pageSize)
          List available groups.
 

Methods in ccc.api.jaxrs with parameters of type Group
 Group GroupsImpl.create(Group delta)
          Create a new group in the system.
 Group GroupsImpl.update(java.util.UUID id, Group group)
          Update an existing group in the system.
 

Uses of Group in ccc.client.actions
 

Constructors in ccc.client.actions with parameters of type Group
CreateGroupAction(Group group)
          Constructor.
UpdateGroupAction(Group group)
          Constructor.
 

Uses of Group in ccc.client.core
 

Fields in ccc.client.core with type parameters of type Group
static PagedCollection<Group> InternalServices.GROUPS
           
 

Methods in ccc.client.core that return types with arguments of type Group
 PagedCollection<Group> Globals.groups()
          TODO: Add a description for this method.
 

Uses of Group in ccc.client.gwt.binding
 

Methods in ccc.client.gwt.binding with parameters of type Group
static com.extjs.gxt.ui.client.data.BeanModel DataBinding.bindGroupSummary(Group group)
          Bind a single group.
 

Method parameters in ccc.client.gwt.binding with type arguments of type Group
static java.util.List<com.extjs.gxt.ui.client.data.BeanModel> DataBinding.bindGroupSummary(java.util.Collection<Group> groups)
          Bind a collection of groups.
 

Uses of Group in ccc.client.gwt.core
 

Methods in ccc.client.gwt.core that return types with arguments of type Group
 PagedCollection<Group> GlobalsImpl.groups()
          TODO: Add a description for this method.
 

Method parameters in ccc.client.gwt.core with type arguments of type Group
static void GlobalsImpl.groups(PagedCollection<Group> groups)
          Set the collection for managing groups.
 

Uses of Group in ccc.client.gwt.remoting
 

Method parameters in ccc.client.gwt.remoting with type arguments of type Group
protected abstract  void ListGroups.execute(PagedCollection<Group> groups)
          Handle the result of a successful call.
 

Constructor parameters in ccc.client.gwt.remoting with type arguments of type Group
OpenEditUserDialogAction(User user, UserTable userTable, java.util.Collection<Group> groups)
          Constructor.
OpenUpdateResourceAclAction(SingleSelectionModel ssm, java.util.Collection<Group> groups)
          Constructor.
 

Uses of Group in ccc.client.gwt.views.gxt
 

Constructor parameters in ccc.client.gwt.views.gxt with type arguments of type Group
CreateUserDialog(java.util.Collection<Group> allGroups)
          Constructor.
EditUserDialog(User userDTO, UserTable userTable, java.util.Collection<Group> allGroups)
          Constructor.
UpdateResourceAclDialog(ResourceSummary resource, ACL acl, java.util.Collection<Group> allGroups)
          Constructor.
 

Uses of Group in ccc.client.gwt.widgets
 

Constructor parameters in ccc.client.gwt.widgets with type arguments of type Group
GroupListField(java.util.Collection<Group> allGroups, java.util.Set<java.util.UUID> selectedGroups)
          Constructor.
 

Uses of Group in ccc.client.presenters
 

Methods in ccc.client.presenters with parameters of type Group
protected  void GroupPresenter.bind(Group dto)
          Extract data from a DTO into the view.
protected  void GroupPresenter.unbind(Group dto)
          Extract data from the view into a DTO.
 

Constructors in ccc.client.presenters with parameters of type Group
GroupPresenter(GroupPresenter.GroupView view, Group group)
          Constructor.
UpdateGroupPresenter(GroupPresenter.GroupView view, Group group)
          Constructor.
 

Uses of Group in ccc.domain
 

Methods in ccc.domain that return Group
 Group GroupEntity.createDto()
          Create a DTO for this group.
 

Methods in ccc.domain that return types with arguments of type Group
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 Group in ccc.plugins.s11n.json
 

Methods in ccc.plugins.s11n.json that return Group
 Group GroupSerializer.read(Json json)
          Deserialize from a representation.
 

Methods in ccc.plugins.s11n.json with parameters of type Group
 Json GroupSerializer.write(Json json, Group instance)
          Serialize to representation.
 

Uses of Group in ccc.services.ejb3
 

Methods in ccc.services.ejb3 that return Group
 Group GroupsEJB.create(Group comment)
          Create a new group in the system.
 Group GroupsEJB.retrieve(java.util.UUID id)
          Find the group for a given ID.
 Group GroupsEJB.update(java.util.UUID id, Group group)
          Update an existing group in the system.
 

Methods in ccc.services.ejb3 that return types with arguments of type Group
 PagedCollection<Group> GroupsEJB.query(java.lang.String name, int pageNo, int pageSize)
          List available groups.
 

Methods in ccc.services.ejb3 with parameters of type Group
 Group GroupsEJB.create(Group comment)
          Create a new group in the system.
 Group GroupsEJB.update(java.util.UUID id, Group group)
          Update an existing group in the system.
 



Copyright © 2010. All Rights Reserved.