|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.lar.LayoutCache
public class LayoutCache
| Field Summary | |
|---|---|
protected Map<String,Long> |
entityGroupIdMap
|
protected Map<String,Map<String,Long>> |
entityMapMap
|
protected Map<Long,List<Role>> |
groupRolesMap
|
protected Map<Long,List<User>> |
groupUsersMap
|
protected Map<String,Role> |
rolesMap
|
protected Map<Long,List<Role>> |
userRolesMap
|
| Constructor Summary | |
|---|---|
LayoutCache()
|
|
| Method Summary | |
|---|---|
protected long |
getEntityGroupId(long companyId,
String entityName,
String name)
|
protected Map<String,Long> |
getEntityMap(long companyId,
String entityName)
|
protected List<Role> |
getGroupRoles_1to4(long groupId)
|
protected List<Role> |
getGroupRoles_5(long groupId,
String resourceName)
|
protected List<User> |
getGroupUsers(long groupId)
|
protected Role |
getRole(long companyId,
String roleName)
|
protected List<Role> |
getUserRoles(long userId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Map<String,Long> entityGroupIdMap
protected Map<String,Map<String,Long>> entityMapMap
protected Map<Long,List<Role>> groupRolesMap
protected Map<Long,List<User>> groupUsersMap
protected Map<String,Role> rolesMap
protected Map<Long,List<Role>> userRolesMap
| Constructor Detail |
|---|
public LayoutCache()
| Method Detail |
|---|
protected long getEntityGroupId(long companyId,
String entityName,
String name)
throws PortalException,
SystemException
PortalException
SystemException
protected Map<String,Long> getEntityMap(long companyId,
String entityName)
throws PortalException,
SystemException
PortalException
SystemException
protected List<Role> getGroupRoles_1to4(long groupId)
throws SystemException
SystemException
protected List<Role> getGroupRoles_5(long groupId,
String resourceName)
throws PortalException,
SystemException
PortalException
SystemException
protected List<User> getGroupUsers(long groupId)
throws SystemException
SystemException
protected Role getRole(long companyId,
String roleName)
throws PortalException,
SystemException
PortalException
SystemException
protected List<Role> getUserRoles(long userId)
throws SystemException
SystemException
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||