Interface FreightUnitIntegrationService
- All Known Implementing Classes:
DefaultFreightUnitIntegrationService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
In addition, the following operations are possible: * Report events A freight unit is a set of goods that are transported together across the entire transportation chain. .
Reference: SAP Business Accelerator Hub
Details:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theFreightUnitentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theFreightUnitBusinessPartnerentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theFreightUnitDocumentReferenceentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theFreightUnitItementity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theFreightUnitItemDocRefentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theFreightUnitStageentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theFreightUnitStopentity collection matching the filter and search expressions.Deprecated.Fetch multipleFreightUnitentities.Deprecated.Fetch multipleFreightUnitBusinessPartnerentities.Deprecated.Fetch multipleFreightUnitDocumentReferenceentities.Deprecated.Fetch multipleFreightUnitItementities.Deprecated.Fetch multipleFreightUnitItemDocRefentities.Deprecated.Fetch multipleFreightUnitStageentities.Deprecated.Fetch multipleFreightUnitStopentities.getFreightUnitBusinessPartnerByKey(UUID transportationOrderBusPartUUID) Deprecated.Fetch a singleFreightUnitBusinessPartnerentity using key fields.getFreightUnitByKey(UUID transportationOrderUUID) Deprecated.Fetch a singleFreightUnitentity using key fields.getFreightUnitDocumentReferenceByKey(UUID transportationOrderDocRefUUID) Deprecated.Fetch a singleFreightUnitDocumentReferenceentity using key fields.getFreightUnitItemByKey(UUID transportationOrderItemUUID) Deprecated.Fetch a singleFreightUnitItementity using key fields.getFreightUnitItemDocRefByKey(UUID transpOrdItemDocReferenceUUID) Deprecated.Fetch a singleFreightUnitItemDocRefentity using key fields.getFreightUnitStageByKey(UUID transportationOrderStageUUID) Deprecated.Fetch a singleFreightUnitStageentity using key fields.getFreightUnitStopByKey(UUID transportationOrderStopUUID) Deprecated.Fetch a singleFreightUnitStopentity using key fields.updateFreightUnit(FreightUnit freightUnit) Deprecated.Update an existingFreightUnitentity and save it to the S/4HANA system.updateFreightUnitItem(FreightUnitItem freightUnitItem) Deprecated.Update an existingFreightUnitItementity and save it to the S/4HANA system.updateFreightUnitStage(FreightUnitStage freightUnitStage) Deprecated.Update an existingFreightUnitStageentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllFreightUnit
Deprecated.Fetch multipleFreightUnitentities.- Returns:
- A request builder to fetch multiple
FreightUnitentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countFreightUnit
Deprecated.Fetch the number of entries from theFreightUnitentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
FreightUnitentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getFreightUnitByKey
Deprecated.Fetch a singleFreightUnitentity using key fields.- Parameters:
transportationOrderUUID- Transportation Order UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
FreightUnitentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateFreightUnit
Deprecated.Update an existingFreightUnitentity and save it to the S/4HANA system.- Parameters:
freightUnit-FreightUnitentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
FreightUnitentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllFreightUnitBusinessPartner
Deprecated.Fetch multipleFreightUnitBusinessPartnerentities.- Returns:
- A request builder to fetch multiple
FreightUnitBusinessPartnerentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countFreightUnitBusinessPartner
Deprecated.Fetch the number of entries from theFreightUnitBusinessPartnerentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
FreightUnitBusinessPartnerentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getFreightUnitBusinessPartnerByKey
@Nonnull GetByKeyRequestBuilder<FreightUnitBusinessPartner> getFreightUnitBusinessPartnerByKey(UUID transportationOrderBusPartUUID) Deprecated.Fetch a singleFreightUnitBusinessPartnerentity using key fields.- Parameters:
transportationOrderBusPartUUID- NodeIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
FreightUnitBusinessPartnerentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllFreightUnitDocumentReference
Deprecated.Fetch multipleFreightUnitDocumentReferenceentities.- Returns:
- A request builder to fetch multiple
FreightUnitDocumentReferenceentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countFreightUnitDocumentReference
Deprecated.Fetch the number of entries from theFreightUnitDocumentReferenceentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
FreightUnitDocumentReferenceentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getFreightUnitDocumentReferenceByKey
@Nonnull GetByKeyRequestBuilder<FreightUnitDocumentReference> getFreightUnitDocumentReferenceByKey(UUID transportationOrderDocRefUUID) Deprecated.Fetch a singleFreightUnitDocumentReferenceentity using key fields.- Parameters:
transportationOrderDocRefUUID- NodeIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
FreightUnitDocumentReferenceentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllFreightUnitItem
Deprecated.Fetch multipleFreightUnitItementities.- Returns:
- A request builder to fetch multiple
FreightUnitItementities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countFreightUnitItem
Deprecated.Fetch the number of entries from theFreightUnitItementity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
FreightUnitItementities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getFreightUnitItemByKey
@Nonnull GetByKeyRequestBuilder<FreightUnitItem> getFreightUnitItemByKey(UUID transportationOrderItemUUID) Deprecated.Fetch a singleFreightUnitItementity using key fields.- Parameters:
transportationOrderItemUUID- UUID of Transportation Order Item with Conversion ExitConstraints: Not nullable
- Returns:
- A request builder to fetch a single
FreightUnitItementity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateFreightUnitItem
@Nonnull UpdateRequestBuilder<FreightUnitItem> updateFreightUnitItem(@Nonnull FreightUnitItem freightUnitItem) Deprecated.Update an existingFreightUnitItementity and save it to the S/4HANA system.- Parameters:
freightUnitItem-FreightUnitItementity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
FreightUnitItementity. To perform execution, call theexecutemethod on the request builder object.
-
getAllFreightUnitItemDocRef
Deprecated.Fetch multipleFreightUnitItemDocRefentities.- Returns:
- A request builder to fetch multiple
FreightUnitItemDocRefentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countFreightUnitItemDocRef
Deprecated.Fetch the number of entries from theFreightUnitItemDocRefentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
FreightUnitItemDocRefentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getFreightUnitItemDocRefByKey
@Nonnull GetByKeyRequestBuilder<FreightUnitItemDocRef> getFreightUnitItemDocRefByKey(UUID transpOrdItemDocReferenceUUID) Deprecated.Fetch a singleFreightUnitItemDocRefentity using key fields.- Parameters:
transpOrdItemDocReferenceUUID- Transportation Order Item Document ReferenceConstraints: Not nullable
- Returns:
- A request builder to fetch a single
FreightUnitItemDocRefentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllFreightUnitStage
Deprecated.Fetch multipleFreightUnitStageentities.- Returns:
- A request builder to fetch multiple
FreightUnitStageentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countFreightUnitStage
Deprecated.Fetch the number of entries from theFreightUnitStageentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
FreightUnitStageentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getFreightUnitStageByKey
@Nonnull GetByKeyRequestBuilder<FreightUnitStage> getFreightUnitStageByKey(UUID transportationOrderStageUUID) Deprecated.Fetch a singleFreightUnitStageentity using key fields.- Parameters:
transportationOrderStageUUID- NodeIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
FreightUnitStageentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateFreightUnitStage
@Nonnull UpdateRequestBuilder<FreightUnitStage> updateFreightUnitStage(@Nonnull FreightUnitStage freightUnitStage) Deprecated.Update an existingFreightUnitStageentity and save it to the S/4HANA system.- Parameters:
freightUnitStage-FreightUnitStageentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
FreightUnitStageentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllFreightUnitStop
Deprecated.Fetch multipleFreightUnitStopentities.- Returns:
- A request builder to fetch multiple
FreightUnitStopentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countFreightUnitStop
Deprecated.Fetch the number of entries from theFreightUnitStopentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
FreightUnitStopentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getFreightUnitStopByKey
@Nonnull GetByKeyRequestBuilder<FreightUnitStop> getFreightUnitStopByKey(UUID transportationOrderStopUUID) Deprecated.Fetch a singleFreightUnitStopentity using key fields.- Parameters:
transportationOrderStopUUID- NodeIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
FreightUnitStopentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-