Class CommercePriceListCommerceAccountGroupRelServiceUtil
java.lang.Object
com.liferay.commerce.price.list.service.CommercePriceListCommerceAccountGroupRelServiceUtil
Provides the remote service utility for CommercePriceListCommerceAccountGroupRel. This utility wraps
com.liferay.commerce.price.list.service.impl.CommercePriceListCommerceAccountGroupRelServiceImpl
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 TypeMethodDescriptionaddCommercePriceListCommerceAccountGroupRel
(long commercePriceListId, long commerceAccountGroupId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) static void
deleteCommercePriceListAccountGroupRelsByCommercePriceListId
(long commercePriceListId) static void
deleteCommercePriceListCommerceAccountGroupRel
(long commercePriceListCommerceAccountGroupRelId) fetchCommercePriceListCommerceAccountGroupRel
(long commercePriceListId, long commerceAccountGroupId) getCommercePriceListCommerceAccountGroupRel
(long commercePriceListCommerceAccoungGroupRelId) getCommercePriceListCommerceAccountGroupRels
(long commercePriceListId) getCommercePriceListCommerceAccountGroupRels
(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListCommerceAccountGroupRel> orderByComparator) getCommercePriceListCommerceAccountGroupRels
(long commercePriceListId, String name, int start, int end) static int
getCommercePriceListCommerceAccountGroupRelsCount
(long commercePriceListId) static int
getCommercePriceListCommerceAccountGroupRelsCount
(long commercePriceListId, String name) static String
Returns the OSGi service identifier.updateCommercePriceListCommerceAccountGroupRel
(long commercePriceListCommerceAccountGroupRelId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
CommercePriceListCommerceAccountGroupRelServiceUtil
public CommercePriceListCommerceAccountGroupRelServiceUtil()
-
-
Method Details
-
addCommercePriceListCommerceAccountGroupRel
public static CommercePriceListCommerceAccountGroupRel addCommercePriceListCommerceAccountGroupRel(long commercePriceListId, long commerceAccountGroupId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListAccountGroupRelsByCommercePriceListId
public static void deleteCommercePriceListAccountGroupRelsByCommercePriceListId(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListCommerceAccountGroupRel
public static void deleteCommercePriceListCommerceAccountGroupRel(long commercePriceListCommerceAccountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePriceListCommerceAccountGroupRel
public static CommercePriceListCommerceAccountGroupRel fetchCommercePriceListCommerceAccountGroupRel(long commercePriceListId, long commerceAccountGroupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListCommerceAccountGroupRel
public static CommercePriceListCommerceAccountGroupRel getCommercePriceListCommerceAccountGroupRel(long commercePriceListCommerceAccoungGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListCommerceAccountGroupRels
public static List<CommercePriceListCommerceAccountGroupRel> getCommercePriceListCommerceAccountGroupRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListCommerceAccountGroupRels
public static List<CommercePriceListCommerceAccountGroupRel> getCommercePriceListCommerceAccountGroupRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListCommerceAccountGroupRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListCommerceAccountGroupRels
public static List<CommercePriceListCommerceAccountGroupRel> getCommercePriceListCommerceAccountGroupRels(long commercePriceListId, String name, int start, int end) -
getCommercePriceListCommerceAccountGroupRelsCount
public static int getCommercePriceListCommerceAccountGroupRelsCount(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListCommerceAccountGroupRelsCount
public static int getCommercePriceListCommerceAccountGroupRelsCount(long commercePriceListId, String name) -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateCommercePriceListCommerceAccountGroupRel
public static CommercePriceListCommerceAccountGroupRel updateCommercePriceListCommerceAccountGroupRel(long commercePriceListCommerceAccountGroupRelId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-