Class DefaultFieldLogisticsShipmentVoyageService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultFieldLogisticsShipmentVoyageService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,FieldLogisticsShipmentVoyageService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultFieldLogisticsShipmentVoyageService")
@Deprecated
public class DefaultFieldLogisticsShipmentVoyageService
extends Object
implements ServiceWithNavigableEntities, FieldLogisticsShipmentVoyageService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
You can create, read, update and delete Field Logistics shipment voyages and respective stages. Additionally, we can also perform the following actions with this API: - Dispatch the containers, handling units, or shipment items, which are assigned to Field Logistics shipment voyage. - Set the status of the Field Logistics shipment voyage to*** Arrived***, which is assigned for containers, handling units, or shipment items..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | FLDLOGSSHIPMENTVOYAGE_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Field Logistics - Shipment Voyage Integration(SAP_COM_0753) |
| Scope Items: | Field Logistics Planning and Execution - Containers and Voyages(6BA) |
| Authentication Methods: | x509 |
| Service Group Name: | API_FLDLOGSSHIPMENTVOYAGE |
| Business Object: | FieldLogisticsShipmentVoyage |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.FieldLogisticsShipmentVoyageService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingFieldLogisticsShipmentVoyageService.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 theFieldLogisticsShipmentVoyageentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theFieldLogisticsShipmentVoyageStageentity collection matching the filter and search expressions.createFieldLogisticsShipmentVoyage(FieldLogisticsShipmentVoyage fieldLogisticsShipmentVoyage) Deprecated.Create a newFieldLogisticsShipmentVoyageentity and save it to the S/4HANA system.createFieldLogisticsShipmentVoyStage(FieldLogisticsShipmentVoyageStage fieldLogisticsShipmentVoyageStage) Deprecated.Create a newFieldLogisticsShipmentVoyageStageentity and save it to the S/4HANA system.deleteFieldLogisticsShipmentVoyage(FieldLogisticsShipmentVoyage fieldLogisticsShipmentVoyage) Deprecated.Deletes an existingFieldLogisticsShipmentVoyageentity in the S/4HANA system.deleteFieldLogisticsShipmentVoyStage(FieldLogisticsShipmentVoyageStage fieldLogisticsShipmentVoyageStage) Deprecated.Deletes an existingFieldLogisticsShipmentVoyageStageentity in the S/4HANA system.Deprecated.Fetch multipleFieldLogisticsShipmentVoyageentities.Deprecated.Fetch multipleFieldLogisticsShipmentVoyageStageentities.getFieldLogisticsShipmentVoyageByKey(UUID fldLogsShptVoyageUUID) Deprecated.Fetch a singleFieldLogisticsShipmentVoyageentity using key fields.getFieldLogisticsShipmentVoyStageByKey(UUID fldLogsShptVoyageUUID, String fldLogsVoyageStageID) Deprecated.Fetch a singleFieldLogisticsShipmentVoyageStageentity using key fields.Deprecated.updateFieldLogisticsShipmentVoyage(FieldLogisticsShipmentVoyage fieldLogisticsShipmentVoyage) Deprecated.Update an existingFieldLogisticsShipmentVoyageentity and save it to the S/4HANA system.updateFieldLogisticsShipmentVoyStage(FieldLogisticsShipmentVoyageStage fieldLogisticsShipmentVoyageStage) Deprecated.Update an existingFieldLogisticsShipmentVoyageStageentity 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
-
DefaultFieldLogisticsShipmentVoyageService
public DefaultFieldLogisticsShipmentVoyageService()Deprecated.Creates a service usingFieldLogisticsShipmentVoyageService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultFieldLogisticsShipmentVoyageService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:FieldLogisticsShipmentVoyageServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceFieldLogisticsShipmentVoyageService- 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:FieldLogisticsShipmentVoyageServiceCreates a batch request builder object.- Specified by:
batchin interfaceFieldLogisticsShipmentVoyageService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllFieldLogisticsShipmentVoyage
@Nonnull public GetAllRequestBuilder<FieldLogisticsShipmentVoyage> getAllFieldLogisticsShipmentVoyage()Deprecated.Description copied from interface:FieldLogisticsShipmentVoyageServiceFetch multipleFieldLogisticsShipmentVoyageentities.- Specified by:
getAllFieldLogisticsShipmentVoyagein interfaceFieldLogisticsShipmentVoyageService- Returns:
- A request builder to fetch multiple
FieldLogisticsShipmentVoyageentities. 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.
-
countFieldLogisticsShipmentVoyage
@Nonnull public CountRequestBuilder<FieldLogisticsShipmentVoyage> countFieldLogisticsShipmentVoyage()Deprecated.Description copied from interface:FieldLogisticsShipmentVoyageServiceFetch the number of entries from theFieldLogisticsShipmentVoyageentity collection matching the filter and search expressions.- Specified by:
countFieldLogisticsShipmentVoyagein interfaceFieldLogisticsShipmentVoyageService- Returns:
- A request builder to fetch the count of
FieldLogisticsShipmentVoyageentities. 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.
-
getFieldLogisticsShipmentVoyageByKey
@Nonnull public GetByKeyRequestBuilder<FieldLogisticsShipmentVoyage> getFieldLogisticsShipmentVoyageByKey(UUID fldLogsShptVoyageUUID) Deprecated.Description copied from interface:FieldLogisticsShipmentVoyageServiceFetch a singleFieldLogisticsShipmentVoyageentity using key fields.- Specified by:
getFieldLogisticsShipmentVoyageByKeyin interfaceFieldLogisticsShipmentVoyageService- Parameters:
fldLogsShptVoyageUUID- Field Logistics: Voyage UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
FieldLogisticsShipmentVoyageentity 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.
-
createFieldLogisticsShipmentVoyage
@Nonnull public CreateRequestBuilder<FieldLogisticsShipmentVoyage> createFieldLogisticsShipmentVoyage(@Nonnull FieldLogisticsShipmentVoyage fieldLogisticsShipmentVoyage) Deprecated.Description copied from interface:FieldLogisticsShipmentVoyageServiceCreate a newFieldLogisticsShipmentVoyageentity and save it to the S/4HANA system.- Specified by:
createFieldLogisticsShipmentVoyagein interfaceFieldLogisticsShipmentVoyageService- Parameters:
fieldLogisticsShipmentVoyage-FieldLogisticsShipmentVoyageentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
FieldLogisticsShipmentVoyageentity. To perform execution, call theexecutemethod on the request builder object.
-
updateFieldLogisticsShipmentVoyage
@Nonnull public UpdateRequestBuilder<FieldLogisticsShipmentVoyage> updateFieldLogisticsShipmentVoyage(@Nonnull FieldLogisticsShipmentVoyage fieldLogisticsShipmentVoyage) Deprecated.Description copied from interface:FieldLogisticsShipmentVoyageServiceUpdate an existingFieldLogisticsShipmentVoyageentity and save it to the S/4HANA system.- Specified by:
updateFieldLogisticsShipmentVoyagein interfaceFieldLogisticsShipmentVoyageService- Parameters:
fieldLogisticsShipmentVoyage-FieldLogisticsShipmentVoyageentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
FieldLogisticsShipmentVoyageentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteFieldLogisticsShipmentVoyage
@Nonnull public DeleteRequestBuilder<FieldLogisticsShipmentVoyage> deleteFieldLogisticsShipmentVoyage(@Nonnull FieldLogisticsShipmentVoyage fieldLogisticsShipmentVoyage) Deprecated.Description copied from interface:FieldLogisticsShipmentVoyageServiceDeletes an existingFieldLogisticsShipmentVoyageentity in the S/4HANA system.- Specified by:
deleteFieldLogisticsShipmentVoyagein interfaceFieldLogisticsShipmentVoyageService- Parameters:
fieldLogisticsShipmentVoyage-FieldLogisticsShipmentVoyageentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
FieldLogisticsShipmentVoyageentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllFieldLogisticsShipmentVoyStage
@Nonnull public GetAllRequestBuilder<FieldLogisticsShipmentVoyageStage> getAllFieldLogisticsShipmentVoyStage()Deprecated.Description copied from interface:FieldLogisticsShipmentVoyageServiceFetch multipleFieldLogisticsShipmentVoyageStageentities.- Specified by:
getAllFieldLogisticsShipmentVoyStagein interfaceFieldLogisticsShipmentVoyageService- Returns:
- A request builder to fetch multiple
FieldLogisticsShipmentVoyageStageentities. 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.
-
countFieldLogisticsShipmentVoyStage
@Nonnull public CountRequestBuilder<FieldLogisticsShipmentVoyageStage> countFieldLogisticsShipmentVoyStage()Deprecated.Description copied from interface:FieldLogisticsShipmentVoyageServiceFetch the number of entries from theFieldLogisticsShipmentVoyageStageentity collection matching the filter and search expressions.- Specified by:
countFieldLogisticsShipmentVoyStagein interfaceFieldLogisticsShipmentVoyageService- Returns:
- A request builder to fetch the count of
FieldLogisticsShipmentVoyageStageentities. 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.
-
getFieldLogisticsShipmentVoyStageByKey
@Nonnull public GetByKeyRequestBuilder<FieldLogisticsShipmentVoyageStage> getFieldLogisticsShipmentVoyStageByKey(UUID fldLogsShptVoyageUUID, String fldLogsVoyageStageID) Deprecated.Description copied from interface:FieldLogisticsShipmentVoyageServiceFetch a singleFieldLogisticsShipmentVoyageStageentity using key fields.- Specified by:
getFieldLogisticsShipmentVoyStageByKeyin interfaceFieldLogisticsShipmentVoyageService- Parameters:
fldLogsShptVoyageUUID- Field Logistics: Voyage UUIDConstraints: Not nullable
fldLogsVoyageStageID- Field Logistics: Voyage Stage IDConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
FieldLogisticsShipmentVoyageStageentity 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.
-
createFieldLogisticsShipmentVoyStage
@Nonnull public CreateRequestBuilder<FieldLogisticsShipmentVoyageStage> createFieldLogisticsShipmentVoyStage(@Nonnull FieldLogisticsShipmentVoyageStage fieldLogisticsShipmentVoyageStage) Deprecated.Description copied from interface:FieldLogisticsShipmentVoyageServiceCreate a newFieldLogisticsShipmentVoyageStageentity and save it to the S/4HANA system.- Specified by:
createFieldLogisticsShipmentVoyStagein interfaceFieldLogisticsShipmentVoyageService- Parameters:
fieldLogisticsShipmentVoyageStage-FieldLogisticsShipmentVoyageStageentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
FieldLogisticsShipmentVoyageStageentity. To perform execution, call theexecutemethod on the request builder object.
-
updateFieldLogisticsShipmentVoyStage
@Nonnull public UpdateRequestBuilder<FieldLogisticsShipmentVoyageStage> updateFieldLogisticsShipmentVoyStage(@Nonnull FieldLogisticsShipmentVoyageStage fieldLogisticsShipmentVoyageStage) Deprecated.Description copied from interface:FieldLogisticsShipmentVoyageServiceUpdate an existingFieldLogisticsShipmentVoyageStageentity and save it to the S/4HANA system.- Specified by:
updateFieldLogisticsShipmentVoyStagein interfaceFieldLogisticsShipmentVoyageService- Parameters:
fieldLogisticsShipmentVoyageStage-FieldLogisticsShipmentVoyageStageentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
FieldLogisticsShipmentVoyageStageentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteFieldLogisticsShipmentVoyStage
@Nonnull public DeleteRequestBuilder<FieldLogisticsShipmentVoyageStage> deleteFieldLogisticsShipmentVoyStage(@Nonnull FieldLogisticsShipmentVoyageStage fieldLogisticsShipmentVoyageStage) Deprecated.Description copied from interface:FieldLogisticsShipmentVoyageServiceDeletes an existingFieldLogisticsShipmentVoyageStageentity in the S/4HANA system.- Specified by:
deleteFieldLogisticsShipmentVoyStagein interfaceFieldLogisticsShipmentVoyageService- Parameters:
fieldLogisticsShipmentVoyageStage-FieldLogisticsShipmentVoyageStageentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
FieldLogisticsShipmentVoyageStageentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-