Class LongestPathInBOMByKeyFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

Fluent helper to fetch a single LongestPathInBOM entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.
  • Constructor Details

    • LongestPathInBOMByKeyFluentHelper

      public LongestPathInBOMByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String material, String plant, String mRPArea, LocalDateTime proposalStartDate, String proposalVersion, UUID billOfMaterialUUID, String parentComponent, String parentPlant, String billOfMaterialComponent, String componentPlant)
      Creates a fluent helper object that will fetch a single LongestPathInBOM entity with the provided key field values. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      entityCollection - Entity Collection to be used to fetch a single LongestPathInBOM
      mRPArea - MRP Area

      Constraints: Not nullable, Maximum length: 10

      material - Material Number

      Constraints: Not nullable, Maximum length: 18

      billOfMaterialComponent - BOM component

      Constraints: Not nullable, Maximum length: 18

      billOfMaterialUUID - Internal Key for BOMID

      Constraints: Not nullable

      servicePath - Service path to be used to fetch a single LongestPathInBOM
      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      parentComponent - Parent BOM Component

      Constraints: Not nullable, Maximum length: 18

      componentPlant - Component Plant

      Constraints: Not nullable, Maximum length: 4

      proposalVersion - Proposal Version

      Constraints: Not nullable, Maximum length: 8

      parentPlant - Parent Plant

      Constraints: Not nullable, Maximum length: 4

      proposalStartDate - Proposal Validity From Date

      Constraints: Not nullable, Precision: 0

  • Method Details