Class DefaultPackContainerService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultPackContainerService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,PackContainerService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultPackContainerService")
@Deprecated
public class DefaultPackContainerService
extends Object
implements ServiceWithNavigableEntities, PackContainerService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
Using this service, you can pack and dispatch shipment items, handling units and containers. Service provides the capability to read, update, assign voyage, and dispatch shipment items, handling units and containers. The service is based on the OData protocol and can be consumed by external systems.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | SHIPMENTCONTAINERUNIT_0001 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Field Logistics - Pack Container Integration(SAP_COM_0752) |
| Scope Items: | Field Logistics Planning and Execution(40G) |
| Authentication Methods: | x509 |
| Service Group Name: | API_SHIPMENTCONTAINERPACKG |
| Business Object: | FldLogsShptContainerUnit |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.PackContainerService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingPackContainerService.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 theShptContainerUnitentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theShipmentItementity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theShptStgeAssgmtCtnentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theShptHandlingUnitentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theShptStageAssgmtItmentity collection matching the filter and search expressions.createShipmentContainer(ShptContainerUnit shptContainerUnit) Deprecated.Create a newShptContainerUnitentity and save it to the S/4HANA system.createShipmentContainerItem(ShipmentItem shipmentItem) Deprecated.Create a newShipmentItementity and save it to the S/4HANA system.createShipmentItem(ShptHandlingUnit shptHandlingUnit) Deprecated.Create a newShptHandlingUnitentity and save it to the S/4HANA system.deleteShipmentCtnStageAssgnmt(ShptStgeAssgmtCtn shptStgeAssgmtCtn) Deprecated.Deletes an existingShptStgeAssgmtCtnentity in the S/4HANA system.deleteShipmentItemStageAssgnmt(ShptStageAssgmtItm shptStageAssgmtItm) Deprecated.Deletes an existingShptStageAssgmtItmentity in the S/4HANA system.Deprecated.Fetch multipleShptContainerUnitentities.Deprecated.Fetch multipleShipmentItementities.Deprecated.Fetch multipleShptStgeAssgmtCtnentities.Deprecated.Fetch multipleShptHandlingUnitentities.Deprecated.Fetch multipleShptStageAssgmtItmentities.Deprecated.getShipmentContainerByKey(UUID fldLogsContainerUnitUUID) Deprecated.Fetch a singleShptContainerUnitentity using key fields.getShipmentContainerItemByKey(UUID fldLogsShptItemUUID) Deprecated.Fetch a singleShipmentItementity using key fields.getShipmentCtnStageAssgnmtByKey(UUID fldLogsShptVoyageUUID, UUID fldLogsVoyStgeAssgmtUUID) Deprecated.Fetch a singleShptStgeAssgmtCtnentity using key fields.getShipmentItemByKey(UUID fldLogsShptItemUUID) Deprecated.Fetch a singleShptHandlingUnitentity using key fields.getShipmentItemStageAssgnmtByKey(UUID fldLogsShptVoyageUUID, UUID fldLogsVoyStgeAssgmtUUID) Deprecated.Fetch a singleShptStageAssgmtItmentity using key fields.updateShipmentContainer(ShptContainerUnit shptContainerUnit) Deprecated.Update an existingShptContainerUnitentity and save it to the S/4HANA system.updateShipmentItem(ShptHandlingUnit shptHandlingUnit) Deprecated.Update an existingShptHandlingUnitentity 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
-
DefaultPackContainerService
public DefaultPackContainerService()Deprecated.Creates a service usingPackContainerService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:PackContainerServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfacePackContainerService- 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:PackContainerServiceCreates a batch request builder object.- Specified by:
batchin interfacePackContainerService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllShipmentContainer
Deprecated.Description copied from interface:PackContainerServiceFetch multipleShptContainerUnitentities.- Specified by:
getAllShipmentContainerin interfacePackContainerService- Returns:
- A request builder to fetch multiple
ShptContainerUnitentities. 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.
-
countShipmentContainer
Deprecated.Description copied from interface:PackContainerServiceFetch the number of entries from theShptContainerUnitentity collection matching the filter and search expressions.- Specified by:
countShipmentContainerin interfacePackContainerService- Returns:
- A request builder to fetch the count of
ShptContainerUnitentities. 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.
-
getShipmentContainerByKey
@Nonnull public GetByKeyRequestBuilder<ShptContainerUnit> getShipmentContainerByKey(UUID fldLogsContainerUnitUUID) Deprecated.Description copied from interface:PackContainerServiceFetch a singleShptContainerUnitentity using key fields.- Specified by:
getShipmentContainerByKeyin interfacePackContainerService- Parameters:
fldLogsContainerUnitUUID- Field Logistics: Container Unit IDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ShptContainerUnitentity 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.
-
createShipmentContainer
@Nonnull public CreateRequestBuilder<ShptContainerUnit> createShipmentContainer(@Nonnull ShptContainerUnit shptContainerUnit) Deprecated.Description copied from interface:PackContainerServiceCreate a newShptContainerUnitentity and save it to the S/4HANA system.- Specified by:
createShipmentContainerin interfacePackContainerService- Parameters:
shptContainerUnit-ShptContainerUnitentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ShptContainerUnitentity. To perform execution, call theexecutemethod on the request builder object.
-
updateShipmentContainer
@Nonnull public UpdateRequestBuilder<ShptContainerUnit> updateShipmentContainer(@Nonnull ShptContainerUnit shptContainerUnit) Deprecated.Description copied from interface:PackContainerServiceUpdate an existingShptContainerUnitentity and save it to the S/4HANA system.- Specified by:
updateShipmentContainerin interfacePackContainerService- Parameters:
shptContainerUnit-ShptContainerUnitentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
ShptContainerUnitentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllShipmentContainerItem
Deprecated.Description copied from interface:PackContainerServiceFetch multipleShipmentItementities.- Specified by:
getAllShipmentContainerItemin interfacePackContainerService- Returns:
- A request builder to fetch multiple
ShipmentItementities. 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.
-
countShipmentContainerItem
Deprecated.Description copied from interface:PackContainerServiceFetch the number of entries from theShipmentItementity collection matching the filter and search expressions.- Specified by:
countShipmentContainerItemin interfacePackContainerService- Returns:
- A request builder to fetch the count of
ShipmentItementities. 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.
-
getShipmentContainerItemByKey
@Nonnull public GetByKeyRequestBuilder<ShipmentItem> getShipmentContainerItemByKey(UUID fldLogsShptItemUUID) Deprecated.Description copied from interface:PackContainerServiceFetch a singleShipmentItementity using key fields.- Specified by:
getShipmentContainerItemByKeyin interfacePackContainerService- Parameters:
fldLogsShptItemUUID- Field Logistics: Shipment Item IDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ShipmentItementity 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.
-
createShipmentContainerItem
@Nonnull public CreateRequestBuilder<ShipmentItem> createShipmentContainerItem(@Nonnull ShipmentItem shipmentItem) Deprecated.Description copied from interface:PackContainerServiceCreate a newShipmentItementity and save it to the S/4HANA system.- Specified by:
createShipmentContainerItemin interfacePackContainerService- Parameters:
shipmentItem-ShipmentItementity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ShipmentItementity. To perform execution, call theexecutemethod on the request builder object.
-
getAllShipmentCtnStageAssgnmt
Deprecated.Description copied from interface:PackContainerServiceFetch multipleShptStgeAssgmtCtnentities.- Specified by:
getAllShipmentCtnStageAssgnmtin interfacePackContainerService- Returns:
- A request builder to fetch multiple
ShptStgeAssgmtCtnentities. 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.
-
countShipmentCtnStageAssgnmt
Deprecated.Description copied from interface:PackContainerServiceFetch the number of entries from theShptStgeAssgmtCtnentity collection matching the filter and search expressions.- Specified by:
countShipmentCtnStageAssgnmtin interfacePackContainerService- Returns:
- A request builder to fetch the count of
ShptStgeAssgmtCtnentities. 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.
-
getShipmentCtnStageAssgnmtByKey
@Nonnull public GetByKeyRequestBuilder<ShptStgeAssgmtCtn> getShipmentCtnStageAssgnmtByKey(UUID fldLogsShptVoyageUUID, UUID fldLogsVoyStgeAssgmtUUID) Deprecated.Description copied from interface:PackContainerServiceFetch a singleShptStgeAssgmtCtnentity using key fields.- Specified by:
getShipmentCtnStageAssgnmtByKeyin interfacePackContainerService- Parameters:
fldLogsShptVoyageUUID- Field Logistics: Voyage UUIDConstraints: Not nullable
fldLogsVoyStgeAssgmtUUID- Field Logistics: Voyage Stage Assignment UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ShptStgeAssgmtCtnentity 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.
-
deleteShipmentCtnStageAssgnmt
@Nonnull public DeleteRequestBuilder<ShptStgeAssgmtCtn> deleteShipmentCtnStageAssgnmt(@Nonnull ShptStgeAssgmtCtn shptStgeAssgmtCtn) Deprecated.Description copied from interface:PackContainerServiceDeletes an existingShptStgeAssgmtCtnentity in the S/4HANA system.- Specified by:
deleteShipmentCtnStageAssgnmtin interfacePackContainerService- Parameters:
shptStgeAssgmtCtn-ShptStgeAssgmtCtnentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
ShptStgeAssgmtCtnentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllShipmentItem
Deprecated.Description copied from interface:PackContainerServiceFetch multipleShptHandlingUnitentities.- Specified by:
getAllShipmentItemin interfacePackContainerService- Returns:
- A request builder to fetch multiple
ShptHandlingUnitentities. 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.
-
countShipmentItem
Deprecated.Description copied from interface:PackContainerServiceFetch the number of entries from theShptHandlingUnitentity collection matching the filter and search expressions.- Specified by:
countShipmentItemin interfacePackContainerService- Returns:
- A request builder to fetch the count of
ShptHandlingUnitentities. 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.
-
getShipmentItemByKey
@Nonnull public GetByKeyRequestBuilder<ShptHandlingUnit> getShipmentItemByKey(UUID fldLogsShptItemUUID) Deprecated.Description copied from interface:PackContainerServiceFetch a singleShptHandlingUnitentity using key fields.- Specified by:
getShipmentItemByKeyin interfacePackContainerService- Parameters:
fldLogsShptItemUUID- Field Logistics: Shipment Item IDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ShptHandlingUnitentity 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.
-
createShipmentItem
@Nonnull public CreateRequestBuilder<ShptHandlingUnit> createShipmentItem(@Nonnull ShptHandlingUnit shptHandlingUnit) Deprecated.Description copied from interface:PackContainerServiceCreate a newShptHandlingUnitentity and save it to the S/4HANA system.- Specified by:
createShipmentItemin interfacePackContainerService- Parameters:
shptHandlingUnit-ShptHandlingUnitentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ShptHandlingUnitentity. To perform execution, call theexecutemethod on the request builder object.
-
updateShipmentItem
@Nonnull public UpdateRequestBuilder<ShptHandlingUnit> updateShipmentItem(@Nonnull ShptHandlingUnit shptHandlingUnit) Deprecated.Description copied from interface:PackContainerServiceUpdate an existingShptHandlingUnitentity and save it to the S/4HANA system.- Specified by:
updateShipmentItemin interfacePackContainerService- Parameters:
shptHandlingUnit-ShptHandlingUnitentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
ShptHandlingUnitentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllShipmentItemStageAssgnmt
Deprecated.Description copied from interface:PackContainerServiceFetch multipleShptStageAssgmtItmentities.- Specified by:
getAllShipmentItemStageAssgnmtin interfacePackContainerService- Returns:
- A request builder to fetch multiple
ShptStageAssgmtItmentities. 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.
-
countShipmentItemStageAssgnmt
Deprecated.Description copied from interface:PackContainerServiceFetch the number of entries from theShptStageAssgmtItmentity collection matching the filter and search expressions.- Specified by:
countShipmentItemStageAssgnmtin interfacePackContainerService- Returns:
- A request builder to fetch the count of
ShptStageAssgmtItmentities. 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.
-
getShipmentItemStageAssgnmtByKey
@Nonnull public GetByKeyRequestBuilder<ShptStageAssgmtItm> getShipmentItemStageAssgnmtByKey(UUID fldLogsShptVoyageUUID, UUID fldLogsVoyStgeAssgmtUUID) Deprecated.Description copied from interface:PackContainerServiceFetch a singleShptStageAssgmtItmentity using key fields.- Specified by:
getShipmentItemStageAssgnmtByKeyin interfacePackContainerService- Parameters:
fldLogsShptVoyageUUID- Field Logistics: Voyage UUIDConstraints: Not nullable
fldLogsVoyStgeAssgmtUUID- Field Logistics: Voyage Stage Assignment UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ShptStageAssgmtItmentity 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.
-
deleteShipmentItemStageAssgnmt
@Nonnull public DeleteRequestBuilder<ShptStageAssgmtItm> deleteShipmentItemStageAssgnmt(@Nonnull ShptStageAssgmtItm shptStageAssgmtItm) Deprecated.Description copied from interface:PackContainerServiceDeletes an existingShptStageAssgmtItmentity in the S/4HANA system.- Specified by:
deleteShipmentItemStageAssgnmtin interfacePackContainerService- Parameters:
shptStageAssgmtItm-ShptStageAssgmtItmentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
ShptStageAssgmtItmentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-