public class CommerceShipmentServiceWrapper extends java.lang.Object implements CommerceShipmentService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceShipmentService>
CommerceShipmentService.CommerceShipmentService| Constructor and Description |
|---|
CommerceShipmentServiceWrapper(CommerceShipmentService commerceShipmentService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceShipment |
addCommerceShipment(long commerceOrderId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
deleteCommerceShipment(long commerceShipmentId) |
CommerceShipment |
getCommerceShipment(long commerceShipmentId) |
java.util.List<CommerceShipment> |
getCommerceShipments(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipment> orderByComparator) |
java.util.List<CommerceShipment> |
getCommerceShipments(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipment> orderByComparator) |
int |
getCommerceShipmentsCount(long companyId) |
int |
getCommerceShipmentsCount(long companyId,
int status) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceShipmentService |
getWrappedService() |
void |
setWrappedService(CommerceShipmentService commerceShipmentService) |
CommerceShipment |
updateCommerceShipment(long commerceShipmentId,
java.lang.String carrier,
java.lang.String trackingNumber,
int status,
int shippingDateMonth,
int shippingDateDay,
int shippingDateYear,
int shippingDateHour,
int shippingDateMinute,
int expectedDateMonth,
int expectedDateDay,
int expectedDateYear,
int expectedDateHour,
int expectedDateMinute) |
CommerceShipment |
updateCommerceShipment(long commerceShipmentId,
java.lang.String name,
java.lang.String description,
java.lang.String street1,
java.lang.String street2,
java.lang.String street3,
java.lang.String city,
java.lang.String zip,
long commerceRegionId,
long commerceCountryId,
java.lang.String phoneNumber,
java.lang.String carrier,
java.lang.String trackingNumber,
int status,
int shippingDateMonth,
int shippingDateDay,
int shippingDateYear,
int shippingDateHour,
int shippingDateMinute,
int expectedDateMonth,
int expectedDateDay,
int expectedDateYear,
int expectedDateHour,
int expectedDateMinute) |
public CommerceShipmentServiceWrapper(CommerceShipmentService commerceShipmentService)
public CommerceShipment addCommerceShipment(long commerceOrderId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
CommerceShipmentServiceUtil to access the commerce shipment remote service. Add custom service methods to com.liferay.commerce.service.impl.CommerceShipmentServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.addCommerceShipment in interface CommerceShipmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceShipment(long commerceShipmentId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceShipment in interface CommerceShipmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceShipment getCommerceShipment(long commerceShipmentId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceShipment in interface CommerceShipmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceShipment> getCommerceShipments(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipment> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceShipments in interface CommerceShipmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceShipment> getCommerceShipments(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipment> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceShipments in interface CommerceShipmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceShipmentsCount(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceShipmentsCount in interface CommerceShipmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceShipmentsCount(long companyId,
int status)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceShipmentsCount in interface CommerceShipmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceShipmentServicepublic CommerceShipment updateCommerceShipment(long commerceShipmentId, java.lang.String carrier, java.lang.String trackingNumber, int status, int shippingDateMonth, int shippingDateDay, int shippingDateYear, int shippingDateHour, int shippingDateMinute, int expectedDateMonth, int expectedDateDay, int expectedDateYear, int expectedDateHour, int expectedDateMinute) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceShipment in interface CommerceShipmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceShipment updateCommerceShipment(long commerceShipmentId, java.lang.String name, java.lang.String description, java.lang.String street1, java.lang.String street2, java.lang.String street3, java.lang.String city, java.lang.String zip, long commerceRegionId, long commerceCountryId, java.lang.String phoneNumber, java.lang.String carrier, java.lang.String trackingNumber, int status, int shippingDateMonth, int shippingDateDay, int shippingDateYear, int shippingDateHour, int shippingDateMinute, int expectedDateMonth, int expectedDateDay, int expectedDateYear, int expectedDateHour, int expectedDateMinute) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceShipment in interface CommerceShipmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceShipmentService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceShipmentService>public void setWrappedService(CommerceShipmentService commerceShipmentService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceShipmentService>