public class CommercePriceListChannelRelServiceUtil
extends java.lang.Object
com.liferay.commerce.price.list.service.impl.CommercePriceListChannelRelServiceImpl
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.CommercePriceListChannelRelService
Constructor and Description |
---|
CommercePriceListChannelRelServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static CommercePriceListChannelRel |
addCommercePriceListChannelRel(long commercePriceListId,
long commerceChannelId,
int order,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static void |
deleteCommercePriceListChannelRel(long commercePriceListChannelRelId) |
static void |
deleteCommercePriceListChannelRelsByCommercePriceListId(long commercePriceListId) |
static CommercePriceListChannelRel |
fetchCommercePriceListChannelRel(long commerceChannelId,
long commercePriceListId) |
static CommercePriceListChannelRel |
getCommercePriceListChannelRel(long commercePriceListChannelRelId) |
static java.util.List<CommercePriceListChannelRel> |
getCommercePriceListChannelRels(long commercePriceListId) |
static java.util.List<CommercePriceListChannelRel> |
getCommercePriceListChannelRels(long commercePriceListId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) |
static java.util.List<CommercePriceListChannelRel> |
getCommercePriceListChannelRels(long commercePriceListId,
java.lang.String name,
int start,
int end) |
static int |
getCommercePriceListChannelRelsCount(long commercePriceListId) |
static int |
getCommercePriceListChannelRelsCount(long commercePriceListId,
java.lang.String name) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommercePriceListChannelRelService |
getService() |
public CommercePriceListChannelRelServiceUtil()
public static CommercePriceListChannelRel addCommercePriceListChannelRel(long commercePriceListId, long commerceChannelId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteCommercePriceListChannelRel(long commercePriceListChannelRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteCommercePriceListChannelRelsByCommercePriceListId(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CommercePriceListChannelRel fetchCommercePriceListChannelRel(long commerceChannelId, long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CommercePriceListChannelRel getCommercePriceListChannelRel(long commercePriceListChannelRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId, java.lang.String name, int start, int end)
public static int getCommercePriceListChannelRelsCount(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getCommercePriceListChannelRelsCount(long commercePriceListId, java.lang.String name)
public static java.lang.String getOSGiServiceIdentifier()
public static CommercePriceListChannelRelService getService()