public class CommerceInventoryReplenishmentItemServiceWrapper extends java.lang.Object implements CommerceInventoryReplenishmentItemService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryReplenishmentItemService>
CommerceInventoryReplenishmentItemService
.CommerceInventoryReplenishmentItemService
Constructor and Description |
---|
CommerceInventoryReplenishmentItemServiceWrapper() |
CommerceInventoryReplenishmentItemServiceWrapper(CommerceInventoryReplenishmentItemService commerceInventoryReplenishmentItemService) |
Modifier and Type | Method and Description |
---|---|
CommerceInventoryReplenishmentItem |
addCommerceInventoryReplenishmentItem(java.lang.String externalReferenceCode,
long commerceInventoryWarehouseId,
java.util.Date availabilityDate,
java.math.BigDecimal quantity,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
void |
deleteCommerceInventoryReplenishmentItem(long commerceInventoryReplenishmentItemId) |
void |
deleteCommerceInventoryReplenishmentItems(long companyId,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
CommerceInventoryReplenishmentItem |
fetchCommerceInventoryReplenishmentItemByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommerceInventoryReplenishmentItem |
getCommerceInventoryReplenishmentItem(long commerceInventoryReplenishmentItemId) |
java.util.List<CommerceInventoryReplenishmentItem> |
getCommerceInventoryReplenishmentItemsByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId,
int start,
int end) |
java.util.List<CommerceInventoryReplenishmentItem> |
getCommerceInventoryReplenishmentItemsByCompanyIdSkuAndUnitOfMeasureKey(long companyId,
java.lang.String sku,
java.lang.String unitOfMeasureKey,
int start,
int end) |
java.math.BigDecimal |
getCommerceInventoryReplenishmentItemsCount(long commerceInventoryWarehouseId,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
int |
getCommerceInventoryReplenishmentItemsCountByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) |
int |
getCommerceInventoryReplenishmentItemsCountByCompanyIdSkuAndUnitOfMeasureKey(long companyId,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceInventoryReplenishmentItemService |
getWrappedService() |
void |
setWrappedService(CommerceInventoryReplenishmentItemService commerceInventoryReplenishmentItemService) |
CommerceInventoryReplenishmentItem |
updateCommerceInventoryReplenishmentItem(java.lang.String externalReferenceCode,
long commerceInventoryReplenishmentItemId,
java.util.Date availabilityDate,
java.math.BigDecimal quantity,
long mvccVersion) |
public CommerceInventoryReplenishmentItemServiceWrapper()
public CommerceInventoryReplenishmentItemServiceWrapper(CommerceInventoryReplenishmentItemService commerceInventoryReplenishmentItemService)
public CommerceInventoryReplenishmentItem addCommerceInventoryReplenishmentItem(java.lang.String externalReferenceCode, long commerceInventoryWarehouseId, java.util.Date availabilityDate, java.math.BigDecimal quantity, java.lang.String sku, java.lang.String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException
addCommerceInventoryReplenishmentItem
in interface CommerceInventoryReplenishmentItemService
com.liferay.portal.kernel.exception.PortalException
public void deleteCommerceInventoryReplenishmentItem(long commerceInventoryReplenishmentItemId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceInventoryReplenishmentItem
in interface CommerceInventoryReplenishmentItemService
com.liferay.portal.kernel.exception.PortalException
public void deleteCommerceInventoryReplenishmentItems(long companyId, java.lang.String sku, java.lang.String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceInventoryReplenishmentItems
in interface CommerceInventoryReplenishmentItemService
com.liferay.portal.kernel.exception.PortalException
public CommerceInventoryReplenishmentItem fetchCommerceInventoryReplenishmentItemByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceInventoryReplenishmentItemByExternalReferenceCode
in interface CommerceInventoryReplenishmentItemService
com.liferay.portal.kernel.exception.PortalException
public CommerceInventoryReplenishmentItem getCommerceInventoryReplenishmentItem(long commerceInventoryReplenishmentItemId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryReplenishmentItem
in interface CommerceInventoryReplenishmentItemService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CommerceInventoryReplenishmentItem> getCommerceInventoryReplenishmentItemsByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryReplenishmentItemsByCommerceInventoryWarehouseId
in interface CommerceInventoryReplenishmentItemService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CommerceInventoryReplenishmentItem> getCommerceInventoryReplenishmentItemsByCompanyIdSkuAndUnitOfMeasureKey(long companyId, java.lang.String sku, java.lang.String unitOfMeasureKey, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryReplenishmentItemsByCompanyIdSkuAndUnitOfMeasureKey
in interface CommerceInventoryReplenishmentItemService
com.liferay.portal.kernel.exception.PortalException
public java.math.BigDecimal getCommerceInventoryReplenishmentItemsCount(long commerceInventoryWarehouseId, java.lang.String sku, java.lang.String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryReplenishmentItemsCount
in interface CommerceInventoryReplenishmentItemService
com.liferay.portal.kernel.exception.PortalException
public int getCommerceInventoryReplenishmentItemsCountByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryReplenishmentItemsCountByCommerceInventoryWarehouseId
in interface CommerceInventoryReplenishmentItemService
com.liferay.portal.kernel.exception.PortalException
public int getCommerceInventoryReplenishmentItemsCountByCompanyIdSkuAndUnitOfMeasureKey(long companyId, java.lang.String sku, java.lang.String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryReplenishmentItemsCountByCompanyIdSkuAndUnitOfMeasureKey
in interface CommerceInventoryReplenishmentItemService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CommerceInventoryReplenishmentItemService
public CommerceInventoryReplenishmentItem updateCommerceInventoryReplenishmentItem(java.lang.String externalReferenceCode, long commerceInventoryReplenishmentItemId, java.util.Date availabilityDate, java.math.BigDecimal quantity, long mvccVersion) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceInventoryReplenishmentItem
in interface CommerceInventoryReplenishmentItemService
com.liferay.portal.kernel.exception.PortalException
public CommerceInventoryReplenishmentItemService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryReplenishmentItemService>
public void setWrappedService(CommerceInventoryReplenishmentItemService commerceInventoryReplenishmentItemService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryReplenishmentItemService>