Class MasterRecipePhaseByKeyFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

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

    • MasterRecipePhaseByKeyFluentHelper

      public MasterRecipePhaseByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpSuperiorOpIntVersion, String mstrRcpOperationIntVersion)
      Creates a fluent helper object that will fetch a single MasterRecipePhase 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 MasterRecipePhase
      masterRecipe - Group Counter

      Constraints: Not nullable, Maximum length: 2

      mstrRcpSuperiorOpIntVersion - Internal counter

      Constraints: Not nullable, Maximum length: 8

      servicePath - Service path to be used to fetch a single MasterRecipePhase
      masterRecipeGroup - Key for Task List Group

      Constraints: Not nullable, Maximum length: 8

      masterRecipeOperationIntID - Number of the Task List Node

      Constraints: Not nullable, Maximum length: 8

      mstrRcpOperationIntVersion - Internal counter

      Constraints: Not nullable, Maximum length: 8

  • Method Details