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 Summary
ConstructorsConstructorDescriptionCPConfigurationEntryServiceWrapper(CPConfigurationEntryService cpConfigurationEntryService) -
Method Summary
Modifier and TypeMethodDescriptionaddCPConfigurationEntry(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) voiddeleteCPConfigurationEntry(long cpConfigurationEntryId) getCPConfigurationEntry(long cpConfigurationEntryId) getCPConfigurationEntry(long classNameId, long classPK, long cpConfigurationListId) getCPConfigurationEntryByExternalReferenceCode(String externalReferenceCode, long companyId) Returns the OSGi service identifier.voidsetWrappedService(CPConfigurationEntryService cpConfigurationEntryService) 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)
-
Constructor Details
-
CPConfigurationEntryServiceWrapper
public CPConfigurationEntryServiceWrapper() -
CPConfigurationEntryServiceWrapper
-
-
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:
addCPConfigurationEntryin interfaceCPConfigurationEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPConfigurationEntry
public void deleteCPConfigurationEntry(long cpConfigurationEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCPConfigurationEntryin interfaceCPConfigurationEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationEntry
public CPConfigurationEntry getCPConfigurationEntry(long cpConfigurationEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPConfigurationEntryin interfaceCPConfigurationEntryService- 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:
getCPConfigurationEntryin interfaceCPConfigurationEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationEntryByExternalReferenceCode
public CPConfigurationEntry getCPConfigurationEntryByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPConfigurationEntryByExternalReferenceCodein interfaceCPConfigurationEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCPConfigurationEntryService- 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:
updateCPConfigurationEntryin interfaceCPConfigurationEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPConfigurationEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPConfigurationEntryService>
-