Uses of Class
com.yahoo.marketing.apt.Role

Packages that use Role
com.yahoo.marketing.apt   
 

Uses of Role in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as Role
static Role Role.AdOps
           
static Role Role.BusinessDevelopment
           
static Role Role.CreativeDesigner
           
static Role Role.Finance
           
static Role Role.NetworkAdministrator
           
static Role Role.Sales
           
static Role Role.SiteManager
           
static Role Role.Trafficker
           
static Role Role.YieldManager
           
 

Methods in com.yahoo.marketing.apt that return Role
static Role Role.fromString(java.lang.String value)
           
static Role Role.fromValue(java.lang.String value)
           
 Role[] UserServiceHttpBindingStub.getMyRoles()
           
 Role[] UserService.getMyRoles()
           
 Role[] UserServiceHttpBindingStub.getRolesForAgencyUser(long userID, long agencyContractID)
           
 Role[] UserService.getRolesForAgencyUser(long userID, long agencyContractID)
           
 Role[] UserServiceHttpBindingStub.getRolesForUser(long userID)
           
 Role[] UserService.getRolesForUser(long userID)
           
 

Methods in com.yahoo.marketing.apt with parameters of type Role
 Capability[] UserServiceHttpBindingStub.getCapabilitiesForRole(Role role)
           
 Capability[] UserService.getCapabilitiesForRole(Role role)
           
 BasicResponse UserServiceHttpBindingStub.setRolesForAgencyUser(long userID, Role[] roles, long agencyContractID)
           
 BasicResponse UserService.setRolesForAgencyUser(long userID, Role[] roles, long agencyContractID)
           
 BasicResponse UserServiceHttpBindingStub.setRolesForUser(long userID, Role[] roles)
           
 BasicResponse UserService.setRolesForUser(long userID, Role[] roles)