Class MaintOrderActlPlndCostItmByKeyFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

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

    • MaintOrderActlPlndCostItmByKeyFluentHelper

      public MaintOrderActlPlndCostItmByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String p_GLAccountHierarchy, String sourceLedger, String ledger, String companyCode, String fiscalYear, String accountingDocument, String financialPlanningReqTransSqnc, String financialPlanningDataPacket, String actualPlanJournalEntryItem)
      Creates a fluent helper object that will fetch a single MaintOrderActlPlndCostItm entity with the provided key field values. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      ledger - Ledger in General Ledger Accounting

      Constraints: Not nullable, Maximum length: 2

      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      entityCollection - Entity Collection to be used to fetch a single MaintOrderActlPlndCostItm
      financialPlanningReqTransSqnc - Financial Planning Request Transaction Sequence Number

      Constraints: Not nullable, Maximum length: 23

      actualPlanJournalEntryItem - Actual Plan Journal Entry Item

      Constraints: Not nullable, Maximum length: 12

      financialPlanningDataPacket - Financial Planning Data Packet Number

      Constraints: Not nullable, Maximum length: 6

      servicePath - Service path to be used to fetch a single MaintOrderActlPlndCostItm
      accountingDocument - Journal Entry

      Constraints: Not nullable, Maximum length: 10

      p_GLAccountHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      sourceLedger - Source Ledger

      Constraints: Not nullable, Maximum length: 2

      fiscalYear - Fiscal Year

      Constraints: Not nullable, Maximum length: 4

  • Method Details