Package com.liferay.commerce.permission
Interface CommerceOrderTypePermission
public interface CommerceOrderTypePermission
-
Method Summary
Modifier and TypeMethodDescriptionvoid
check
(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long commerceOrderTypeId, String actionId) void
check
(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, CommerceOrderType commerceOrderType, String actionId) boolean
contains
(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long[] commerceOrderTypeIds, String actionId) boolean
contains
(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long commerceOrderTypeId, String actionId) boolean
contains
(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, CommerceOrderType commerceOrderType, String actionId)
-
Method Details
-
check
void check(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, CommerceOrderType commerceOrderType, 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 commerceOrderTypeId, 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, CommerceOrderType commerceOrderType, 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 commerceOrderTypeId, 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[] commerceOrderTypeIds, String actionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-