All Implemented Interfaces:
FluentHelperExecutable<Object>

Fluent helper for the GetGdsMvtProposal OData function import.
  • Constructor Details

    • GetGdsMvtProposalFluentHelper

      public GetGdsMvtProposalFluentHelper(@Nonnull String servicePath, @Nullable String confirmationGroup, @Nullable String orderID, @Nullable String orderOperation, @Nullable String orderSuboperation, @Nullable String orderConfirmationRecordType, @Nullable String confirmationUnit, @Nullable String confirmationUnitISOCode, @Nullable BigDecimal confirmationYieldQuantity, @Nullable BigDecimal confirmationScrapQuantity, @Nullable Boolean quantityIsToBeProposed, @Nullable Boolean activityIsToBeProposed, @Nullable Boolean dateAndTimeIsToBeProposed, @Nullable Boolean personnelIsToBeProposed)
      Creates a fluent helper object that will execute the GetGdsMvtProposal OData function import with the provided parameters. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      dateAndTimeIsToBeProposed - Propose Dates

      Constraints: Nullable

      Original parameter name from the Odata EDM: DateAndTimeIsToBeProposed

      orderID - Manufacturing Order

      Constraints: Nullable, Maximum length: 12

      Original parameter name from the Odata EDM: OrderID

      confirmationUnitISOCode - ISO Code

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: ConfirmationUnitISOCode

      confirmationGroup - Confirmation Group

      Constraints: Nullable, Maximum length: 10

      Original parameter name from the Odata EDM: ConfirmationGroup

      confirmationYieldQuantity - Yield Quantity

      Constraints: Nullable, Precision: 13, Scale: 3

      Original parameter name from the Odata EDM: ConfirmationYieldQuantity

      quantityIsToBeProposed - Propose Quantities

      Constraints: Nullable

      Original parameter name from the Odata EDM: QuantityIsToBeProposed

      orderConfirmationRecordType - Record Type

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: OrderConfirmationRecordType

      confirmationUnit - Display Unit/Measure

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: ConfirmationUnit

      orderSuboperation - Suboperation

      Constraints: Nullable, Maximum length: 4

      Original parameter name from the Odata EDM: OrderSuboperation

      personnelIsToBeProposed - Propose Personnel

      Constraints: Nullable

      Original parameter name from the Odata EDM: PersonnelIsToBeProposed

      activityIsToBeProposed - Propose Activities

      Constraints: Nullable

      Original parameter name from the Odata EDM: ActivityIsToBeProposed

      servicePath - Service path to be used to call the functions against.
      orderOperation - Operation

      Constraints: Nullable, Maximum length: 4

      Original parameter name from the Odata EDM: OrderOperation

      confirmationScrapQuantity - Scrap Quantity

      Constraints: Nullable, Precision: 13, Scale: 3

      Original parameter name from the Odata EDM: ConfirmationScrapQuantity

    • GetGdsMvtProposalFluentHelper

      public GetGdsMvtProposalFluentHelper(@Nonnull String servicePath, @Nullable String confirmationGroup, @Nullable String orderID, @Nullable String orderOperation, @Nullable String orderSuboperation, @Nullable String orderConfirmationRecordType, @Nullable String confirmationUnit, @Nullable String confirmationUnitISOCode, @Nullable BigDecimal confirmationYieldQuantity, @Nullable BigDecimal confirmationScrapQuantity, @Nullable Boolean quantityIsToBeProposed, @Nullable Boolean activityIsToBeProposed, @Nullable Boolean dateAndTimeIsToBeProposed, @Nullable Boolean personnelIsToBeProposed, @Nullable String confirmationUnitSAPCode)
      Creates a fluent helper object that will execute the GetGdsMvtProposal OData function import with the provided parameters. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      dateAndTimeIsToBeProposed - Propose Dates

      Constraints: Nullable

      Original parameter name from the Odata EDM: DateAndTimeIsToBeProposed

      orderID - Manufacturing Order

      Constraints: Nullable, Maximum length: 12

      Original parameter name from the Odata EDM: OrderID

      confirmationUnitISOCode - ISO Code

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: ConfirmationUnitISOCode

      confirmationGroup - Confirmation Group

      Constraints: Nullable, Maximum length: 10

      Original parameter name from the Odata EDM: ConfirmationGroup

      confirmationYieldQuantity - Yield Quantity

      Constraints: Nullable, Precision: 13, Scale: 3

      Original parameter name from the Odata EDM: ConfirmationYieldQuantity

      quantityIsToBeProposed - Propose Quantities

      Constraints: Nullable

      Original parameter name from the Odata EDM: QuantityIsToBeProposed

      orderConfirmationRecordType - Record Type

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: OrderConfirmationRecordType

      confirmationUnit - Display Unit/Measure

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: ConfirmationUnit

      orderSuboperation - Suboperation

      Constraints: Nullable, Maximum length: 4

      Original parameter name from the Odata EDM: OrderSuboperation

      personnelIsToBeProposed - Propose Personnel

      Constraints: Nullable

      Original parameter name from the Odata EDM: PersonnelIsToBeProposed

      activityIsToBeProposed - Propose Activities

      Constraints: Nullable

      Original parameter name from the Odata EDM: ActivityIsToBeProposed

      servicePath - Service path to be used to call the functions against.
      orderOperation - Operation

      Constraints: Nullable, Maximum length: 4

      Original parameter name from the Odata EDM: OrderOperation

      confirmationScrapQuantity - Scrap Quantity

      Constraints: Nullable, Precision: 13, Scale: 3

      Original parameter name from the Odata EDM: ConfirmationScrapQuantity

      confirmationUnitSAPCode - Internal SAP Code

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: ConfirmationUnitSAPCode

  • Method Details