public class CommerceDiscountOrderTypeRelServiceUtil
extends java.lang.Object
com.liferay.commerce.discount.service.impl.CommerceDiscountOrderTypeRelServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.CommerceDiscountOrderTypeRelService| Constructor and Description |
|---|
CommerceDiscountOrderTypeRelServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CommerceDiscountOrderTypeRel |
addCommerceDiscountOrderTypeRel(long commerceDiscountId,
long commerceOrderTypeId,
int priority,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static void |
deleteCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) |
static CommerceDiscountOrderTypeRel |
fetchCommerceDiscountOrderTypeRel(long commerceDiscountId,
long commerceOrderTypeId) |
static CommerceDiscountOrderTypeRel |
getCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) |
static java.util.List<CommerceDiscountOrderTypeRel> |
getCommerceDiscountOrderTypeRels(long commerceDiscountId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountOrderTypeRel> orderByComparator) |
static int |
getCommerceDiscountOrderTypeRelsCount(long commerceDiscountId,
java.lang.String name) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommerceDiscountOrderTypeRelService |
getService() |
public CommerceDiscountOrderTypeRelServiceUtil()
public static CommerceDiscountOrderTypeRel addCommerceDiscountOrderTypeRel(long commerceDiscountId, long commerceOrderTypeId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceDiscountOrderTypeRel fetchCommerceDiscountOrderTypeRel(long commerceDiscountId, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceDiscountOrderTypeRel getCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CommerceDiscountOrderTypeRel> getCommerceDiscountOrderTypeRels(long commerceDiscountId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountOrderTypeRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getCommerceDiscountOrderTypeRelsCount(long commerceDiscountId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static CommerceDiscountOrderTypeRelService getService()