Class CommercePriceListChannelRelServiceUtil
java.lang.Object
com.liferay.commerce.price.list.service.CommercePriceListChannelRelServiceUtil
Provides the remote service utility for CommercePriceListChannelRel. This utility wraps
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.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 List<CommercePriceListChannelRel>
getCommercePriceListChannelRels
(long commercePriceListId) static List<CommercePriceListChannelRel>
getCommercePriceListChannelRels
(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) static List<CommercePriceListChannelRel>
getCommercePriceListChannelRels
(long commercePriceListId, String name, int start, int end) static int
getCommercePriceListChannelRelsCount
(long commercePriceListId) static int
getCommercePriceListChannelRelsCount
(long commercePriceListId, String name) static String
Returns the OSGi service identifier.
-
Constructor Details
-
CommercePriceListChannelRelServiceUtil
public CommercePriceListChannelRelServiceUtil()
-
-
Method Details
-
addCommercePriceListChannelRel
public static CommercePriceListChannelRel addCommercePriceListChannelRel(long commercePriceListId, long commerceChannelId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListChannelRel
public static void deleteCommercePriceListChannelRel(long commercePriceListChannelRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListChannelRelsByCommercePriceListId
public static void deleteCommercePriceListChannelRelsByCommercePriceListId(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePriceListChannelRel
public static CommercePriceListChannelRel fetchCommercePriceListChannelRel(long commerceChannelId, long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRel
public static CommercePriceListChannelRel getCommercePriceListChannelRel(long commercePriceListChannelRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRels
public static List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRels
public static List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRels
public static List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId, String name, int start, int end) -
getCommercePriceListChannelRelsCount
public static int getCommercePriceListChannelRelsCount(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRelsCount
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-