Interface ShipmentResource
@Generated("")
@ProviderType
public interface ShipmentResource
To access this resource, run:
curl -u your@email.com:yourpassword -D - http://localhost:8080/o/headless-commerce-admin-shipment/v1.0
- Generated:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteShipment(Long shipmentId) jakarta.ws.rs.core.ResponsedeleteShipmentBatch(String callbackURL, Object object) voiddeleteShipmentByExternalReferenceCode(String externalReferenceCode) getShipment(Long shipmentId) getShipmentByExternalReferenceCode(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<Shipment> getShipmentsPage(String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) patchShipment(Long shipmentId, Shipment shipment) patchShipmentByExternalReferenceCode(String externalReferenceCode, Shipment shipment) postShipment(Shipment shipment) jakarta.ws.rs.core.ResponsepostShipmentBatch(String callbackURL, Object object) postShipmentByExternalReferenceCodeStatusDelivered(String externalReferenceCode) postShipmentByExternalReferenceCodeStatusFinishProcessing(String externalReferenceCode) postShipmentByExternalReferenceCodeStatusShipped(String externalReferenceCode) jakarta.ws.rs.core.ResponsepostShipmentsPageExportBatch(String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.kernel.search.Sort[] sorts, String callbackURL, String contentType, String fieldNames) postShipmentStatusDelivered(Long shipmentId) postShipmentStatusFinishProcessing(Long shipmentId) postShipmentStatusShipped(Long shipmentId) putShipmentByExternalReferenceCode(String externalReferenceCode, Shipment shipment) default voidsetContextAcceptLanguage(com.liferay.portal.vulcan.accept.language.AcceptLanguage contextAcceptLanguage) voidsetContextCompany(com.liferay.portal.kernel.model.Company contextCompany) default voidsetContextHttpServletRequest(jakarta.servlet.http.HttpServletRequest contextHttpServletRequest) default voidsetContextHttpServletResponse(jakarta.servlet.http.HttpServletResponse contextHttpServletResponse) default voidsetContextUriInfo(jakarta.ws.rs.core.UriInfo contextUriInfo) voidsetContextUser(com.liferay.portal.kernel.model.User contextUser) voidsetExpressionConvert(com.liferay.portal.odata.filter.ExpressionConvert<com.liferay.portal.kernel.search.filter.Filter> expressionConvert) voidsetFilterParserProvider(com.liferay.portal.odata.filter.FilterParserProvider filterParserProvider) voidsetGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) voidsetResourceActionLocalService(com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService) voidsetResourcePermissionLocalService(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService) voidsetRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService) voidsetSortParserProvider(com.liferay.portal.odata.sort.SortParserProvider sortParserProvider) voidsetVulcanBatchEngineExportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineExportTaskResource vulcanBatchEngineExportTaskResource) voidsetVulcanBatchEngineImportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource) default com.liferay.portal.kernel.search.filter.Filterdefault com.liferay.portal.kernel.search.filter.Filterdefault com.liferay.portal.kernel.search.Sort[]
-
Method Details
-
deleteShipment
- Throws:
Exception
-
deleteShipmentBatch
- Throws:
Exception
-
deleteShipmentByExternalReferenceCode
- Throws:
Exception
-
getShipment
- Throws:
Exception
-
getShipmentByExternalReferenceCode
- Throws:
Exception
-
getShipmentsPage
com.liferay.portal.vulcan.pagination.Page<Shipment> getShipmentsPage(String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) throws Exception - Throws:
Exception
-
patchShipment
- Throws:
Exception
-
patchShipmentByExternalReferenceCode
Shipment patchShipmentByExternalReferenceCode(String externalReferenceCode, Shipment shipment) throws Exception - Throws:
Exception
-
postShipment
- Throws:
Exception
-
postShipmentBatch
- Throws:
Exception
-
postShipmentByExternalReferenceCodeStatusDelivered
Shipment postShipmentByExternalReferenceCodeStatusDelivered(String externalReferenceCode) throws Exception - Throws:
Exception
-
postShipmentByExternalReferenceCodeStatusFinishProcessing
Shipment postShipmentByExternalReferenceCodeStatusFinishProcessing(String externalReferenceCode) throws Exception - Throws:
Exception
-
postShipmentByExternalReferenceCodeStatusShipped
Shipment postShipmentByExternalReferenceCodeStatusShipped(String externalReferenceCode) throws Exception - Throws:
Exception
-
postShipmentStatusDelivered
- Throws:
Exception
-
postShipmentStatusFinishProcessing
- Throws:
Exception
-
postShipmentStatusShipped
- Throws:
Exception
-
postShipmentsPageExportBatch
jakarta.ws.rs.core.Response postShipmentsPageExportBatch(String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.kernel.search.Sort[] sorts, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
putShipmentByExternalReferenceCode
Shipment putShipmentByExternalReferenceCode(String externalReferenceCode, Shipment shipment) throws Exception - Throws:
Exception
-
setContextAcceptLanguage
default void setContextAcceptLanguage(com.liferay.portal.vulcan.accept.language.AcceptLanguage contextAcceptLanguage) -
setContextCompany
void setContextCompany(com.liferay.portal.kernel.model.Company contextCompany) -
setContextHttpServletRequest
default void setContextHttpServletRequest(jakarta.servlet.http.HttpServletRequest contextHttpServletRequest) -
setContextHttpServletResponse
default void setContextHttpServletResponse(jakarta.servlet.http.HttpServletResponse contextHttpServletResponse) -
setContextUriInfo
default void setContextUriInfo(jakarta.ws.rs.core.UriInfo contextUriInfo) -
setContextUser
void setContextUser(com.liferay.portal.kernel.model.User contextUser) -
setExpressionConvert
void setExpressionConvert(com.liferay.portal.odata.filter.ExpressionConvert<com.liferay.portal.kernel.search.filter.Filter> expressionConvert) -
setFilterParserProvider
void setFilterParserProvider(com.liferay.portal.odata.filter.FilterParserProvider filterParserProvider) -
setGroupLocalService
void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) -
setResourceActionLocalService
void setResourceActionLocalService(com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService) -
setResourcePermissionLocalService
void setResourcePermissionLocalService(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService) -
setRoleLocalService
void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService) -
setSortParserProvider
void setSortParserProvider(com.liferay.portal.odata.sort.SortParserProvider sortParserProvider) -
setVulcanBatchEngineExportTaskResource
void setVulcanBatchEngineExportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineExportTaskResource vulcanBatchEngineExportTaskResource) -
setVulcanBatchEngineImportTaskResource
void setVulcanBatchEngineImportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource) -
toFilter
-
toFilter
-
toSorts
-