Class BatchCharcByKeyFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

public class BatchCharcByKeyFluentHelper extends FluentHelperByKey<BatchCharcByKeyFluentHelper,BatchCharc,BatchCharcSelectable>
Fluent helper to fetch a single BatchCharc entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.
  • Constructor Details

    • BatchCharcByKeyFluentHelper

      public BatchCharcByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String material, String batchIdentifyingPlant, String batch, String charcInternalID)
      Creates a fluent helper object that will fetch a single BatchCharc 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 BatchCharc
      material - Material Number

      Constraints: Not nullable, Maximum length: 18

      charcInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      batchIdentifyingPlant - Plant

      Constraints: Not nullable, Maximum length: 4

      servicePath - Service path to be used to fetch a single BatchCharc
      batch - Batch Number

      Constraints: Not nullable, Maximum length: 10

  • Method Details