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) void
deleteCPConfigurationEntry
(long cpConfigurationEntryId) getCPConfigurationEntry
(long cpConfigurationEntryId) getCPConfigurationEntry
(long classNameId, long classPK, long cpConfigurationListId) getCPConfigurationEntryByExternalReferenceCode
(String externalReferenceCode, long companyId) Returns the OSGi service identifier.void
setWrappedService
(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:
addCPConfigurationEntry
in interfaceCPConfigurationEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPConfigurationEntry
public void deleteCPConfigurationEntry(long cpConfigurationEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCPConfigurationEntry
in interfaceCPConfigurationEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationEntry
public CPConfigurationEntry getCPConfigurationEntry(long cpConfigurationEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPConfigurationEntry
in 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:
getCPConfigurationEntry
in 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:
getCPConfigurationEntryByExternalReferenceCode
in interfaceCPConfigurationEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
updateCPConfigurationEntry
in interfaceCPConfigurationEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPConfigurationEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPConfigurationEntryService>
-