public class CommercePriceListOrderTypeRelServiceUtil
extends java.lang.Object
com.liferay.commerce.price.list.service.impl.CommercePriceListOrderTypeRelServiceImpl
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.CommercePriceListOrderTypeRelService
Constructor and Description |
---|
CommercePriceListOrderTypeRelServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static CommercePriceListOrderTypeRel |
addCommercePriceListOrderTypeRel(long commercePriceListId,
long commerceOrderTypeId,
int priority,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static void |
deleteCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId) |
static CommercePriceListOrderTypeRel |
fetchCommercePriceListOrderTypeRel(long commercePriceListId,
long commerceOrderTypeId) |
static CommercePriceListOrderTypeRel |
getCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId) |
static java.util.List<CommercePriceListOrderTypeRel> |
getCommercePriceListOrderTypeRels(long commercePriceListId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListOrderTypeRel> orderByComparator) |
static int |
getCommercePriceListOrderTypeRelsCount(long commercePriceListId,
java.lang.String name) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommercePriceListOrderTypeRelService |
getService() |
static void |
setService(CommercePriceListOrderTypeRelService service) |
public CommercePriceListOrderTypeRelServiceUtil()
public static CommercePriceListOrderTypeRel addCommercePriceListOrderTypeRel(long commercePriceListId, long commerceOrderTypeId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CommercePriceListOrderTypeRel fetchCommercePriceListOrderTypeRel(long commercePriceListId, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CommercePriceListOrderTypeRel getCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<CommercePriceListOrderTypeRel> getCommercePriceListOrderTypeRels(long commercePriceListId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListOrderTypeRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getCommercePriceListOrderTypeRelsCount(long commercePriceListId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static CommercePriceListOrderTypeRelService getService()
public static void setService(CommercePriceListOrderTypeRelService service)