public interface CommerceOrderTypePermission
Modifier and Type | Method and Description |
---|---|
void |
check(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
CommerceOrderType commerceOrderType,
java.lang.String actionId) |
void |
check(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
long commerceOrderTypeId,
java.lang.String actionId) |
boolean |
contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
CommerceOrderType commerceOrderType,
java.lang.String actionId) |
boolean |
contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
long[] commerceOrderTypeIds,
java.lang.String actionId) |
boolean |
contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
long commerceOrderTypeId,
java.lang.String actionId) |
void check(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, CommerceOrderType commerceOrderType, java.lang.String actionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void check(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long commerceOrderTypeId, java.lang.String actionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, CommerceOrderType commerceOrderType, java.lang.String actionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long commerceOrderTypeId, java.lang.String actionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean contains(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long[] commerceOrderTypeIds, java.lang.String actionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException