Class CommercePriceModifierRelServiceUtil

java.lang.Object
com.liferay.commerce.pricing.service.CommercePriceModifierRelServiceUtil

public class CommercePriceModifierRelServiceUtil extends Object
Provides the remote service utility for CommercePriceModifierRel. This utility wraps com.liferay.commerce.pricing.service.impl.CommercePriceModifierRelServiceImpl 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

    • CommercePriceModifierRelServiceUtil

      public CommercePriceModifierRelServiceUtil()
  • Method Details

    • addCommercePriceModifierRel

      public static CommercePriceModifierRel addCommercePriceModifierRel(long commercePriceModifierId, String className, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommercePriceModifierRel

      public static void deleteCommercePriceModifierRel(long commercePriceModifierRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommercePriceModifierRel

      public static CommercePriceModifierRel fetchCommercePriceModifierRel(long commercePriceModifierId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCategoriesCommercePriceModifierRels

      public static List<CommercePriceModifierRel> getCategoriesCommercePriceModifierRels(long commercePriceModifierId, String name, int start, int end)
    • getCategoriesCommercePriceModifierRelsCount

      public static int getCategoriesCommercePriceModifierRelsCount(long commercePriceModifierId, String name)
    • getClassPKs

      public static long[] getClassPKs(long commercePriceModifierRelId, String className) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceModifierRel

      public static CommercePriceModifierRel getCommercePriceModifierRel(long commercePriceModifierRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceModifierRels

      public static List<CommercePriceModifierRel> getCommercePriceModifierRels(long commercePriceModifierRelId, String className) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceModifierRels

      public static List<CommercePriceModifierRel> getCommercePriceModifierRels(long commercePriceModifierRelId, String className, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceModifierRelsCount

      public static int getCommercePriceModifierRelsCount(long commercePriceModifierRelId, String className) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceModifiersRels

      public static List<CommercePriceModifierRel> getCommercePriceModifiersRels(String className, long classPK)
    • getCommercePricingClassesCommercePriceModifierRels

      public static List<CommercePriceModifierRel> getCommercePricingClassesCommercePriceModifierRels(long commercePriceModifierId, String title, int start, int end)
    • getCommercePricingClassesCommercePriceModifierRelsCount

      public static int getCommercePricingClassesCommercePriceModifierRelsCount(long commercePriceModifierId, String title)
    • getCPDefinitionsCommercePriceModifierRels

      public static List<CommercePriceModifierRel> getCPDefinitionsCommercePriceModifierRels(long commercePriceModifierId, String name, String languageId, int start, int end)
    • getCPDefinitionsCommercePriceModifierRelsCount

      public static int getCPDefinitionsCommercePriceModifierRelsCount(long commercePriceModifierId, String name, String languageId)
    • getOSGiServiceIdentifier

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

      public static CommercePriceModifierRelService getService()