Class CommercePriceListCommerceAccountGroupRelServiceUtil

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

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

      public static String 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