Class CommerceInventoryReplenishmentItemServiceWrapper
java.lang.Object
com.liferay.commerce.inventory.service.CommerceInventoryReplenishmentItemServiceWrapper
- All Implemented Interfaces:
CommerceInventoryReplenishmentItemService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryReplenishmentItemService>
public class CommerceInventoryReplenishmentItemServiceWrapper
extends Object
implements CommerceInventoryReplenishmentItemService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryReplenishmentItemService>
Provides a wrapper for
CommerceInventoryReplenishmentItemService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceInventoryReplenishmentItemServiceWrapper
(CommerceInventoryReplenishmentItemService commerceInventoryReplenishmentItemService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceInventoryReplenishmentItem
(String externalReferenceCode, long commerceInventoryWarehouseId, Date availabilityDate, BigDecimal quantity, String sku, String unitOfMeasureKey) void
deleteCommerceInventoryReplenishmentItem
(long commerceInventoryReplenishmentItemId) void
deleteCommerceInventoryReplenishmentItems
(long companyId, String sku, String unitOfMeasureKey) fetchCommerceInventoryReplenishmentItemByExternalReferenceCode
(String externalReferenceCode, long companyId) getCommerceInventoryReplenishmentItem
(long commerceInventoryReplenishmentItemId) getCommerceInventoryReplenishmentItemsByCommerceInventoryWarehouseId
(long commerceInventoryWarehouseId, int start, int end) getCommerceInventoryReplenishmentItemsByCompanyIdSkuAndUnitOfMeasureKey
(long companyId, String sku, String unitOfMeasureKey, int start, int end) getCommerceInventoryReplenishmentItemsCount
(long commerceInventoryWarehouseId, String sku, String unitOfMeasureKey) int
getCommerceInventoryReplenishmentItemsCountByCommerceInventoryWarehouseId
(long commerceInventoryWarehouseId) int
getCommerceInventoryReplenishmentItemsCountByCompanyIdSkuAndUnitOfMeasureKey
(long companyId, String sku, String unitOfMeasureKey) Returns the OSGi service identifier.void
setWrappedService
(CommerceInventoryReplenishmentItemService commerceInventoryReplenishmentItemService) updateCommerceInventoryReplenishmentItem
(String externalReferenceCode, long commerceInventoryReplenishmentItemId, Date availabilityDate, BigDecimal quantity, long mvccVersion)
-
Constructor Details
-
CommerceInventoryReplenishmentItemServiceWrapper
public CommerceInventoryReplenishmentItemServiceWrapper() -
CommerceInventoryReplenishmentItemServiceWrapper
public CommerceInventoryReplenishmentItemServiceWrapper(CommerceInventoryReplenishmentItemService commerceInventoryReplenishmentItemService)
-
-
Method Details
-
addCommerceInventoryReplenishmentItem
public CommerceInventoryReplenishmentItem addCommerceInventoryReplenishmentItem(String externalReferenceCode, long commerceInventoryWarehouseId, Date availabilityDate, BigDecimal quantity, String sku, String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommerceInventoryReplenishmentItem
in interfaceCommerceInventoryReplenishmentItemService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceInventoryReplenishmentItem
public void deleteCommerceInventoryReplenishmentItem(long commerceInventoryReplenishmentItemId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceInventoryReplenishmentItem
in interfaceCommerceInventoryReplenishmentItemService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceInventoryReplenishmentItems
public void deleteCommerceInventoryReplenishmentItems(long companyId, String sku, String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceInventoryReplenishmentItems
in interfaceCommerceInventoryReplenishmentItemService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceInventoryReplenishmentItemByExternalReferenceCode
public CommerceInventoryReplenishmentItem fetchCommerceInventoryReplenishmentItemByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceInventoryReplenishmentItemByExternalReferenceCode
in interfaceCommerceInventoryReplenishmentItemService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryReplenishmentItem
public CommerceInventoryReplenishmentItem getCommerceInventoryReplenishmentItem(long commerceInventoryReplenishmentItemId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryReplenishmentItem
in interfaceCommerceInventoryReplenishmentItemService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryReplenishmentItemsByCommerceInventoryWarehouseId
public List<CommerceInventoryReplenishmentItem> getCommerceInventoryReplenishmentItemsByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryReplenishmentItemsByCommerceInventoryWarehouseId
in interfaceCommerceInventoryReplenishmentItemService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryReplenishmentItemsByCompanyIdSkuAndUnitOfMeasureKey
public List<CommerceInventoryReplenishmentItem> getCommerceInventoryReplenishmentItemsByCompanyIdSkuAndUnitOfMeasureKey(long companyId, String sku, String unitOfMeasureKey, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryReplenishmentItemsByCompanyIdSkuAndUnitOfMeasureKey
in interfaceCommerceInventoryReplenishmentItemService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryReplenishmentItemsCount
public BigDecimal getCommerceInventoryReplenishmentItemsCount(long commerceInventoryWarehouseId, String sku, String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryReplenishmentItemsCount
in interfaceCommerceInventoryReplenishmentItemService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryReplenishmentItemsCountByCommerceInventoryWarehouseId
public int getCommerceInventoryReplenishmentItemsCountByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryReplenishmentItemsCountByCommerceInventoryWarehouseId
in interfaceCommerceInventoryReplenishmentItemService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryReplenishmentItemsCountByCompanyIdSkuAndUnitOfMeasureKey
public int getCommerceInventoryReplenishmentItemsCountByCompanyIdSkuAndUnitOfMeasureKey(long companyId, String sku, String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryReplenishmentItemsCountByCompanyIdSkuAndUnitOfMeasureKey
in interfaceCommerceInventoryReplenishmentItemService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceInventoryReplenishmentItemService
- Returns:
- the OSGi service identifier
-
updateCommerceInventoryReplenishmentItem
public CommerceInventoryReplenishmentItem updateCommerceInventoryReplenishmentItem(String externalReferenceCode, long commerceInventoryReplenishmentItemId, Date availabilityDate, BigDecimal quantity, long mvccVersion) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommerceInventoryReplenishmentItem
in interfaceCommerceInventoryReplenishmentItemService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryReplenishmentItemService>
-
setWrappedService
public void setWrappedService(CommerceInventoryReplenishmentItemService commerceInventoryReplenishmentItemService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryReplenishmentItemService>
-