Class CommercePriceListAccountRelServiceUtil
java.lang.Object
com.liferay.commerce.price.list.service.CommercePriceListAccountRelServiceUtil
Provides the remote service utility for CommercePriceListAccountRel. This utility wraps
com.liferay.commerce.price.list.service.impl.CommercePriceListAccountRelServiceImpl
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 CommercePriceListAccountRel
addCommercePriceListAccountRel
(long commercePriceListId, long commerceAccountId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) static void
deleteCommercePriceListAccountRel
(long commercePriceListAccountRelId) static void
deleteCommercePriceListAccountRelsByCommercePriceListId
(long commercePriceListId) static CommercePriceListAccountRel
fetchCommercePriceListAccountRel
(long commercePriceListId, long commerceAccountId) static CommercePriceListAccountRel
getCommercePriceListAccountRel
(long commercePriceListAccountRelId) static List<CommercePriceListAccountRel>
getCommercePriceListAccountRels
(long commercePriceListId) static List<CommercePriceListAccountRel>
getCommercePriceListAccountRels
(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) static List<CommercePriceListAccountRel>
getCommercePriceListAccountRels
(long commercePriceListId, String name, int start, int end) static int
getCommercePriceListAccountRelsCount
(long commercePriceListId) static int
getCommercePriceListAccountRelsCount
(long commercePriceListId, String name) static String
Returns the OSGi service identifier.
-
Constructor Details
-
CommercePriceListAccountRelServiceUtil
public CommercePriceListAccountRelServiceUtil()
-
-
Method Details
-
addCommercePriceListAccountRel
public static CommercePriceListAccountRel addCommercePriceListAccountRel(long commercePriceListId, long commerceAccountId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListAccountRel
public static void deleteCommercePriceListAccountRel(long commercePriceListAccountRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListAccountRelsByCommercePriceListId
public static void deleteCommercePriceListAccountRelsByCommercePriceListId(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePriceListAccountRel
public static CommercePriceListAccountRel fetchCommercePriceListAccountRel(long commercePriceListId, long commerceAccountId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListAccountRel
public static CommercePriceListAccountRel getCommercePriceListAccountRel(long commercePriceListAccountRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListAccountRels
public static List<CommercePriceListAccountRel> getCommercePriceListAccountRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListAccountRels
public static List<CommercePriceListAccountRel> getCommercePriceListAccountRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListAccountRels
public static List<CommercePriceListAccountRel> getCommercePriceListAccountRels(long commercePriceListId, String name, int start, int end) -
getCommercePriceListAccountRelsCount
public static int getCommercePriceListAccountRelsCount(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListAccountRelsCount
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-