Liferay 6.2-ce-ga5

com.liferay.portal.service.permission
Interface LayoutPermission


public interface LayoutPermission


Method Summary
 void check(PermissionChecker permissionChecker, Layout layout, String actionId)
           
 void check(PermissionChecker permissionChecker, long groupId, boolean privateLayout, long layoutId, String actionId)
           
 void check(PermissionChecker permissionChecker, long plid, String actionId)
           
 boolean contains(PermissionChecker permissionChecker, Layout layout, boolean checkViewableGroup, String actionId)
           
 boolean contains(PermissionChecker permissionChecker, Layout layout, String actionId)
           
 boolean contains(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, boolean checkViewableGroup, String actionId)
          Deprecated. As of 6.2.0, replaced by contains(PermissionChecker, Layout, boolean, String)
 boolean contains(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, String actionId)
          Deprecated. As of 6.2.0, replaced by contains(PermissionChecker, Layout, String)
 boolean contains(PermissionChecker permissionChecker, long groupId, boolean privateLayout, long layoutId, String actionId)
           
 boolean contains(PermissionChecker permissionChecker, long groupId, boolean privateLayout, long layoutId, String controlPanelCategory, String actionId)
          Deprecated. As of 6.2.0, replaced by contains(PermissionChecker, long, boolean, long, String)
 boolean contains(PermissionChecker permissionChecker, long plid, String actionId)
           
 boolean containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, boolean checkLayoutUpdateable, String actionId)
           
 boolean containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String actionId)
           
 boolean containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, boolean checkLayoutUpdateable, String actionId)
          Deprecated. As of 6.2.0, replaced by containsWithoutViewableGroup(PermissionChecker, Layout, boolean, String)
 boolean containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, String actionId)
          Deprecated. As of 6.2.0, replaced by containsWithoutViewableGroup(PermissionChecker, Layout, String)
 

Method Detail

check

void check(PermissionChecker permissionChecker,
           Layout layout,
           String actionId)
           throws PortalException,
                  SystemException
Throws:
PortalException
SystemException

check

void check(PermissionChecker permissionChecker,
           long groupId,
           boolean privateLayout,
           long layoutId,
           String actionId)
           throws PortalException,
                  SystemException
Throws:
PortalException
SystemException

check

void check(PermissionChecker permissionChecker,
           long plid,
           String actionId)
           throws PortalException,
                  SystemException
Throws:
PortalException
SystemException

contains

boolean contains(PermissionChecker permissionChecker,
                 Layout layout,
                 boolean checkViewableGroup,
                 String actionId)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

contains

boolean contains(PermissionChecker permissionChecker,
                 Layout layout,
                 String actionId)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

contains

boolean contains(PermissionChecker permissionChecker,
                 Layout layout,
                 String controlPanelCategory,
                 boolean checkViewableGroup,
                 String actionId)
                 throws PortalException,
                        SystemException
Deprecated. As of 6.2.0, replaced by contains(PermissionChecker, Layout, boolean, String)

Throws:
PortalException
SystemException

contains

boolean contains(PermissionChecker permissionChecker,
                 Layout layout,
                 String controlPanelCategory,
                 String actionId)
                 throws PortalException,
                        SystemException
Deprecated. As of 6.2.0, replaced by contains(PermissionChecker, Layout, String)

Throws:
PortalException
SystemException

contains

boolean contains(PermissionChecker permissionChecker,
                 long groupId,
                 boolean privateLayout,
                 long layoutId,
                 String actionId)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

contains

boolean contains(PermissionChecker permissionChecker,
                 long groupId,
                 boolean privateLayout,
                 long layoutId,
                 String controlPanelCategory,
                 String actionId)
                 throws PortalException,
                        SystemException
Deprecated. As of 6.2.0, replaced by contains(PermissionChecker, long, boolean, long, String)

Throws:
PortalException
SystemException

contains

boolean contains(PermissionChecker permissionChecker,
                 long plid,
                 String actionId)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

containsWithoutViewableGroup

boolean containsWithoutViewableGroup(PermissionChecker permissionChecker,
                                     Layout layout,
                                     boolean checkLayoutUpdateable,
                                     String actionId)
                                     throws PortalException,
                                            SystemException
Throws:
PortalException
SystemException

containsWithoutViewableGroup

boolean containsWithoutViewableGroup(PermissionChecker permissionChecker,
                                     Layout layout,
                                     String actionId)
                                     throws PortalException,
                                            SystemException
Throws:
PortalException
SystemException

containsWithoutViewableGroup

boolean containsWithoutViewableGroup(PermissionChecker permissionChecker,
                                     Layout layout,
                                     String controlPanelCategory,
                                     boolean checkLayoutUpdateable,
                                     String actionId)
                                     throws PortalException,
                                            SystemException
Deprecated. As of 6.2.0, replaced by containsWithoutViewableGroup(PermissionChecker, Layout, boolean, String)

Throws:
PortalException
SystemException

containsWithoutViewableGroup

boolean containsWithoutViewableGroup(PermissionChecker permissionChecker,
                                     Layout layout,
                                     String controlPanelCategory,
                                     String actionId)
                                     throws PortalException,
                                            SystemException
Deprecated. As of 6.2.0, replaced by containsWithoutViewableGroup(PermissionChecker, Layout, String)

Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5