Uses of Class
nl.surfnet.coin.teams.domain.Role

Packages that use Role
nl.surfnet.coin.teams.domain   
nl.surfnet.coin.teams.service   
nl.surfnet.coin.teams.service.impl   
 

Uses of Role in nl.surfnet.coin.teams.domain
 

Fields in nl.surfnet.coin.teams.domain with type parameters of type Role
static Set<Role> Member.member
           
 

Methods in nl.surfnet.coin.teams.domain that return Role
 Role InvitationForm.getIntendedRole()
           
 Role Invitation.getIntendedRole()
           
 Role Team.getViewerRole()
           
static Role Role.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Role[] Role.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in nl.surfnet.coin.teams.domain that return types with arguments of type Role
 Set<Role> Member.getRoles()
           
 

Methods in nl.surfnet.coin.teams.domain with parameters of type Role
 boolean Member.addRole(Role role)
           
 boolean Member.removeRole(Role role)
           
 void InvitationForm.setIntendedRole(Role intendedRole)
           
 void Invitation.setIntendedRole(Role intendedRole)
          Setting a role other than Member can give the invitee more privileges automatically
 void Team.setViewerRole(Role role)
           
 

Constructor parameters in nl.surfnet.coin.teams.domain with type arguments of type Role
Member(Set<Role> roles, nl.surfnet.coin.api.client.domain.Person person)
           
Member(Set<Role> roles, String name, String id, String email)
           
 

Uses of Role in nl.surfnet.coin.teams.service
 

Methods in nl.surfnet.coin.teams.service with parameters of type Role
 boolean GrouperTeamService.addMemberRole(String teamId, String memberId, Role role, String actAsUserId)
          Add Role to a Team
 boolean GrouperTeamService.removeMemberRole(String teamId, String memberId, Role role, String actAsUserId)
          Remove Role to a Team
 

Uses of Role in nl.surfnet.coin.teams.service.impl
 

Methods in nl.surfnet.coin.teams.service.impl with parameters of type Role
 boolean InMemoryMockTeamService.addMemberRole(String teamId, String memberId, Role role, String actAsUserId)
          Add Role to a Team
 boolean GrouperTeamServiceWsImpl.addMemberRole(String teamId, String memberId, Role role, String actAsUserId)
          Add Role to a Team
 boolean InMemoryMockTeamService.removeMemberRole(String teamId, String memberId, Role role, String actAsUserId)
          Remove Role to a Team
 boolean GrouperTeamServiceWsImpl.removeMemberRole(String teamId, String memberId, Role role, String actAsUserId)
          Remove Role to a Team
 



Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.