Interface FreightUnitIntegrationService

All Known Implementing Classes:
DefaultFreightUnitIntegrationService

@Deprecated public interface FreightUnitIntegrationService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull FreightUnitIntegrationService withServicePath(@Nonnull String servicePath)
      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

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllFreightUnit

      @Nonnull GetAllRequestBuilder<FreightUnit> getAllFreightUnit()
      Deprecated.
      Fetch multiple FreightUnit entities.
      Returns:
      A request builder to fetch multiple FreightUnit entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countFreightUnit

      @Nonnull CountRequestBuilder<FreightUnit> countFreightUnit()
      Deprecated.
      Fetch the number of entries from the FreightUnit entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightUnit entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getFreightUnitByKey

      @Nonnull GetByKeyRequestBuilder<FreightUnit> getFreightUnitByKey(UUID transportationOrderUUID)
      Deprecated.
      Fetch a single FreightUnit entity using key fields.
      Parameters:
      transportationOrderUUID - Transportation Order UUID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightUnit entity 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 the execute method on the request builder object.
    • updateFreightUnit

      @Nonnull UpdateRequestBuilder<FreightUnit> updateFreightUnit(@Nonnull FreightUnit freightUnit)
      Deprecated.
      Update an existing FreightUnit entity and save it to the S/4HANA system.
      Parameters:
      freightUnit - FreightUnit entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing FreightUnit entity. To perform execution, call the execute method on the request builder object.
    • getAllFreightUnitBusinessPartner

      @Nonnull GetAllRequestBuilder<FreightUnitBusinessPartner> getAllFreightUnitBusinessPartner()
      Deprecated.
      Fetch multiple FreightUnitBusinessPartner entities.
      Returns:
      A request builder to fetch multiple FreightUnitBusinessPartner entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countFreightUnitBusinessPartner

      @Nonnull CountRequestBuilder<FreightUnitBusinessPartner> countFreightUnitBusinessPartner()
      Deprecated.
      Fetch the number of entries from the FreightUnitBusinessPartner entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightUnitBusinessPartner entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getFreightUnitBusinessPartnerByKey

      @Nonnull GetByKeyRequestBuilder<FreightUnitBusinessPartner> getFreightUnitBusinessPartnerByKey(UUID transportationOrderBusPartUUID)
      Deprecated.
      Fetch a single FreightUnitBusinessPartner entity using key fields.
      Parameters:
      transportationOrderBusPartUUID - NodeID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightUnitBusinessPartner entity 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 the execute method on the request builder object.
    • getAllFreightUnitDocumentReference

      @Nonnull GetAllRequestBuilder<FreightUnitDocumentReference> getAllFreightUnitDocumentReference()
      Deprecated.
      Fetch multiple FreightUnitDocumentReference entities.
      Returns:
      A request builder to fetch multiple FreightUnitDocumentReference entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countFreightUnitDocumentReference

      @Nonnull CountRequestBuilder<FreightUnitDocumentReference> countFreightUnitDocumentReference()
      Deprecated.
      Fetch the number of entries from the FreightUnitDocumentReference entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightUnitDocumentReference entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getFreightUnitDocumentReferenceByKey

      @Nonnull GetByKeyRequestBuilder<FreightUnitDocumentReference> getFreightUnitDocumentReferenceByKey(UUID transportationOrderDocRefUUID)
      Deprecated.
      Fetch a single FreightUnitDocumentReference entity using key fields.
      Parameters:
      transportationOrderDocRefUUID - NodeID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightUnitDocumentReference entity 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 the execute method on the request builder object.
    • getAllFreightUnitItem

      @Nonnull GetAllRequestBuilder<FreightUnitItem> getAllFreightUnitItem()
      Deprecated.
      Fetch multiple FreightUnitItem entities.
      Returns:
      A request builder to fetch multiple FreightUnitItem entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countFreightUnitItem

      @Nonnull CountRequestBuilder<FreightUnitItem> countFreightUnitItem()
      Deprecated.
      Fetch the number of entries from the FreightUnitItem entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightUnitItem entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getFreightUnitItemByKey

      @Nonnull GetByKeyRequestBuilder<FreightUnitItem> getFreightUnitItemByKey(UUID transportationOrderItemUUID)
      Deprecated.
      Fetch a single FreightUnitItem entity using key fields.
      Parameters:
      transportationOrderItemUUID - UUID of Transportation Order Item with Conversion Exit

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightUnitItem entity 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 the execute method on the request builder object.
    • updateFreightUnitItem

      @Nonnull UpdateRequestBuilder<FreightUnitItem> updateFreightUnitItem(@Nonnull FreightUnitItem freightUnitItem)
      Deprecated.
      Update an existing FreightUnitItem entity and save it to the S/4HANA system.
      Parameters:
      freightUnitItem - FreightUnitItem entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing FreightUnitItem entity. To perform execution, call the execute method on the request builder object.
    • getAllFreightUnitItemDocRef

      @Nonnull GetAllRequestBuilder<FreightUnitItemDocRef> getAllFreightUnitItemDocRef()
      Deprecated.
      Fetch multiple FreightUnitItemDocRef entities.
      Returns:
      A request builder to fetch multiple FreightUnitItemDocRef entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countFreightUnitItemDocRef

      @Nonnull CountRequestBuilder<FreightUnitItemDocRef> countFreightUnitItemDocRef()
      Deprecated.
      Fetch the number of entries from the FreightUnitItemDocRef entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightUnitItemDocRef entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getFreightUnitItemDocRefByKey

      @Nonnull GetByKeyRequestBuilder<FreightUnitItemDocRef> getFreightUnitItemDocRefByKey(UUID transpOrdItemDocReferenceUUID)
      Deprecated.
      Fetch a single FreightUnitItemDocRef entity using key fields.
      Parameters:
      transpOrdItemDocReferenceUUID - Transportation Order Item Document Reference

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightUnitItemDocRef entity 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 the execute method on the request builder object.
    • getAllFreightUnitStage

      @Nonnull GetAllRequestBuilder<FreightUnitStage> getAllFreightUnitStage()
      Deprecated.
      Fetch multiple FreightUnitStage entities.
      Returns:
      A request builder to fetch multiple FreightUnitStage entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countFreightUnitStage

      @Nonnull CountRequestBuilder<FreightUnitStage> countFreightUnitStage()
      Deprecated.
      Fetch the number of entries from the FreightUnitStage entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightUnitStage entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getFreightUnitStageByKey

      @Nonnull GetByKeyRequestBuilder<FreightUnitStage> getFreightUnitStageByKey(UUID transportationOrderStageUUID)
      Deprecated.
      Fetch a single FreightUnitStage entity using key fields.
      Parameters:
      transportationOrderStageUUID - NodeID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightUnitStage entity 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 the execute method on the request builder object.
    • updateFreightUnitStage

      @Nonnull UpdateRequestBuilder<FreightUnitStage> updateFreightUnitStage(@Nonnull FreightUnitStage freightUnitStage)
      Deprecated.
      Update an existing FreightUnitStage entity and save it to the S/4HANA system.
      Parameters:
      freightUnitStage - FreightUnitStage entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing FreightUnitStage entity. To perform execution, call the execute method on the request builder object.
    • getAllFreightUnitStop

      @Nonnull GetAllRequestBuilder<FreightUnitStop> getAllFreightUnitStop()
      Deprecated.
      Fetch multiple FreightUnitStop entities.
      Returns:
      A request builder to fetch multiple FreightUnitStop entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countFreightUnitStop

      @Nonnull CountRequestBuilder<FreightUnitStop> countFreightUnitStop()
      Deprecated.
      Fetch the number of entries from the FreightUnitStop entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightUnitStop entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getFreightUnitStopByKey

      @Nonnull GetByKeyRequestBuilder<FreightUnitStop> getFreightUnitStopByKey(UUID transportationOrderStopUUID)
      Deprecated.
      Fetch a single FreightUnitStop entity using key fields.
      Parameters:
      transportationOrderStopUUID - NodeID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightUnitStop entity 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 the execute method on the request builder object.