|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RoleServiceBase.RoleDaoAction | |
|---|---|
| org.kuali.rice.kim.service.impl | |
| Uses of RoleServiceBase.RoleDaoAction in org.kuali.rice.kim.service.impl |
|---|
| Fields in org.kuali.rice.kim.service.impl declared as RoleServiceBase.RoleDaoAction | |
|---|---|
private RoleServiceBase.RoleDaoAction |
RoleServiceBase.RoleMemberCacheKeyHelper.ROLE_DAO_ACTION
|
| Methods in org.kuali.rice.kim.service.impl that return RoleServiceBase.RoleDaoAction | |
|---|---|
static RoleServiceBase.RoleDaoAction |
RoleServiceBase.RoleDaoAction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RoleServiceBase.RoleDaoAction[] |
RoleServiceBase.RoleDaoAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.kuali.rice.kim.service.impl with parameters of type RoleServiceBase.RoleDaoAction | |
|---|---|
private void |
RoleServiceBase.cacheDelegationMemberLists(RoleServiceBase.RoleDaoAction daoActionToTake,
List<String[]> uncachedKeys,
String memberTypeCode,
List<KimDelegationMemberImpl> uncachedMembers)
Caches several Lists of delegation members that are constructed based on the given search parameters. |
protected String |
RoleServiceBase.getDelegationMemberListCacheKey(RoleServiceBase.RoleDaoAction daoAction,
String delegationId,
String principalId,
String groupId)
Generates a String key to use for storing or retrieving a List of KimDelegationMemberImpl lists to/from the cache. |
protected List<KimDelegationMemberImpl> |
RoleServiceBase.getKimDelegationMemberImplList(RoleServiceBase.RoleDaoAction daoActionToTake,
Collection<String> delegationIds,
String principalId,
List<String> groupIds)
Retrieves a List of delegation members from the cache and/or the KimRoleDao as appropriate. |
protected List<RoleMemberImpl> |
RoleServiceBase.getRoleMemberImplList(RoleServiceBase.RoleDaoAction daoActionToTake,
Collection<String> roleIds,
String principalId,
Collection<String> groupIds,
String memberTypeCode,
AttributeSet qualification)
Retrieves a list of RoleMemberImpl instances from the cache and/or the KimRoleDao as appropriate. |
protected String |
RoleServiceBase.getRoleMemberListCacheKey(RoleServiceBase.RoleDaoAction roleDaoAction,
String roleId,
String principalId,
String groupId,
String memberTypeCode)
Generates a String key to use for storing or retrieving a list of RoleMemberImpls to/from the cache. |
| Constructors in org.kuali.rice.kim.service.impl with parameters of type RoleServiceBase.RoleDaoAction | |
|---|---|
RoleServiceBase.RoleMemberCacheKeyHelper(RoleServiceBase.RoleDaoAction roleDaoAction,
String roleId,
String principalId,
String groupId,
String memberTypeCode)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||