Class CommercePriceListOrderTypeRelServiceUtil

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

public class CommercePriceListOrderTypeRelServiceUtil extends Object
Provides the remote service utility for CommercePriceListOrderTypeRel. This utility wraps com.liferay.commerce.price.list.service.impl.CommercePriceListOrderTypeRelServiceImpl 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

    • CommercePriceListOrderTypeRelServiceUtil

      public CommercePriceListOrderTypeRelServiceUtil()
  • Method Details

    • addCommercePriceListOrderTypeRel

      public static CommercePriceListOrderTypeRel addCommercePriceListOrderTypeRel(long commercePriceListId, long commerceOrderTypeId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommercePriceListOrderTypeRel

      public static void deleteCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommercePriceListOrderTypeRel

      public static CommercePriceListOrderTypeRel fetchCommercePriceListOrderTypeRel(long commercePriceListId, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceListOrderTypeRel

      public static CommercePriceListOrderTypeRel getCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceListOrderTypeRels

      public static List<CommercePriceListOrderTypeRel> getCommercePriceListOrderTypeRels(long commercePriceListId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListOrderTypeRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceListOrderTypeRelsCount

      public static int getCommercePriceListOrderTypeRelsCount(long commercePriceListId, String name) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public static CommercePriceListOrderTypeRelService getService()