Interface CommerceCatalogPermission


public interface CommerceCatalogPermission
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    check(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long commerceCatalogId, String actionId)
     
    void
    check(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, CommerceCatalog commerceCatalog, String actionId)
     
    boolean
    contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long[] commerceCatalogIds, String actionId)
     
    boolean
    contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long commerceCatalogId, String actionId)
     
    boolean
    contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, CommerceCatalog commerceCatalog, String actionId)
     
  • Method Details

    • check

      void check(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, CommerceCatalog commerceCatalog, String actionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • check

      void check(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long commerceCatalogId, String actionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • contains

      boolean contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, CommerceCatalog commerceCatalog, String actionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • contains

      boolean contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long commerceCatalogId, String actionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • contains

      boolean contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long[] commerceCatalogIds, String actionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException