Class CPConfigurationEntryServiceWrapper

java.lang.Object
com.liferay.commerce.product.service.CPConfigurationEntryServiceWrapper
All Implemented Interfaces:
CPConfigurationEntryService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<CPConfigurationEntryService>

public class CPConfigurationEntryServiceWrapper extends Object implements CPConfigurationEntryService, com.liferay.portal.kernel.service.ServiceWrapper<CPConfigurationEntryService>
Provides a wrapper for CPConfigurationEntryService.
See Also:
Generated:
  • Constructor Details

    • CPConfigurationEntryServiceWrapper

      public CPConfigurationEntryServiceWrapper()
    • CPConfigurationEntryServiceWrapper

      public CPConfigurationEntryServiceWrapper(CPConfigurationEntryService cpConfigurationEntryService)
  • Method Details

    • addCPConfigurationEntry

      public 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
      Specified by:
      addCPConfigurationEntry in interface CPConfigurationEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCPConfigurationEntry

      public void deleteCPConfigurationEntry(long cpConfigurationEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCPConfigurationEntry in interface CPConfigurationEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationEntry

      public CPConfigurationEntry getCPConfigurationEntry(long cpConfigurationEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPConfigurationEntry in interface CPConfigurationEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationEntry

      public CPConfigurationEntry getCPConfigurationEntry(long classNameId, long classPK, long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPConfigurationEntry in interface CPConfigurationEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationEntryByExternalReferenceCode

      public CPConfigurationEntry getCPConfigurationEntryByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPConfigurationEntryByExternalReferenceCode in interface CPConfigurationEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface CPConfigurationEntryService
      Returns:
      the OSGi service identifier
    • updateCPConfigurationEntry

      public 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
      Specified by:
      updateCPConfigurationEntry in interface CPConfigurationEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public CPConfigurationEntryService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPConfigurationEntryService>
    • setWrappedService

      public void setWrappedService(CPConfigurationEntryService cpConfigurationEntryService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPConfigurationEntryService>