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) voiddeleteCommerceInventoryReplenishmentItem(long commerceInventoryReplenishmentItemId) voiddeleteCommerceInventoryReplenishmentItems(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) intgetCommerceInventoryReplenishmentItemsCountByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) intgetCommerceInventoryReplenishmentItemsCountByCompanyIdSkuAndUnitOfMeasureKey(long companyId, String sku, String unitOfMeasureKey) Returns the OSGi service identifier.voidsetWrappedService(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:
addCommerceInventoryReplenishmentItemin interfaceCommerceInventoryReplenishmentItemService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceInventoryReplenishmentItem
public void deleteCommerceInventoryReplenishmentItem(long commerceInventoryReplenishmentItemId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceInventoryReplenishmentItemin 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:
deleteCommerceInventoryReplenishmentItemsin 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:
fetchCommerceInventoryReplenishmentItemByExternalReferenceCodein interfaceCommerceInventoryReplenishmentItemService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryReplenishmentItem
public CommerceInventoryReplenishmentItem getCommerceInventoryReplenishmentItem(long commerceInventoryReplenishmentItemId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryReplenishmentItemin 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:
getCommerceInventoryReplenishmentItemsByCommerceInventoryWarehouseIdin 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:
getCommerceInventoryReplenishmentItemsByCompanyIdSkuAndUnitOfMeasureKeyin 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:
getCommerceInventoryReplenishmentItemsCountin interfaceCommerceInventoryReplenishmentItemService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryReplenishmentItemsCountByCommerceInventoryWarehouseId
public int getCommerceInventoryReplenishmentItemsCountByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryReplenishmentItemsCountByCommerceInventoryWarehouseIdin 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:
getCommerceInventoryReplenishmentItemsCountByCompanyIdSkuAndUnitOfMeasureKeyin interfaceCommerceInventoryReplenishmentItemService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
updateCommerceInventoryReplenishmentItemin interfaceCommerceInventoryReplenishmentItemService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryReplenishmentItemService>
-
setWrappedService
public void setWrappedService(CommerceInventoryReplenishmentItemService commerceInventoryReplenishmentItemService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryReplenishmentItemService>
-