Class CommerceDiscountOrderTypeRelServiceUtil
java.lang.Object
com.liferay.commerce.discount.service.CommerceDiscountOrderTypeRelServiceUtil
Provides the remote service utility for CommerceDiscountOrderTypeRel. This utility wraps
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.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CommerceDiscountOrderTypeReladdCommerceDiscountOrderTypeRel(long commerceDiscountId, long commerceOrderTypeId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) static voiddeleteCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) static CommerceDiscountOrderTypeRelfetchCommerceDiscountOrderTypeRel(long commerceDiscountId, long commerceOrderTypeId) static CommerceDiscountOrderTypeRelgetCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) static List<CommerceDiscountOrderTypeRel>getCommerceDiscountOrderTypeRels(long commerceDiscountId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountOrderTypeRel> orderByComparator) static intgetCommerceDiscountOrderTypeRelsCount(long commerceDiscountId, String name) static StringReturns the OSGi service identifier.
-
Constructor Details
-
CommerceDiscountOrderTypeRelServiceUtil
public CommerceDiscountOrderTypeRelServiceUtil()
-
-
Method Details
-
addCommerceDiscountOrderTypeRel
public static CommerceDiscountOrderTypeRel addCommerceDiscountOrderTypeRel(long commerceDiscountId, long commerceOrderTypeId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceDiscountOrderTypeRel
public static void deleteCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceDiscountOrderTypeRel
public static CommerceDiscountOrderTypeRel fetchCommerceDiscountOrderTypeRel(long commerceDiscountId, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountOrderTypeRel
public static CommerceDiscountOrderTypeRel getCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountOrderTypeRels
public static List<CommerceDiscountOrderTypeRel> getCommerceDiscountOrderTypeRels(long commerceDiscountId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountOrderTypeRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountOrderTypeRelsCount
public static int getCommerceDiscountOrderTypeRelsCount(long commerceDiscountId, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-