com.liferay.portal.lar
Class LayoutCache
java.lang.Object
com.liferay.portal.lar.LayoutCache
public class LayoutCache
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
groupRolesMap
protected Map<Long,List<Role>> groupRolesMap
groupUsersMap
protected Map<Long,List<User>> groupUsersMap
rolesMap
protected Map<String,Role> rolesMap
userRolesMap
protected Map<Long,List<Role>> userRolesMap
LayoutCache
public LayoutCache()
getGroupRoles
protected List<Role> getGroupRoles(long groupId,
String resourceName)
throws PortalException
- Throws:
PortalException
getGroupUsers
protected List<User> getGroupUsers(long groupId)
getRole
protected Role getRole(long companyId,
String roleName)
throws PortalException
- Throws:
PortalException
getUserRoles
protected List<Role> getUserRoles(long userId)