Liferay 7.0-ce-m6

com.liferay.portlet.exportimport.lar
Class LayoutCache

java.lang.Object
  extended by com.liferay.portlet.exportimport.lar.LayoutCache

public class LayoutCache
extends Object


Field Summary
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  List<Role> getGroupRoles(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

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
Constructor Detail

LayoutCache

public LayoutCache()
Method Detail

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)

Liferay 7.0-ce-m6