Package com.liferay.commerce.permission
Interface CommerceOrderTypePermission
public interface CommerceOrderTypePermission
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheck(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long commerceOrderTypeId, String actionId) voidcheck(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, CommerceOrderType commerceOrderType, String actionId) booleancontains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long[] commerceOrderTypeIds, String actionId) booleancontains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long commerceOrderTypeId, String actionId) booleancontains(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
-