Class CommercePriceListAccountRelServiceUtil

java.lang.Object
com.liferay.commerce.price.list.service.CommercePriceListAccountRelServiceUtil

public class CommercePriceListAccountRelServiceUtil extends Object
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 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

      public static int getCommercePriceListAccountRelsCount(long commercePriceListId, String name)
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • getService

      public static CommercePriceListAccountRelService getService()