Class BatchTextByKeyFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

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

    • BatchTextByKeyFluentHelper

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

      Constraints: Not nullable, Maximum length: 18

      batchIdentifyingPlant - Plant

      Constraints: Not nullable, Maximum length: 4

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

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

  • Method Details