Class CPConfigurationEntryServiceUtil

java.lang.Object
com.liferay.commerce.product.service.CPConfigurationEntryServiceUtil

public class CPConfigurationEntryServiceUtil extends Object
Provides the remote service utility for CPConfigurationEntry. This utility wraps com.liferay.commerce.product.service.impl.CPConfigurationEntryServiceImpl 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

    • CPConfigurationEntryServiceUtil

      public CPConfigurationEntryServiceUtil()
  • Method Details

    • addCPConfigurationEntry

      public static CPConfigurationEntry addCPConfigurationEntry(String externalReferenceCode, long groupId, long classNameId, long classPK, long cpConfigurationListId, long cpTaxCategoryId, String allowedOrderQuantities, boolean backOrders, long commerceAvailabilityEstimateId, String cpDefinitionInventoryEngine, double depth, boolean displayAvailability, boolean displayStockQuantity, boolean freeShipping, double height, String lowStockActivity, BigDecimal maxOrderQuantity, BigDecimal minOrderQuantity, BigDecimal minStockQuantity, BigDecimal multipleOrderQuantity, boolean purchasable, boolean shippable, double shippingExtraPrice, boolean shipSeparately, boolean taxExempt, boolean visible, double weight, double width) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCPConfigurationEntry

      public static void deleteCPConfigurationEntry(long cpConfigurationEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationEntry

      public static CPConfigurationEntry getCPConfigurationEntry(long cpConfigurationEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationEntry

      public static CPConfigurationEntry getCPConfigurationEntry(long classNameId, long classPK, long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationEntryByExternalReferenceCode

      public static CPConfigurationEntry getCPConfigurationEntryByExternalReferenceCode(String externalReferenceCode, long companyId) 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
    • updateCPConfigurationEntry

      public static CPConfigurationEntry updateCPConfigurationEntry(String externalReferenceCode, long cpConfigurationEntryId, long cpTaxCategoryId, String allowedOrderQuantities, boolean backOrders, long commerceAvailabilityEstimateId, String cpDefinitionInventoryEngine, double depth, boolean displayAvailability, boolean displayStockQuantity, boolean freeShipping, double height, String lowStockActivity, BigDecimal maxOrderQuantity, BigDecimal minOrderQuantity, BigDecimal minStockQuantity, BigDecimal multipleOrderQuantity, boolean purchasable, boolean shippable, double shippingExtraPrice, boolean shipSeparately, boolean taxExempt, boolean visible, double weight, double width) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static CPConfigurationEntryService getService()