org.kuali.rice.kim.impl.role
Class RoleServiceBase.RoleMemberCacheKeyHelper

java.lang.Object
  extended by org.kuali.rice.kim.impl.role.RoleServiceBase.RoleMemberCacheKeyHelper
Enclosing class:
RoleServiceBase

private class RoleServiceBase.RoleMemberCacheKeyHelper
extends Object

An internal helper class for encapsulating the information related to generating a key for a RoleMemberBo list.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private  String cacheKey
           
private  String GROUP_ID
           
private  String MEMBER_TYPE_CODE
           
private  String PRINCIPAL_ID
           
private  RoleServiceBase.RoleDaoAction ROLE_DAO_ACTION
           
private  String ROLE_ID
           
 
Constructor Summary
private RoleServiceBase.RoleMemberCacheKeyHelper(RoleServiceBase.RoleDaoAction roleDaoAction, String roleId, String principalId, String groupId, String memberTypeCode)
           
 
Method Summary
private  String getCacheKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROLE_DAO_ACTION

private final RoleServiceBase.RoleDaoAction ROLE_DAO_ACTION

ROLE_ID

private final String ROLE_ID

PRINCIPAL_ID

private final String PRINCIPAL_ID

GROUP_ID

private final String GROUP_ID

MEMBER_TYPE_CODE

private final String MEMBER_TYPE_CODE

cacheKey

private String cacheKey
Constructor Detail

RoleServiceBase.RoleMemberCacheKeyHelper

private RoleServiceBase.RoleMemberCacheKeyHelper(RoleServiceBase.RoleDaoAction roleDaoAction,
                                                 String roleId,
                                                 String principalId,
                                                 String groupId,
                                                 String memberTypeCode)
Method Detail

getCacheKey

private String getCacheKey()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.