Class DefaultFreightUnitIntegrationService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultFreightUnitIntegrationService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,FreightUnitIntegrationService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultFreightUnitIntegrationService")
@Deprecated
public class DefaultFreightUnitIntegrationService
extends Object
implements ServiceWithNavigableEntities, FreightUnitIntegrationService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.FreightUnitIntegrationService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingFreightUnitIntegrationService.DEFAULT_SERVICE_PATHto send the requests. -
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.Deprecated.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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultFreightUnitIntegrationService
public DefaultFreightUnitIntegrationService()Deprecated.Creates a service usingFreightUnitIntegrationService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:FreightUnitIntegrationServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceFreightUnitIntegrationService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:FreightUnitIntegrationServiceCreates a batch request builder object.- Specified by:
batchin interfaceFreightUnitIntegrationService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllFreightUnit
Deprecated.Description copied from interface:FreightUnitIntegrationServiceFetch multipleFreightUnitentities.- Specified by:
getAllFreightUnitin interfaceFreightUnitIntegrationService- 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.Description copied from interface:FreightUnitIntegrationServiceFetch the number of entries from theFreightUnitentity collection matching the filter and search expressions.- Specified by:
countFreightUnitin interfaceFreightUnitIntegrationService- 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
@Nonnull public GetByKeyRequestBuilder<FreightUnit> getFreightUnitByKey(UUID transportationOrderUUID) Deprecated.Description copied from interface:FreightUnitIntegrationServiceFetch a singleFreightUnitentity using key fields.- Specified by:
getFreightUnitByKeyin interfaceFreightUnitIntegrationService- 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
@Nonnull public UpdateRequestBuilder<FreightUnit> updateFreightUnit(@Nonnull FreightUnit freightUnit) Deprecated.Description copied from interface:FreightUnitIntegrationServiceUpdate an existingFreightUnitentity and save it to the S/4HANA system.- Specified by:
updateFreightUnitin interfaceFreightUnitIntegrationService- 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.Description copied from interface:FreightUnitIntegrationServiceFetch multipleFreightUnitBusinessPartnerentities.- Specified by:
getAllFreightUnitBusinessPartnerin interfaceFreightUnitIntegrationService- 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.Description copied from interface:FreightUnitIntegrationServiceFetch the number of entries from theFreightUnitBusinessPartnerentity collection matching the filter and search expressions.- Specified by:
countFreightUnitBusinessPartnerin interfaceFreightUnitIntegrationService- 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 public GetByKeyRequestBuilder<FreightUnitBusinessPartner> getFreightUnitBusinessPartnerByKey(UUID transportationOrderBusPartUUID) Deprecated.Description copied from interface:FreightUnitIntegrationServiceFetch a singleFreightUnitBusinessPartnerentity using key fields.- Specified by:
getFreightUnitBusinessPartnerByKeyin interfaceFreightUnitIntegrationService- 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
@Nonnull public GetAllRequestBuilder<FreightUnitDocumentReference> getAllFreightUnitDocumentReference()Deprecated.Description copied from interface:FreightUnitIntegrationServiceFetch multipleFreightUnitDocumentReferenceentities.- Specified by:
getAllFreightUnitDocumentReferencein interfaceFreightUnitIntegrationService- 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
@Nonnull public CountRequestBuilder<FreightUnitDocumentReference> countFreightUnitDocumentReference()Deprecated.Description copied from interface:FreightUnitIntegrationServiceFetch the number of entries from theFreightUnitDocumentReferenceentity collection matching the filter and search expressions.- Specified by:
countFreightUnitDocumentReferencein interfaceFreightUnitIntegrationService- 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 public GetByKeyRequestBuilder<FreightUnitDocumentReference> getFreightUnitDocumentReferenceByKey(UUID transportationOrderDocRefUUID) Deprecated.Description copied from interface:FreightUnitIntegrationServiceFetch a singleFreightUnitDocumentReferenceentity using key fields.- Specified by:
getFreightUnitDocumentReferenceByKeyin interfaceFreightUnitIntegrationService- 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.Description copied from interface:FreightUnitIntegrationServiceFetch multipleFreightUnitItementities.- Specified by:
getAllFreightUnitItemin interfaceFreightUnitIntegrationService- 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.Description copied from interface:FreightUnitIntegrationServiceFetch the number of entries from theFreightUnitItementity collection matching the filter and search expressions.- Specified by:
countFreightUnitItemin interfaceFreightUnitIntegrationService- 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 public GetByKeyRequestBuilder<FreightUnitItem> getFreightUnitItemByKey(UUID transportationOrderItemUUID) Deprecated.Description copied from interface:FreightUnitIntegrationServiceFetch a singleFreightUnitItementity using key fields.- Specified by:
getFreightUnitItemByKeyin interfaceFreightUnitIntegrationService- 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 public UpdateRequestBuilder<FreightUnitItem> updateFreightUnitItem(@Nonnull FreightUnitItem freightUnitItem) Deprecated.Description copied from interface:FreightUnitIntegrationServiceUpdate an existingFreightUnitItementity and save it to the S/4HANA system.- Specified by:
updateFreightUnitItemin interfaceFreightUnitIntegrationService- 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.Description copied from interface:FreightUnitIntegrationServiceFetch multipleFreightUnitItemDocRefentities.- Specified by:
getAllFreightUnitItemDocRefin interfaceFreightUnitIntegrationService- 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.Description copied from interface:FreightUnitIntegrationServiceFetch the number of entries from theFreightUnitItemDocRefentity collection matching the filter and search expressions.- Specified by:
countFreightUnitItemDocRefin interfaceFreightUnitIntegrationService- 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 public GetByKeyRequestBuilder<FreightUnitItemDocRef> getFreightUnitItemDocRefByKey(UUID transpOrdItemDocReferenceUUID) Deprecated.Description copied from interface:FreightUnitIntegrationServiceFetch a singleFreightUnitItemDocRefentity using key fields.- Specified by:
getFreightUnitItemDocRefByKeyin interfaceFreightUnitIntegrationService- 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.Description copied from interface:FreightUnitIntegrationServiceFetch multipleFreightUnitStageentities.- Specified by:
getAllFreightUnitStagein interfaceFreightUnitIntegrationService- 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.Description copied from interface:FreightUnitIntegrationServiceFetch the number of entries from theFreightUnitStageentity collection matching the filter and search expressions.- Specified by:
countFreightUnitStagein interfaceFreightUnitIntegrationService- 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 public GetByKeyRequestBuilder<FreightUnitStage> getFreightUnitStageByKey(UUID transportationOrderStageUUID) Deprecated.Description copied from interface:FreightUnitIntegrationServiceFetch a singleFreightUnitStageentity using key fields.- Specified by:
getFreightUnitStageByKeyin interfaceFreightUnitIntegrationService- 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 public UpdateRequestBuilder<FreightUnitStage> updateFreightUnitStage(@Nonnull FreightUnitStage freightUnitStage) Deprecated.Description copied from interface:FreightUnitIntegrationServiceUpdate an existingFreightUnitStageentity and save it to the S/4HANA system.- Specified by:
updateFreightUnitStagein interfaceFreightUnitIntegrationService- 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.Description copied from interface:FreightUnitIntegrationServiceFetch multipleFreightUnitStopentities.- Specified by:
getAllFreightUnitStopin interfaceFreightUnitIntegrationService- 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.Description copied from interface:FreightUnitIntegrationServiceFetch the number of entries from theFreightUnitStopentity collection matching the filter and search expressions.- Specified by:
countFreightUnitStopin interfaceFreightUnitIntegrationService- 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 public GetByKeyRequestBuilder<FreightUnitStop> getFreightUnitStopByKey(UUID transportationOrderStopUUID) Deprecated.Description copied from interface:FreightUnitIntegrationServiceFetch a singleFreightUnitStopentity using key fields.- Specified by:
getFreightUnitStopByKeyin interfaceFreightUnitIntegrationService- 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-