public class CommerceInventoryWarehouseItemServiceWrapper extends java.lang.Object implements CommerceInventoryWarehouseItemService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseItemService>
CommerceInventoryWarehouseItemService.CommerceInventoryWarehouseItemService| Constructor and Description |
|---|
CommerceInventoryWarehouseItemServiceWrapper() |
CommerceInventoryWarehouseItemServiceWrapper(CommerceInventoryWarehouseItemService commerceInventoryWarehouseItemService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceInventoryWarehouseItem |
addCommerceInventoryWarehouseItem(long commerceInventoryWarehouseId,
java.lang.String sku,
int quantity) |
CommerceInventoryWarehouseItem |
addCommerceInventoryWarehouseItem(java.lang.String externalReferenceCode,
long commerceInventoryWarehouseId,
java.lang.String sku,
int quantity) |
CommerceInventoryWarehouseItem |
addOrUpdateCommerceInventoryWarehouseItem(long commerceInventoryWarehouseId,
java.lang.String sku,
int quantity) |
CommerceInventoryWarehouseItem |
addOrUpdateCommerceInventoryWarehouseItem(java.lang.String externalReferenceCode,
long companyId,
long commerceInventoryWarehouseId,
java.lang.String sku,
int quantity) |
void |
deleteCommerceInventoryWarehouseItem(long commerceInventoryWarehouseItemId) |
void |
deleteCommerceInventoryWarehouseItems(long companyId,
java.lang.String sku) |
CommerceInventoryWarehouseItem |
fetchCommerceInventoryWarehouseItem(long commerceInventoryWarehouseId,
java.lang.String sku) |
CommerceInventoryWarehouseItem |
fetchCommerceInventoryWarehouseItemByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommerceInventoryWarehouseItem |
getCommerceInventoryWarehouseItem(long commerceInventoryWarehouseItemId) |
CommerceInventoryWarehouseItem |
getCommerceInventoryWarehouseItem(long commerceInventoryWarehouseId,
java.lang.String sku) |
CommerceInventoryWarehouseItem |
getCommerceInventoryWarehouseItemByReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
java.util.List<CommerceInventoryWarehouseItem> |
getCommerceInventoryWarehouseItems(long commerceInventoryWarehouseId,
int start,
int end) |
java.util.List<CommerceInventoryWarehouseItem> |
getCommerceInventoryWarehouseItemsByCompanyId(long companyId,
int start,
int end) |
java.util.List<CommerceInventoryWarehouseItem> |
getCommerceInventoryWarehouseItemsByCompanyIdAndSku(long companyId,
java.lang.String sku,
int start,
int end) |
int |
getCommerceInventoryWarehouseItemsCount(long commerceInventoryWarehouseId) |
int |
getCommerceInventoryWarehouseItemsCount(long companyId,
long groupId,
java.lang.String sku) |
int |
getCommerceInventoryWarehouseItemsCount(long companyId,
java.lang.String sku) |
int |
getCommerceInventoryWarehouseItemsCountByCompanyId(long companyId) |
int |
getCommerceInventoryWarehouseItemsCountByModifiedDate(long companyId,
java.util.Date startDate,
java.util.Date endDate) |
java.util.List<CommerceInventoryWarehouseItem> |
getCommerceInventoryWarehouseItemsCountByModifiedDate(long companyId,
java.util.Date startDate,
java.util.Date endDate,
int start,
int end) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
int |
getStockQuantity(long companyId,
long groupId,
java.lang.String sku) |
int |
getStockQuantity(long companyId,
java.lang.String sku) |
CommerceInventoryWarehouseItemService |
getWrappedService() |
CommerceInventoryWarehouseItem |
increaseCommerceInventoryWarehouseItemQuantity(long commerceInventoryWarehouseItemId,
int quantity) |
void |
moveQuantitiesBetweenWarehouses(long fromCommerceInventoryWarehouseId,
long toCommerceInventoryWarehouseId,
java.lang.String sku,
int quantity) |
void |
setWrappedService(CommerceInventoryWarehouseItemService commerceInventoryWarehouseItemService) |
CommerceInventoryWarehouseItem |
updateCommerceInventoryWarehouseItem(long commerceInventoryWarehouseItemId,
int quantity,
int reservedQuantity,
long mvccVersion) |
CommerceInventoryWarehouseItem |
updateCommerceInventoryWarehouseItem(long commerceInventoryWarehouseItemId,
int quantity,
long mvccVersion) |
public CommerceInventoryWarehouseItemServiceWrapper()
public CommerceInventoryWarehouseItemServiceWrapper(CommerceInventoryWarehouseItemService commerceInventoryWarehouseItemService)
public CommerceInventoryWarehouseItem addCommerceInventoryWarehouseItem(long commerceInventoryWarehouseId, java.lang.String sku, int quantity) throws com.liferay.portal.kernel.exception.PortalException
addCommerceInventoryWarehouseItem in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouseItem addCommerceInventoryWarehouseItem(java.lang.String externalReferenceCode, long commerceInventoryWarehouseId, java.lang.String sku, int quantity) throws com.liferay.portal.kernel.exception.PortalException
addCommerceInventoryWarehouseItem in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouseItem addOrUpdateCommerceInventoryWarehouseItem(long commerceInventoryWarehouseId, java.lang.String sku, int quantity) throws com.liferay.portal.kernel.exception.PortalException
addOrUpdateCommerceInventoryWarehouseItem in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouseItem addOrUpdateCommerceInventoryWarehouseItem(java.lang.String externalReferenceCode, long companyId, long commerceInventoryWarehouseId, java.lang.String sku, int quantity) throws com.liferay.portal.kernel.exception.PortalException
addOrUpdateCommerceInventoryWarehouseItem in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceInventoryWarehouseItem(long commerceInventoryWarehouseItemId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceInventoryWarehouseItem in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceInventoryWarehouseItems(long companyId,
java.lang.String sku)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceInventoryWarehouseItems in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouseItem fetchCommerceInventoryWarehouseItem(long commerceInventoryWarehouseId, java.lang.String sku) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceInventoryWarehouseItem in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouseItem fetchCommerceInventoryWarehouseItemByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceInventoryWarehouseItemByExternalReferenceCode in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouseItem getCommerceInventoryWarehouseItem(long commerceInventoryWarehouseItemId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseItem in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouseItem getCommerceInventoryWarehouseItem(long commerceInventoryWarehouseId, java.lang.String sku) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseItem in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouseItem getCommerceInventoryWarehouseItemByReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseItemByReferenceCode in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceInventoryWarehouseItem> getCommerceInventoryWarehouseItems(long commerceInventoryWarehouseId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseItems in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceInventoryWarehouseItem> getCommerceInventoryWarehouseItemsByCompanyId(long companyId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseItemsByCompanyId in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceInventoryWarehouseItem> getCommerceInventoryWarehouseItemsByCompanyIdAndSku(long companyId, java.lang.String sku, int start, int end) throws com.liferay.portal.kernel.security.auth.PrincipalException
getCommerceInventoryWarehouseItemsByCompanyIdAndSku in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.security.auth.PrincipalExceptionpublic int getCommerceInventoryWarehouseItemsCount(long commerceInventoryWarehouseId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseItemsCount in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceInventoryWarehouseItemsCount(long companyId,
long groupId,
java.lang.String sku)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseItemsCount in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceInventoryWarehouseItemsCount(long companyId,
java.lang.String sku)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseItemsCount in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceInventoryWarehouseItemsCountByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseItemsCountByCompanyId in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceInventoryWarehouseItemsCountByModifiedDate(long companyId,
java.util.Date startDate,
java.util.Date endDate)
throws com.liferay.portal.kernel.security.auth.PrincipalException
getCommerceInventoryWarehouseItemsCountByModifiedDate in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.security.auth.PrincipalExceptionpublic java.util.List<CommerceInventoryWarehouseItem> getCommerceInventoryWarehouseItemsCountByModifiedDate(long companyId, java.util.Date startDate, java.util.Date endDate, int start, int end) throws com.liferay.portal.kernel.security.auth.PrincipalException
getCommerceInventoryWarehouseItemsCountByModifiedDate in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.security.auth.PrincipalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceInventoryWarehouseItemServicepublic int getStockQuantity(long companyId,
long groupId,
java.lang.String sku)
getStockQuantity in interface CommerceInventoryWarehouseItemServicepublic int getStockQuantity(long companyId,
java.lang.String sku)
getStockQuantity in interface CommerceInventoryWarehouseItemServicepublic CommerceInventoryWarehouseItem increaseCommerceInventoryWarehouseItemQuantity(long commerceInventoryWarehouseItemId, int quantity) throws com.liferay.portal.kernel.exception.PortalException
increaseCommerceInventoryWarehouseItemQuantity in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void moveQuantitiesBetweenWarehouses(long fromCommerceInventoryWarehouseId,
long toCommerceInventoryWarehouseId,
java.lang.String sku,
int quantity)
throws com.liferay.portal.kernel.exception.PortalException
moveQuantitiesBetweenWarehouses in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouseItem updateCommerceInventoryWarehouseItem(long commerceInventoryWarehouseItemId, int quantity, int reservedQuantity, long mvccVersion) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceInventoryWarehouseItem in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouseItem updateCommerceInventoryWarehouseItem(long commerceInventoryWarehouseItemId, int quantity, long mvccVersion) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceInventoryWarehouseItem in interface CommerceInventoryWarehouseItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouseItemService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseItemService>public void setWrappedService(CommerceInventoryWarehouseItemService commerceInventoryWarehouseItemService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseItemService>