Class WorkCenterCapDayOpByKeyFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

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

    • WorkCenterCapDayOpByKeyFluentHelper

      public WorkCenterCapDayOpByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String plant, String mRPController, String workCenter, String capacityInternalID, String capacityRequirement, String material, String orderID, String operation)
      Creates a fluent helper object that will fetch a single WorkCenterCapDayOp 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 WorkCenterCapDayOp
      capacityInternalID - Capacity ID

      Constraints: Not nullable, Maximum length: 8

      capacityRequirement - ID of the Capacity Requirements Record

      Constraints: Not nullable, Maximum length: 12

      material - Material Number for Order

      Constraints: Not nullable, Maximum length: 40

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

      Constraints: Not nullable, Maximum length: 4

      operation - Operation/Activity Number

      Constraints: Not nullable, Maximum length: 4

      workCenter - Work Center

      Constraints: Not nullable, Maximum length: 8

      mRPController - MRP Controller for Order

      Constraints: Not nullable, Maximum length: 3

  • Method Details