Uses of Class
org.chorem.pollen.services.impl.SecurityService.AccountIdRole

Packages that use SecurityService.AccountIdRole
org.chorem.pollen.services.impl   
 

Uses of SecurityService.AccountIdRole in org.chorem.pollen.services.impl
 

Fields in org.chorem.pollen.services.impl with type parameters of type SecurityService.AccountIdRole
static Set<SecurityService.AccountIdRole> SecurityService.NONE_FREE_ACCOUNT_ID_ROLES
           
 

Methods in org.chorem.pollen.services.impl that return SecurityService.AccountIdRole
 SecurityService.AccountIdRole SecurityService.getAccountIdRole(Poll poll, String accountId)
           
static SecurityService.AccountIdRole SecurityService.AccountIdRole.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SecurityService.AccountIdRole[] SecurityService.AccountIdRole.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.chorem.pollen.services.impl with parameters of type SecurityService.AccountIdRole
 String SecurityService.isCanAccessResult(Poll poll, SecurityService.AccountIdRole accountIdRole)
           
 boolean SecurityService.isCanAccessResult(Poll poll, String accountId, SecurityService.AccountIdRole accountIdRole, UserAccount userAccount)
           
 String SecurityService.isCanAccessVote(Poll poll, String accountId, SecurityService.AccountIdRole accountIdRole)
           
 boolean SecurityService.isCanClosePoll(Poll poll, SecurityService.AccountIdRole accountIdRole)
           
 boolean SecurityService.isCanDeleteComment(Comment comment, String accountId, SecurityService.AccountIdRole accountIdRole, UserAccount userAccount)
           
 boolean SecurityService.isCanDeleteVote(Poll poll, String voteId, String accountId, SecurityService.AccountIdRole accountIdRole, UserAccount userConnected)
           
 boolean SecurityService.isCanVote(Poll poll, String accountId, SecurityService.AccountIdRole accountIdRole)
           
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.