Class CommerceDiscountOrderTypeRelServiceUtil

java.lang.Object
com.liferay.commerce.discount.service.CommerceDiscountOrderTypeRelServiceUtil

public class CommerceDiscountOrderTypeRelServiceUtil extends Object
Provides the remote service utility for CommerceDiscountOrderTypeRel. This utility wraps com.liferay.commerce.discount.service.impl.CommerceDiscountOrderTypeRelServiceImpl 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

    • CommerceDiscountOrderTypeRelServiceUtil

      public CommerceDiscountOrderTypeRelServiceUtil()
  • Method Details

    • addCommerceDiscountOrderTypeRel

      public static CommerceDiscountOrderTypeRel addCommerceDiscountOrderTypeRel(long commerceDiscountId, 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
    • deleteCommerceDiscountOrderTypeRel

      public static void deleteCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceDiscountOrderTypeRel

      public static CommerceDiscountOrderTypeRel fetchCommerceDiscountOrderTypeRel(long commerceDiscountId, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceDiscountOrderTypeRel

      public static CommerceDiscountOrderTypeRel getCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceDiscountOrderTypeRels

      public static List<CommerceDiscountOrderTypeRel> getCommerceDiscountOrderTypeRels(long commerceDiscountId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountOrderTypeRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceDiscountOrderTypeRelsCount

      public static int getCommerceDiscountOrderTypeRelsCount(long commerceDiscountId, 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 CommerceDiscountOrderTypeRelService getService()