Class CommercePricingClassCPDefinitionRelServiceUtil

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

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

    • CommercePricingClassCPDefinitionRelServiceUtil

      public CommercePricingClassCPDefinitionRelServiceUtil()
  • Method Details

    • addCommercePricingClassCPDefinitionRel

      public static CommercePricingClassCPDefinitionRel addCommercePricingClassCPDefinitionRel(long commercePricingClassId, long cpDefinitionId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommercePricingClassCPDefinitionRel

      public static CommercePricingClassCPDefinitionRel deleteCommercePricingClassCPDefinitionRel(CommercePricingClassCPDefinitionRel commercePricingClassCPDefinitionRel) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommercePricingClassCPDefinitionRel

      public static CommercePricingClassCPDefinitionRel deleteCommercePricingClassCPDefinitionRel(long commercePricingClassCPDefinitionRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommercePricingClassCPDefinitionRel

      public static CommercePricingClassCPDefinitionRel fetchCommercePricingClassCPDefinitionRel(long commercePricingClassId, long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePricingClassCPDefinitionRel

      public static CommercePricingClassCPDefinitionRel getCommercePricingClassCPDefinitionRel(long commercePricingClassCPDefinitionRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePricingClassCPDefinitionRelByClassId

      public static List<CommercePricingClassCPDefinitionRel> getCommercePricingClassCPDefinitionRelByClassId(long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePricingClassCPDefinitionRels

      public static List<CommercePricingClassCPDefinitionRel> getCommercePricingClassCPDefinitionRels(long commercePricingClassId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePricingClassCPDefinitionRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePricingClassCPDefinitionRelsCount

      public static int getCommercePricingClassCPDefinitionRelsCount(long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePricingClassCPDefinitionRelsCount

      public static int getCommercePricingClassCPDefinitionRelsCount(long commercePricingClassId, String name, String languageId)
    • getCPDefinitionIds

      public static long[] getCPDefinitionIds(long commercePricingClassId) 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
    • searchByCommercePricingClassId

      public static List<CommercePricingClassCPDefinitionRel> searchByCommercePricingClassId(long commercePricingClassId, String name, String languageId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static CommercePricingClassCPDefinitionRelService getService()