@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceShipmentItemService
extends com.liferay.portal.kernel.service.BaseService
CommerceShipmentItemServiceUtil,
com.liferay.commerce.service.base.CommerceShipmentItemServiceBaseImpl,
com.liferay.commerce.service.impl.CommerceShipmentItemServiceImpl| 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.
|
CommerceShipmentItem |
updateCommerceShipmentItem(long commerceShipmentItemId,
int quantity) |
CommerceShipmentItem addCommerceShipmentItem(long commerceShipmentId, long commerceOrderItemId, long commerceWarehouseId, int quantity, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteCommerceShipmentItem(long commerceShipmentItemId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceShipmentItem> getCommerceShipmentItems(long commerceOrderItemId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
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
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceShipmentItemsCount(long commerceShipmentId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
CommerceShipmentItem updateCommerceShipmentItem(long commerceShipmentItemId, int quantity) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException