@ProviderType 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) |
void |
deleteCommerceShipment(long commerceShipmentId) |
CommerceShipment |
getCommerceShipment(long commerceShipmentId) |
java.util.List<CommerceShipment> |
getCommerceShipmentsByG_S(long groupId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipment> orderByComparator) |
java.util.List<CommerceShipment> |
getCommerceShipmentsByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipment> orderByComparator) |
java.util.List<CommerceShipment> |
getCommerceShipmentsByS_S(long siteGroupId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipment> orderByComparator) |
java.util.List<CommerceShipment> |
getCommerceShipmentsBySiteGroupId(long siteGroupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipment> orderByComparator) |
int |
getCommerceShipmentsCountByG_S(long groupId,
int status) |
int |
getCommerceShipmentsCountByGroupId(long groupId) |
int |
getCommerceShipmentsCountByS_S(long siteGroupId,
int status) |
int |
getCommerceShipmentsCountBySiteGroupId(long siteGroupId) |
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
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> getCommerceShipmentsByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipment> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceShipmentsByG_S in interface CommerceShipmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceShipment> getCommerceShipmentsByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipment> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceShipmentsByGroupId in interface CommerceShipmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceShipment> getCommerceShipmentsByS_S(long siteGroupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipment> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceShipmentsByS_S in interface CommerceShipmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceShipment> getCommerceShipmentsBySiteGroupId(long siteGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipment> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceShipmentsBySiteGroupId in interface CommerceShipmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceShipmentsCountByG_S(long groupId,
int status)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceShipmentsCountByG_S in interface CommerceShipmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceShipmentsCountByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceShipmentsCountByGroupId in interface CommerceShipmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceShipmentsCountByS_S(long siteGroupId,
int status)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceShipmentsCountByS_S in interface CommerceShipmentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceShipmentsCountBySiteGroupId(long siteGroupId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceShipmentsCountBySiteGroupId 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>