@ProviderType public class CommerceShipmentItemServiceWrapper extends java.lang.Object implements CommerceShipmentItemService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceShipmentItemService>
CommerceShipmentItemService.CommerceShipmentItemService| Constructor and Description |
|---|
CommerceShipmentItemServiceWrapper(CommerceShipmentItemService commerceShipmentItemService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceShipmentItem |
addCommerceShipmentItem(long commerceShipmentId,
long commerceOrderItemId,
long commerceWarehouseId,
int quantity,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceShipmentItem(long commerceShipmentItemId) |
java.util.List<CommerceShipmentItem> |
getCommerceShipmentItems(long commerceOrderItemId) |
java.util.List<CommerceShipmentItem> |
getCommerceShipmentItems(long commerceShipmentId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator) |
int |
getCommerceShipmentItemsCount(long commerceShipmentId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceShipmentItemService |
getWrappedService() |
void |
setWrappedService(CommerceShipmentItemService commerceShipmentItemService) |
CommerceShipmentItem |
updateCommerceShipmentItem(long commerceShipmentItemId,
int quantity) |
public CommerceShipmentItemServiceWrapper(CommerceShipmentItemService commerceShipmentItemService)
public CommerceShipmentItem addCommerceShipmentItem(long commerceShipmentId, long commerceOrderItemId, long commerceWarehouseId, int quantity, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceShipmentItem in interface CommerceShipmentItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceShipmentItem(long commerceShipmentItemId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceShipmentItem in interface CommerceShipmentItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceShipmentItem> getCommerceShipmentItems(long commerceOrderItemId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceShipmentItems in interface CommerceShipmentItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceShipmentItem> getCommerceShipmentItems(long commerceShipmentId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceShipmentItems in interface CommerceShipmentItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceShipmentItemsCount(long commerceShipmentId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceShipmentItemsCount in interface CommerceShipmentItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceShipmentItemServicepublic CommerceShipmentItem updateCommerceShipmentItem(long commerceShipmentItemId, int quantity) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceShipmentItem in interface CommerceShipmentItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceShipmentItemService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceShipmentItemService>public void setWrappedService(CommerceShipmentItemService commerceShipmentItemService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceShipmentItemService>