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.lang.String sku,
java.util.Date availabilityDate,
int quantity) |
void |
deleteCommerceInventoryReplenishmentItem(long commerceInventoryReplenishmentItemId) |
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> |
getCommerceInventoryReplenishmentItemsByCompanyIdAndSku(long companyId,
java.lang.String sku,
int start,
int end) |
long |
getCommerceInventoryReplenishmentItemsCount(long commerceInventoryWarehouseId,
java.lang.String sku) |
int |
getCommerceInventoryReplenishmentItemsCountByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) |
int |
getCommerceInventoryReplenishmentItemsCountByCompanyIdAndSku(long companyId,
java.lang.String sku) |
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,
int quantity,
long mvccVersion) |
public CommerceInventoryReplenishmentItemServiceWrapper()
public CommerceInventoryReplenishmentItemServiceWrapper(CommerceInventoryReplenishmentItemService commerceInventoryReplenishmentItemService)
public CommerceInventoryReplenishmentItem addCommerceInventoryReplenishmentItem(java.lang.String externalReferenceCode, long commerceInventoryWarehouseId, java.lang.String sku, java.util.Date availabilityDate, int quantity) throws com.liferay.portal.kernel.exception.PortalException
addCommerceInventoryReplenishmentItem in interface CommerceInventoryReplenishmentItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceInventoryReplenishmentItem(long commerceInventoryReplenishmentItemId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceInventoryReplenishmentItem in interface CommerceInventoryReplenishmentItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryReplenishmentItem fetchCommerceInventoryReplenishmentItemByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceInventoryReplenishmentItemByExternalReferenceCode in interface CommerceInventoryReplenishmentItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryReplenishmentItem getCommerceInventoryReplenishmentItem(long commerceInventoryReplenishmentItemId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryReplenishmentItem in interface CommerceInventoryReplenishmentItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceInventoryReplenishmentItem> getCommerceInventoryReplenishmentItemsByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryReplenishmentItemsByCommerceInventoryWarehouseId in interface CommerceInventoryReplenishmentItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceInventoryReplenishmentItem> getCommerceInventoryReplenishmentItemsByCompanyIdAndSku(long companyId, java.lang.String sku, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryReplenishmentItemsByCompanyIdAndSku in interface CommerceInventoryReplenishmentItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic long getCommerceInventoryReplenishmentItemsCount(long commerceInventoryWarehouseId,
java.lang.String sku)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryReplenishmentItemsCount in interface CommerceInventoryReplenishmentItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceInventoryReplenishmentItemsCountByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryReplenishmentItemsCountByCommerceInventoryWarehouseId in interface CommerceInventoryReplenishmentItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceInventoryReplenishmentItemsCountByCompanyIdAndSku(long companyId,
java.lang.String sku)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryReplenishmentItemsCountByCompanyIdAndSku in interface CommerceInventoryReplenishmentItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceInventoryReplenishmentItemServicepublic CommerceInventoryReplenishmentItem updateCommerceInventoryReplenishmentItem(java.lang.String externalReferenceCode, long commerceInventoryReplenishmentItemId, java.util.Date availabilityDate, int quantity, long mvccVersion) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceInventoryReplenishmentItem in interface CommerceInventoryReplenishmentItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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>