public class CommerceInventoryReplenishmentItemServiceWrapper extends java.lang.Object implements CommerceInventoryReplenishmentItemService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryReplenishmentItemService>
CommerceInventoryReplenishmentItemService.CommerceInventoryReplenishmentItemService| Constructor and Description |
|---|
CommerceInventoryReplenishmentItemServiceWrapper(CommerceInventoryReplenishmentItemService commerceInventoryReplenishmentItemService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceInventoryReplenishmentItem |
addCommerceInventoryReplenishmentItem(long userId,
long commerceInventoryWarehouseId,
java.lang.String sku,
java.util.Date availabilityDate,
int quantity) |
void |
deleteCommerceInventoryReplenishmentItem(long commerceInventoryReplenishmentItemId) |
CommerceInventoryReplenishmentItem |
getCommerceInventoryReplenishmentItem(long commerceInventoryReplenishmentItemId) |
java.util.List<CommerceInventoryReplenishmentItem> |
getCommerceInventoryReplenishmentItemsByCompanyIdAndSku(long companyId,
java.lang.String sku,
int start,
int end) |
long |
getCommerceInventoryReplenishmentItemsCount(long commerceInventoryWarehouseId,
java.lang.String sku) |
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(long commerceInventoryReplenishmentItemId,
java.util.Date availabilityDate,
int quantity,
long mvccVersion) |
public CommerceInventoryReplenishmentItemServiceWrapper(CommerceInventoryReplenishmentItemService commerceInventoryReplenishmentItemService)
public CommerceInventoryReplenishmentItem addCommerceInventoryReplenishmentItem(long userId, 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 getCommerceInventoryReplenishmentItem(long commerceInventoryReplenishmentItemId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryReplenishmentItem 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 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(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>