Interface MasterDataForGroupReportingService

All Superinterfaces:
BatchService<MasterDataForGroupReportingServiceBatch>
All Known Implementing Classes:
DefaultMasterDataForGroupReportingService

@Deprecated public interface MasterDataForGroupReportingService extends BatchService<MasterDataForGroupReportingServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

This service includes master data for standard consolidation characteristics and master data for additional characteristics selected in the configuration of SAP S/4HANA Finance for group reporting. The master data, the attributes, and, if applicable, the hierarchy, are exposed for each characteristic.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_GRMASTERDATA_SRV
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Finance - Cloud Consolidation Data Collection Integration(SAP_COM_0241), Finance - Cloud Consolidation Master Data for Group Reporting Integration(SAP_COM_0336), Finance - Group Reporting Planning Integration(SAP_COM_0370)
Scope Items: Group Reporting - Data from SAP Group Reporting Data Collection(287), Group Reporting - Data from External Systems(2U6)
Authentication Methods: x509
Business Object: Consolidation Master Data
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull MasterDataForGroupReportingService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • getAllConsolidationAllMasterData

      @Nonnull ConsolidationAllMasterDataFluentHelper getAllConsolidationAllMasterData()
      Deprecated.
      Fetch multiple ConsolidationAllMasterData entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationAllMasterData entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationAllMasterDataByKey

      @Nonnull ConsolidationAllMasterDataByKeyFluentHelper getConsolidationAllMasterDataByKey(String additionalCharcFieldName)
      Deprecated.
      Fetch a single ConsolidationAllMasterData entity using key fields.
      Parameters:
      additionalCharcFieldName - Characteristic Name

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A fluent helper to fetch a single ConsolidationAllMasterData entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationAllMDAttribText

      @Nonnull ConsolidationAllMDAttribTextFluentHelper getAllConsolidationAllMDAttribText()
      Deprecated.
      Fetch multiple ConsolidationAllMDAttribText entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationAllMDAttribText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationAllMDAttribTextByKey

      @Nonnull ConsolidationAllMDAttribTextByKeyFluentHelper getConsolidationAllMDAttribTextByKey(String consolidationAttributeName, String consolidationMDCharcName, String language)
      Deprecated.
      Fetch a single ConsolidationAllMDAttribText entity using key fields.
      Parameters:
      consolidationAttributeName - Characteristic Attribute

      Constraints: Not nullable, Maximum length: 36

      consolidationMDCharcName - Characteristic Name

      Constraints: Not nullable, Maximum length: 30

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single ConsolidationAllMDAttribText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationAllMDAttribute

      @Nonnull ConsolidationAllMDAttributeFluentHelper getAllConsolidationAllMDAttribute()
      Deprecated.
      Fetch multiple ConsolidationAllMDAttribute entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationAllMDAttribute entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationAllMDAttributeByKey

      @Nonnull ConsolidationAllMDAttributeByKeyFluentHelper getConsolidationAllMDAttributeByKey(String consolidationAttributeName, String consolidationMDCharcName)
      Deprecated.
      Fetch a single ConsolidationAllMDAttribute entity using key fields.
      Parameters:
      consolidationAttributeName - Characteristic Attribute

      Constraints: Not nullable, Maximum length: 36

      consolidationMDCharcName - Characteristic Name

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A fluent helper to fetch a single ConsolidationAllMDAttribute entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationAllMDText

      @Nonnull ConsolidationAllMDTextFluentHelper getAllConsolidationAllMDText()
      Deprecated.
      Fetch multiple ConsolidationAllMDText entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationAllMDText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationAllMDTextByKey

      @Nonnull ConsolidationAllMDTextByKeyFluentHelper getConsolidationAllMDTextByKey(String additionalCharcFieldName, String language)
      Deprecated.
      Fetch a single ConsolidationAllMDText entity using key fields.
      Parameters:
      additionalCharcFieldName - Characteristic Name

      Constraints: Not nullable, Maximum length: 30

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single ConsolidationAllMDText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllBaseUnit

      @Nonnull BaseUnitFluentHelper getAllBaseUnit()
      Deprecated.
      Fetch multiple BaseUnit entities.
      Returns:
      A fluent helper to fetch multiple BaseUnit entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getBaseUnitByKey

      @Nonnull BaseUnitByKeyFluentHelper getBaseUnitByKey(String unitOfMeasure)
      Deprecated.
      Fetch a single BaseUnit entity using key fields.
      Parameters:
      unitOfMeasure - Base Unit

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single BaseUnit entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllBaseUnitText

      @Nonnull BaseUnitTextFluentHelper getAllBaseUnitText()
      Deprecated.
      Fetch multiple BaseUnitText entities.
      Returns:
      A fluent helper to fetch multiple BaseUnitText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getBaseUnitTextByKey

      @Nonnull BaseUnitTextByKeyFluentHelper getBaseUnitTextByKey(String language, String unitOfMeasure)
      Deprecated.
      Fetch a single BaseUnitText entity using key fields.
      Parameters:
      unitOfMeasure - Base Unit

      Constraints: Not nullable, Maximum length: 3

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single BaseUnitText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllBillingDocumentType

      @Nonnull BillingDocumentTypeFluentHelper getAllBillingDocumentType()
      Deprecated.
      Fetch multiple BillingDocumentType entities.
      Returns:
      A fluent helper to fetch multiple BillingDocumentType entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getBillingDocumentTypeByKey

      @Nonnull BillingDocumentTypeByKeyFluentHelper getBillingDocumentTypeByKey(String billingDocumentType)
      Deprecated.
      Fetch a single BillingDocumentType entity using key fields.
      Parameters:
      billingDocumentType - Billing Document Type

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single BillingDocumentType entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllBillingDocumentTypeText

      @Nonnull BillingDocumentTypeTextFluentHelper getAllBillingDocumentTypeText()
      Deprecated.
      Fetch multiple BillingDocumentTypeText entities.
      Returns:
      A fluent helper to fetch multiple BillingDocumentTypeText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getBillingDocumentTypeTextByKey

      @Nonnull BillingDocumentTypeTextByKeyFluentHelper getBillingDocumentTypeTextByKey(String language, String billingDocumentType)
      Deprecated.
      Fetch a single BillingDocumentTypeText entity using key fields.
      Parameters:
      billingDocumentType - Billing Document Type

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single BillingDocumentTypeText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllBillToParty

      @Nonnull BillToPartyFluentHelper getAllBillToParty()
      Deprecated.
      Fetch multiple BillToParty entities.
      Returns:
      A fluent helper to fetch multiple BillToParty entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getBillToPartyByKey

      @Nonnull BillToPartyByKeyFluentHelper getBillToPartyByKey(String customer)
      Deprecated.
      Fetch a single BillToParty entity using key fields.
      Parameters:
      customer - Consolidation Customer

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single BillToParty entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllBillToPartyText

      @Nonnull BillToPartyTextFluentHelper getAllBillToPartyText()
      Deprecated.
      Fetch multiple BillToPartyText entities.
      Returns:
      A fluent helper to fetch multiple BillToPartyText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getBillToPartyTextByKey

      @Nonnull BillToPartyTextByKeyFluentHelper getBillToPartyTextByKey(String language, String customer)
      Deprecated.
      Fetch a single BillToPartyText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      customer - Bill-To Party

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single BillToPartyText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllBreakdownCategory

      @Nonnull BreakdownCategoryFluentHelper getAllBreakdownCategory()
      Deprecated.
      Fetch multiple BreakdownCategory entities.
      Returns:
      A fluent helper to fetch multiple BreakdownCategory entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getBreakdownCategoryByKey

      @Nonnull BreakdownCategoryByKeyFluentHelper getBreakdownCategoryByKey(String consolidationChartOfAccounts, String breakdownCategory)
      Deprecated.
      Fetch a single BreakdownCategory entity using key fields.
      Parameters:
      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      breakdownCategory - Breakdown Category

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single BreakdownCategory entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllBreakdownCategoryText

      @Nonnull BreakdownCategoryTextFluentHelper getAllBreakdownCategoryText()
      Deprecated.
      Fetch multiple BreakdownCategoryText entities.
      Returns:
      A fluent helper to fetch multiple BreakdownCategoryText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getBreakdownCategoryTextByKey

      @Nonnull BreakdownCategoryTextByKeyFluentHelper getBreakdownCategoryTextByKey(String language, String consolidationChartOfAccounts, String breakdownCategory)
      Deprecated.
      Fetch a single BreakdownCategoryText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      breakdownCategory - Breakdown Category

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single BreakdownCategoryText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllBreakdownType

      @Nonnull BreakdownTypeFluentHelper getAllBreakdownType()
      Deprecated.
      Fetch multiple BreakdownType entities.
      Returns:
      A fluent helper to fetch multiple BreakdownType entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getBreakdownTypeByKey

      @Nonnull BreakdownTypeByKeyFluentHelper getBreakdownTypeByKey(String breakdownType)
      Deprecated.
      Fetch a single BreakdownType entity using key fields.
      Parameters:
      breakdownType - Breakdown Type

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A fluent helper to fetch a single BreakdownType entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllBreakdownTypeText

      @Nonnull BreakdownTypeTextFluentHelper getAllBreakdownTypeText()
      Deprecated.
      Fetch multiple BreakdownTypeText entities.
      Returns:
      A fluent helper to fetch multiple BreakdownTypeText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getBreakdownTypeTextByKey

      @Nonnull BreakdownTypeTextByKeyFluentHelper getBreakdownTypeTextByKey(String language, String breakdownType)
      Deprecated.
      Fetch a single BreakdownTypeText entity using key fields.
      Parameters:
      breakdownType - Breakdown Type

      Constraints: Not nullable, Maximum length: 1

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single BreakdownTypeText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllBreakdownBySubassignment

      @Nonnull BreakdownBySubassignmentFluentHelper getAllBreakdownBySubassignment()
      Deprecated.
      Fetch multiple BreakdownBySubassignment entities.
      Returns:
      A fluent helper to fetch multiple BreakdownBySubassignment entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getBreakdownBySubassignmentByKey

      @Nonnull BreakdownBySubassignmentByKeyFluentHelper getBreakdownBySubassignmentByKey(String consolidationChartOfAccounts, String breakdownCategory, String cnsldtnSubassignment)
      Deprecated.
      Fetch a single BreakdownBySubassignment entity using key fields.
      Parameters:
      cnsldtnSubassignment - Subassignment

      Constraints: Not nullable, Maximum length: 30

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      breakdownCategory - Breakdown Category

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single BreakdownBySubassignment entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllBusinessArea

      @Nonnull BusinessAreaFluentHelper getAllBusinessArea()
      Deprecated.
      Fetch multiple BusinessArea entities.
      Returns:
      A fluent helper to fetch multiple BusinessArea entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getBusinessAreaByKey

      @Nonnull BusinessAreaByKeyFluentHelper getBusinessAreaByKey(String businessArea)
      Deprecated.
      Fetch a single BusinessArea entity using key fields.
      Parameters:
      businessArea - Consolidation Business Area

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single BusinessArea entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllBusinessAreaHier

      @Nonnull BusinessAreaHierFluentHelper getAllBusinessAreaHier()
      Deprecated.
      Fetch multiple BusinessAreaHier entities.
      Returns:
      A fluent helper to fetch multiple BusinessAreaHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getBusinessAreaHierByKey

      @Nonnull BusinessAreaHierByKeyFluentHelper getBusinessAreaHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single BusinessAreaHier entity using key fields.
      Parameters:
      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Business Area Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single BusinessAreaHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllBusinessAreaHierText

      @Nonnull BusinessAreaHierTextFluentHelper getAllBusinessAreaHierText()
      Deprecated.
      Fetch multiple BusinessAreaHierText entities.
      Returns:
      A fluent helper to fetch multiple BusinessAreaHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getBusinessAreaHierTextByKey

      @Nonnull BusinessAreaHierTextByKeyFluentHelper getBusinessAreaHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single BusinessAreaHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Business Area Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single BusinessAreaHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllBusinessAreaText

      @Nonnull BusinessAreaTextFluentHelper getAllBusinessAreaText()
      Deprecated.
      Fetch multiple BusinessAreaText entities.
      Returns:
      A fluent helper to fetch multiple BusinessAreaText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getBusinessAreaTextByKey

      @Nonnull BusinessAreaTextByKeyFluentHelper getBusinessAreaTextByKey(String language, String businessArea)
      Deprecated.
      Fetch a single BusinessAreaText entity using key fields.
      Parameters:
      businessArea - Consolidation Business Area

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single BusinessAreaText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationChartOfAccounts

      @Nonnull ConsolidationChartOfAccountsFluentHelper getAllConsolidationChartOfAccounts()
      Deprecated.
      Fetch multiple ConsolidationChartOfAccounts entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationChartOfAccounts entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationChartOfAccountsByKey

      @Nonnull ConsolidationChartOfAccountsByKeyFluentHelper getConsolidationChartOfAccountsByKey(String consolidationChartOfAccounts)
      Deprecated.
      Fetch a single ConsolidationChartOfAccounts entity using key fields.
      Parameters:
      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single ConsolidationChartOfAccounts entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationChtAcctsText

      @Nonnull ConsolidationChtAcctsTextFluentHelper getAllConsolidationChtAcctsText()
      Deprecated.
      Fetch multiple ConsolidationChtAcctsText entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationChtAcctsText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationChtAcctsTextByKey

      @Nonnull ConsolidationChtAcctsTextByKeyFluentHelper getConsolidationChtAcctsTextByKey(String consolidationChartOfAccounts, String language)
      Deprecated.
      Fetch a single ConsolidationChtAcctsText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single ConsolidationChtAcctsText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllControllingArea

      @Nonnull ControllingAreaFluentHelper getAllControllingArea()
      Deprecated.
      Fetch multiple ControllingArea entities.
      Returns:
      A fluent helper to fetch multiple ControllingArea entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getControllingAreaByKey

      @Nonnull ControllingAreaByKeyFluentHelper getControllingAreaByKey(String controllingArea)
      Deprecated.
      Fetch a single ControllingArea entity using key fields.
      Parameters:
      controllingArea - Controlling Area

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single ControllingArea entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllControllingAreaText

      @Nonnull ControllingAreaTextFluentHelper getAllControllingAreaText()
      Deprecated.
      Fetch multiple ControllingAreaText entities.
      Returns:
      A fluent helper to fetch multiple ControllingAreaText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getControllingAreaTextByKey

      @Nonnull ControllingAreaTextByKeyFluentHelper getControllingAreaTextByKey(String language, String controllingArea)
      Deprecated.
      Fetch a single ControllingAreaText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      controllingArea - Controlling Area

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single ControllingAreaText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCostCenter

      @Nonnull CostCenterFluentHelper getAllCostCenter()
      Deprecated.
      Fetch multiple CostCenter entities.
      Returns:
      A fluent helper to fetch multiple CostCenter entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCostCenterByKey

      @Nonnull CostCenterByKeyFluentHelper getCostCenterByKey(String costCenter, String controllingArea)
      Deprecated.
      Fetch a single CostCenter entity using key fields.
      Parameters:
      costCenter - Consolidation Cost Center

      Constraints: Not nullable, Maximum length: 10

      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single CostCenter entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCostCenterHier

      @Nonnull CostCenterHierFluentHelper getAllCostCenterHier()
      Deprecated.
      Fetch multiple CostCenterHier entities.
      Returns:
      A fluent helper to fetch multiple CostCenterHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCostCenterHierByKey

      @Nonnull CostCenterHierByKeyFluentHelper getCostCenterHierByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single CostCenterHier entity using key fields.
      Parameters:
      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Cost Center Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single CostCenterHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCostCenterHierText

      @Nonnull CostCenterHierTextFluentHelper getAllCostCenterHierText()
      Deprecated.
      Fetch multiple CostCenterHierText entities.
      Returns:
      A fluent helper to fetch multiple CostCenterHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCostCenterHierTextByKey

      @Nonnull CostCenterHierTextByKeyFluentHelper getCostCenterHierTextByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single CostCenterHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Cost Center Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single CostCenterHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCostCenterText

      @Nonnull CostCenterTextFluentHelper getAllCostCenterText()
      Deprecated.
      Fetch multiple CostCenterText entities.
      Returns:
      A fluent helper to fetch multiple CostCenterText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCostCenterTextByKey

      @Nonnull CostCenterTextByKeyFluentHelper getCostCenterTextByKey(String language, String costCenter, String controllingArea)
      Deprecated.
      Fetch a single CostCenterText entity using key fields.
      Parameters:
      costCenter - Consolidation Cost Center

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single CostCenterText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCustomerSupplierCountry

      @Nonnull CustomerSupplierCountryFluentHelper getAllCustomerSupplierCountry()
      Deprecated.
      Fetch multiple CustomerSupplierCountry entities.
      Returns:
      A fluent helper to fetch multiple CustomerSupplierCountry entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCustomerSupplierCountryByKey

      @Nonnull CustomerSupplierCountryByKeyFluentHelper getCustomerSupplierCountryByKey(String country)
      Deprecated.
      Fetch a single CustomerSupplierCountry entity using key fields.
      Parameters:
      country - Country/Region in Consolidation

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single CustomerSupplierCountry entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCustomerSupplierCountryHier

      @Nonnull CustomerSupplierCountryHierFluentHelper getAllCustomerSupplierCountryHier()
      Deprecated.
      Fetch multiple CustomerSupplierCountryHier entities.
      Returns:
      A fluent helper to fetch multiple CustomerSupplierCountryHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCustomerSupplierCountryHierByKey

      @Nonnull CustomerSupplierCountryHierByKeyFluentHelper getCustomerSupplierCountryHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single CustomerSupplierCountryHier entity using key fields.
      Parameters:
      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single CustomerSupplierCountryHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCustomerSuplrCntryHierText

      @Nonnull CustomerSuplrCntryHierTextFluentHelper getAllCustomerSuplrCntryHierText()
      Deprecated.
      Fetch multiple CustomerSuplrCntryHierText entities.
      Returns:
      A fluent helper to fetch multiple CustomerSuplrCntryHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCustomerSuplrCntryHierTextByKey

      @Nonnull CustomerSuplrCntryHierTextByKeyFluentHelper getCustomerSuplrCntryHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single CustomerSuplrCntryHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Valid To Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single CustomerSuplrCntryHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCustomerSupplierCountryText

      @Nonnull CustomerSupplierCountryTextFluentHelper getAllCustomerSupplierCountryText()
      Deprecated.
      Fetch multiple CustomerSupplierCountryText entities.
      Returns:
      A fluent helper to fetch multiple CustomerSupplierCountryText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCustomerSupplierCountryTextByKey

      @Nonnull CustomerSupplierCountryTextByKeyFluentHelper getCustomerSupplierCountryTextByKey(String language, String country)
      Deprecated.
      Fetch a single CustomerSupplierCountryText entity using key fields.
      Parameters:
      country - Customer/Supplier Country/Region

      Constraints: Not nullable, Maximum length: 3

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single CustomerSupplierCountryText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCustomer

      @Nonnull CustomerFluentHelper getAllCustomer()
      Deprecated.
      Fetch multiple Customer entities.
      Returns:
      A fluent helper to fetch multiple Customer entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCustomerByKey

      @Nonnull CustomerByKeyFluentHelper getCustomerByKey(String customer)
      Deprecated.
      Fetch a single Customer entity using key fields.
      Parameters:
      customer - Consolidation Customer

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single Customer entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCustomerGroup

      @Nonnull CustomerGroupFluentHelper getAllCustomerGroup()
      Deprecated.
      Fetch multiple CustomerGroup entities.
      Returns:
      A fluent helper to fetch multiple CustomerGroup entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCustomerGroupByKey

      @Nonnull CustomerGroupByKeyFluentHelper getCustomerGroupByKey(String customerGroup)
      Deprecated.
      Fetch a single CustomerGroup entity using key fields.
      Parameters:
      customerGroup - Consolidation Customer Group

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single CustomerGroup entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCustomerGroupHier

      @Nonnull CustomerGroupHierFluentHelper getAllCustomerGroupHier()
      Deprecated.
      Fetch multiple CustomerGroupHier entities.
      Returns:
      A fluent helper to fetch multiple CustomerGroupHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCustomerGroupHierByKey

      @Nonnull CustomerGroupHierByKeyFluentHelper getCustomerGroupHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single CustomerGroupHier entity using key fields.
      Parameters:
      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single CustomerGroupHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCustomerGroupHierText

      @Nonnull CustomerGroupHierTextFluentHelper getAllCustomerGroupHierText()
      Deprecated.
      Fetch multiple CustomerGroupHierText entities.
      Returns:
      A fluent helper to fetch multiple CustomerGroupHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCustomerGroupHierTextByKey

      @Nonnull CustomerGroupHierTextByKeyFluentHelper getCustomerGroupHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single CustomerGroupHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single CustomerGroupHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCustomerGroupText

      @Nonnull CustomerGroupTextFluentHelper getAllCustomerGroupText()
      Deprecated.
      Fetch multiple CustomerGroupText entities.
      Returns:
      A fluent helper to fetch multiple CustomerGroupText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCustomerGroupTextByKey

      @Nonnull CustomerGroupTextByKeyFluentHelper getCustomerGroupTextByKey(String language, String customerGroup)
      Deprecated.
      Fetch a single CustomerGroupText entity using key fields.
      Parameters:
      customerGroup - Consolidation Customer Group

      Constraints: Not nullable, Maximum length: 2

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single CustomerGroupText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCustomerHier

      @Nonnull CustomerHierFluentHelper getAllCustomerHier()
      Deprecated.
      Fetch multiple CustomerHier entities.
      Returns:
      A fluent helper to fetch multiple CustomerHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCustomerHierByKey

      @Nonnull CustomerHierByKeyFluentHelper getCustomerHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single CustomerHier entity using key fields.
      Parameters:
      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single CustomerHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCustomerHierText

      @Nonnull CustomerHierTextFluentHelper getAllCustomerHierText()
      Deprecated.
      Fetch multiple CustomerHierText entities.
      Returns:
      A fluent helper to fetch multiple CustomerHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCustomerHierTextByKey

      @Nonnull CustomerHierTextByKeyFluentHelper getCustomerHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single CustomerHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single CustomerHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCustomerText

      @Nonnull CustomerTextFluentHelper getAllCustomerText()
      Deprecated.
      Fetch multiple CustomerText entities.
      Returns:
      A fluent helper to fetch multiple CustomerText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCustomerTextByKey

      @Nonnull CustomerTextByKeyFluentHelper getCustomerTextByKey(String language, String customer)
      Deprecated.
      Fetch a single CustomerText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      customer - Consolidation Customer

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single CustomerText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllDistributionChannel

      @Nonnull DistributionChannelFluentHelper getAllDistributionChannel()
      Deprecated.
      Fetch multiple DistributionChannel entities.
      Returns:
      A fluent helper to fetch multiple DistributionChannel entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getDistributionChannelByKey

      @Nonnull DistributionChannelByKeyFluentHelper getDistributionChannelByKey(String distributionChannel)
      Deprecated.
      Fetch a single DistributionChannel entity using key fields.
      Parameters:
      distributionChannel - Distribution Channel

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single DistributionChannel entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllDistributionChannelText

      @Nonnull DistributionChannelTextFluentHelper getAllDistributionChannelText()
      Deprecated.
      Fetch multiple DistributionChannelText entities.
      Returns:
      A fluent helper to fetch multiple DistributionChannelText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getDistributionChannelTextByKey

      @Nonnull DistributionChannelTextByKeyFluentHelper getDistributionChannelTextByKey(String language, String distributionChannel)
      Deprecated.
      Fetch a single DistributionChannelText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      distributionChannel - Distribution Channel

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single DistributionChannelText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllOrganizationDivision

      @Nonnull OrganizationDivisionFluentHelper getAllOrganizationDivision()
      Deprecated.
      Fetch multiple OrganizationDivision entities.
      Returns:
      A fluent helper to fetch multiple OrganizationDivision entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getOrganizationDivisionByKey

      @Nonnull OrganizationDivisionByKeyFluentHelper getOrganizationDivisionByKey(String division)
      Deprecated.
      Fetch a single OrganizationDivision entity using key fields.
      Parameters:
      division - Division

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single OrganizationDivision entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllOrganizationDivisionText

      @Nonnull OrganizationDivisionTextFluentHelper getAllOrganizationDivisionText()
      Deprecated.
      Fetch multiple OrganizationDivisionText entities.
      Returns:
      A fluent helper to fetch multiple OrganizationDivisionText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getOrganizationDivisionTextByKey

      @Nonnull OrganizationDivisionTextByKeyFluentHelper getOrganizationDivisionTextByKey(String language, String division)
      Deprecated.
      Fetch a single OrganizationDivisionText entity using key fields.
      Parameters:
      division - Division

      Constraints: Not nullable, Maximum length: 2

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single OrganizationDivisionText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationDocumentType

      @Nonnull ConsolidationDocumentTypeFluentHelper getAllConsolidationDocumentType()
      Deprecated.
      Fetch multiple ConsolidationDocumentType entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationDocumentType entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationDocumentTypeByKey

      @Nonnull ConsolidationDocumentTypeByKeyFluentHelper getConsolidationDocumentTypeByKey(String consolidationDocumentType)
      Deprecated.
      Fetch a single ConsolidationDocumentType entity using key fields.
      Parameters:
      consolidationDocumentType - Document Type

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single ConsolidationDocumentType entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllDocumentTypeHier

      @Nonnull DocumentTypeHierFluentHelper getAllDocumentTypeHier()
      Deprecated.
      Fetch multiple DocumentTypeHier entities.
      Returns:
      A fluent helper to fetch multiple DocumentTypeHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getDocumentTypeHierByKey

      @Nonnull DocumentTypeHierByKeyFluentHelper getDocumentTypeHierByKey(String consolidationDocTypeHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single DocumentTypeHier entity using key fields.
      Parameters:
      consolidationDocTypeHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      validityEndDate - Valid To Date

      Constraints: Not nullable, Precision: 0

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single DocumentTypeHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllDocumentTypeHierText

      @Nonnull DocumentTypeHierTextFluentHelper getAllDocumentTypeHierText()
      Deprecated.
      Fetch multiple DocumentTypeHierText entities.
      Returns:
      A fluent helper to fetch multiple DocumentTypeHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getDocumentTypeHierTextByKey

      @Nonnull DocumentTypeHierTextByKeyFluentHelper getDocumentTypeHierTextByKey(String language, String consolidationDocTypeHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single DocumentTypeHierText entity using key fields.
      Parameters:
      consolidationDocTypeHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Valid To Date

      Constraints: Not nullable, Precision: 0

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single DocumentTypeHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationDocTypeText

      @Nonnull ConsolidationDocTypeTextFluentHelper getAllConsolidationDocTypeText()
      Deprecated.
      Fetch multiple ConsolidationDocTypeText entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationDocTypeText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationDocTypeTextByKey

      @Nonnull ConsolidationDocTypeTextByKeyFluentHelper getConsolidationDocTypeTextByKey(String consolidationDocumentType, String language)
      Deprecated.
      Fetch a single ConsolidationDocTypeText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationDocumentType - Document Type

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single ConsolidationDocTypeText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFeature

      @Nonnull FeatureFluentHelper getAllFeature()
      Deprecated.
      Fetch multiple Feature entities.
      Returns:
      A fluent helper to fetch multiple Feature entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFeatureByKey

      @Nonnull FeatureByKeyFluentHelper getFeatureByKey(String cnsldtnFeature)
      Deprecated.
      Fetch a single Feature entity using key fields.
      Parameters:
      cnsldtnFeature - Feature

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A fluent helper to fetch a single Feature entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFinancialTransactionType

      @Nonnull FinancialTransactionTypeFluentHelper getAllFinancialTransactionType()
      Deprecated.
      Fetch multiple FinancialTransactionType entities.
      Returns:
      A fluent helper to fetch multiple FinancialTransactionType entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFinancialTransactionTypeByKey

      @Nonnull FinancialTransactionTypeByKeyFluentHelper getFinancialTransactionTypeByKey(String financialTransactionType)
      Deprecated.
      Fetch a single FinancialTransactionType entity using key fields.
      Parameters:
      financialTransactionType - Transaction type

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single FinancialTransactionType entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFinancialTransactionTypeHier

      @Nonnull FinancialTransactionTypeHierFluentHelper getAllFinancialTransactionTypeHier()
      Deprecated.
      Fetch multiple FinancialTransactionTypeHier entities.
      Returns:
      A fluent helper to fetch multiple FinancialTransactionTypeHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFinancialTransactionTypeHierByKey

      @Nonnull FinancialTransactionTypeHierByKeyFluentHelper getFinancialTransactionTypeHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single FinancialTransactionTypeHier entity using key fields.
      Parameters:
      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Transaction Type Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single FinancialTransactionTypeHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFinancialTransTypeHierText

      @Nonnull FinancialTransTypeHierTextFluentHelper getAllFinancialTransTypeHierText()
      Deprecated.
      Fetch multiple FinancialTransTypeHierText entities.
      Returns:
      A fluent helper to fetch multiple FinancialTransTypeHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFinancialTransTypeHierTextByKey

      @Nonnull FinancialTransTypeHierTextByKeyFluentHelper getFinancialTransTypeHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single FinancialTransTypeHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Transaction Type Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single FinancialTransTypeHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFinancialTransactionTypeText

      @Nonnull FinancialTransactionTypeTextFluentHelper getAllFinancialTransactionTypeText()
      Deprecated.
      Fetch multiple FinancialTransactionTypeText entities.
      Returns:
      A fluent helper to fetch multiple FinancialTransactionTypeText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFinancialTransactionTypeTextByKey

      @Nonnull FinancialTransactionTypeTextByKeyFluentHelper getFinancialTransactionTypeTextByKey(String language, String financialTransactionType)
      Deprecated.
      Fetch a single FinancialTransactionTypeText entity using key fields.
      Parameters:
      financialTransactionType - Transaction type

      Constraints: Not nullable, Maximum length: 3

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single FinancialTransactionTypeText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFinancialStatementItem

      @Nonnull FinancialStatementItemFluentHelper getAllFinancialStatementItem()
      Deprecated.
      Fetch multiple FinancialStatementItem entities.
      Returns:
      A fluent helper to fetch multiple FinancialStatementItem entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFinancialStatementItemByKey

      @Nonnull FinancialStatementItemByKeyFluentHelper getFinancialStatementItemByKey(String consolidationChartOfAccounts, String financialStatementItem)
      Deprecated.
      Fetch a single FinancialStatementItem entity using key fields.
      Parameters:
      financialStatementItem - Financial Statement Item

      Constraints: Not nullable, Maximum length: 10

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single FinancialStatementItem entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFSItemAttribByTimeVersion

      @Nonnull FSItemAttribByTimeVersionFluentHelper getAllFSItemAttribByTimeVersion()
      Deprecated.
      Fetch multiple FSItemAttribByTimeVersion entities.
      Returns:
      A fluent helper to fetch multiple FSItemAttribByTimeVersion entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFSItemAttribByTimeVersionByKey

      @Nonnull FSItemAttribByTimeVersionByKeyFluentHelper getFSItemAttribByTimeVersionByKey(String consolidationChartOfAccounts, String financialStatementItem, String consolidationVersion, String fromFiscalYearPeriod)
      Deprecated.
      Fetch a single FSItemAttribByTimeVersion entity using key fields.
      Parameters:
      financialStatementItem - Financial Statement Item

      Constraints: Not nullable, Maximum length: 10

      fromFiscalYearPeriod - Start of Assignment

      Constraints: Not nullable, Maximum length: 7

      consolidationVersion - Consolidation Version

      Constraints: Not nullable, Maximum length: 3

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single FSItemAttribByTimeVersion entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFinancialStatementItemHier

      @Nonnull FinancialStatementItemHierFluentHelper getAllFinancialStatementItemHier()
      Deprecated.
      Fetch multiple FinancialStatementItemHier entities.
      Returns:
      A fluent helper to fetch multiple FinancialStatementItemHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFinancialStatementItemHierByKey

      @Nonnull FinancialStatementItemHierByKeyFluentHelper getFinancialStatementItemHierByKey(String consolidationChartOfAccounts, String financialStatementItemHier, String hierarchyNode)
      Deprecated.
      Fetch a single FinancialStatementItemHier entity using key fields.
      Parameters:
      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      financialStatementItemHier - Consolidation Financial Item Statement Hierarchy

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single FinancialStatementItemHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFinancialStmntItemHierText

      @Nonnull FinancialStmntItemHierTextFluentHelper getAllFinancialStmntItemHierText()
      Deprecated.
      Fetch multiple FinancialStmntItemHierText entities.
      Returns:
      A fluent helper to fetch multiple FinancialStmntItemHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFinancialStmntItemHierTextByKey

      @Nonnull FinancialStmntItemHierTextByKeyFluentHelper getFinancialStmntItemHierTextByKey(String consolidationChartOfAccounts, String financialStatementItemHier, String hierarchyNode, String language)
      Deprecated.
      Fetch a single FinancialStmntItemHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      financialStatementItemHier - Consolidation Financial Item Statement Hierarchy

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single FinancialStmntItemHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFinancialStmntItemHierText_2

      @Nonnull FinancialStmntItemHierText_2FluentHelper getAllFinancialStmntItemHierText_2()
      Deprecated.
      Fetch multiple FinancialStmntItemHierText_2 entities.
      Returns:
      A fluent helper to fetch multiple FinancialStmntItemHierText_2 entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFinancialStmntItemHierText_2ByKey

      @Nonnull FinancialStmntItemHierText_2ByKeyFluentHelper getFinancialStmntItemHierText_2ByKey(String language, String consolidationChartOfAccounts, String financialStatementItemHier, String hierarchyNode)
      Deprecated.
      Fetch a single FinancialStmntItemHierText_2 entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      financialStatementItemHier - Consolidation Financial Item Statement Hierarchy

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single FinancialStmntItemHierText_2 entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFinancialStatementItemHier_2

      @Nonnull FinancialStatementItemHier_2FluentHelper getAllFinancialStatementItemHier_2()
      Deprecated.
      Fetch multiple FinancialStatementItemHier_2 entities.
      Returns:
      A fluent helper to fetch multiple FinancialStatementItemHier_2 entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFinancialStatementItemHier_2ByKey

      @Nonnull FinancialStatementItemHier_2ByKeyFluentHelper getFinancialStatementItemHier_2ByKey(String consolidationChartOfAccounts, String financialStatementItemHier, String hierarchyNode)
      Deprecated.
      Fetch a single FinancialStatementItemHier_2 entity using key fields.
      Parameters:
      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      financialStatementItemHier - Consolidation Financial Item Statement Hierarchy

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single FinancialStatementItemHier_2 entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFSItemSelectionAttrib

      @Nonnull FSItemSelectionAttribFluentHelper getAllFSItemSelectionAttrib()
      Deprecated.
      Fetch multiple FSItemSelectionAttrib entities.
      Returns:
      A fluent helper to fetch multiple FSItemSelectionAttrib entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFSItemSelectionAttribByKey

      @Nonnull FSItemSelectionAttribByKeyFluentHelper getFSItemSelectionAttribByKey(String fSItemAttributeName)
      Deprecated.
      Fetch a single FSItemSelectionAttrib entity using key fields.
      Parameters:
      fSItemAttributeName - Financial Statement Item Selection Attribute

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A fluent helper to fetch a single FSItemSelectionAttrib entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFSItemSelectionAttribText

      @Nonnull FSItemSelectionAttribTextFluentHelper getAllFSItemSelectionAttribText()
      Deprecated.
      Fetch multiple FSItemSelectionAttribText entities.
      Returns:
      A fluent helper to fetch multiple FSItemSelectionAttribText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFSItemSelectionAttribTextByKey

      @Nonnull FSItemSelectionAttribTextByKeyFluentHelper getFSItemSelectionAttribTextByKey(String language, String fSItemAttributeName)
      Deprecated.
      Fetch a single FSItemSelectionAttribText entity using key fields.
      Parameters:
      fSItemAttributeName - Financial Statement Item Selection Attribute

      Constraints: Not nullable, Maximum length: 30

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single FSItemSelectionAttribText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFSItemSelectionAttribVal

      @Nonnull FSItemSelectionAttribValFluentHelper getAllFSItemSelectionAttribVal()
      Deprecated.
      Fetch multiple FSItemSelectionAttribVal entities.
      Returns:
      A fluent helper to fetch multiple FSItemSelectionAttribVal entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFSItemSelectionAttribValByKey

      @Nonnull FSItemSelectionAttribValByKeyFluentHelper getFSItemSelectionAttribValByKey(String fSItemAttributeName, String fSItemAttributeValueName)
      Deprecated.
      Fetch a single FSItemSelectionAttribVal entity using key fields.
      Parameters:
      fSItemAttributeValueName - Financial Statement Item Selection Attribute Value

      Constraints: Not nullable, Maximum length: 30

      fSItemAttributeName - Financial Statement Item Selection Attribute

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A fluent helper to fetch a single FSItemSelectionAttribVal entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFSItemSelectionAttribValText

      @Nonnull FSItemSelectionAttribValTextFluentHelper getAllFSItemSelectionAttribValText()
      Deprecated.
      Fetch multiple FSItemSelectionAttribValText entities.
      Returns:
      A fluent helper to fetch multiple FSItemSelectionAttribValText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFSItemSelectionAttribValTextByKey

      @Nonnull FSItemSelectionAttribValTextByKeyFluentHelper getFSItemSelectionAttribValTextByKey(String language, String fSItemAttributeName, String fSItemAttributeValueName)
      Deprecated.
      Fetch a single FSItemSelectionAttribValText entity using key fields.
      Parameters:
      fSItemAttributeValueName - Financial Statement Item Selection Attribute Value

      Constraints: Not nullable, Maximum length: 30

      fSItemAttributeName - Financial Statement Item Selection Attribute

      Constraints: Not nullable, Maximum length: 30

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single FSItemSelectionAttribValText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFinancialStatementItemText

      @Nonnull FinancialStatementItemTextFluentHelper getAllFinancialStatementItemText()
      Deprecated.
      Fetch multiple FinancialStatementItemText entities.
      Returns:
      A fluent helper to fetch multiple FinancialStatementItemText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFinancialStatementItemTextByKey

      @Nonnull FinancialStatementItemTextByKeyFluentHelper getFinancialStatementItemTextByKey(String consolidationChartOfAccounts, String financialStatementItem, String language)
      Deprecated.
      Fetch a single FinancialStatementItemText entity using key fields.
      Parameters:
      financialStatementItem - Financial Statement Item

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single FinancialStatementItemText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFSItemTargetAttrib

      @Nonnull FSItemTargetAttribFluentHelper getAllFSItemTargetAttrib()
      Deprecated.
      Fetch multiple FSItemTargetAttrib entities.
      Returns:
      A fluent helper to fetch multiple FSItemTargetAttrib entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFSItemTargetAttribByKey

      @Nonnull FSItemTargetAttribByKeyFluentHelper getFSItemTargetAttribByKey(String fSItemAttributeName)
      Deprecated.
      Fetch a single FSItemTargetAttrib entity using key fields.
      Parameters:
      fSItemAttributeName - Financial Statement Item Target Attribute

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A fluent helper to fetch a single FSItemTargetAttrib entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFSItemTargetAttribText

      @Nonnull FSItemTargetAttribTextFluentHelper getAllFSItemTargetAttribText()
      Deprecated.
      Fetch multiple FSItemTargetAttribText entities.
      Returns:
      A fluent helper to fetch multiple FSItemTargetAttribText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFSItemTargetAttribTextByKey

      @Nonnull FSItemTargetAttribTextByKeyFluentHelper getFSItemTargetAttribTextByKey(String language, String fSItemAttributeName)
      Deprecated.
      Fetch a single FSItemTargetAttribText entity using key fields.
      Parameters:
      fSItemAttributeName - Financial Statement Item Target Attribute

      Constraints: Not nullable, Maximum length: 30

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single FSItemTargetAttribText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFSItemTargetAttribVal

      @Nonnull FSItemTargetAttribValFluentHelper getAllFSItemTargetAttribVal()
      Deprecated.
      Fetch multiple FSItemTargetAttribVal entities.
      Returns:
      A fluent helper to fetch multiple FSItemTargetAttribVal entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFSItemTargetAttribValByKey

      @Nonnull FSItemTargetAttribValByKeyFluentHelper getFSItemTargetAttribValByKey(String consolidationChartOfAccounts, String financialStatementItem)
      Deprecated.
      Fetch a single FSItemTargetAttribVal entity using key fields.
      Parameters:
      financialStatementItem - Financial Statement Item

      Constraints: Not nullable, Maximum length: 10

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single FSItemTargetAttribVal entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFSItemTargetAttribValText

      @Nonnull FSItemTargetAttribValTextFluentHelper getAllFSItemTargetAttribValText()
      Deprecated.
      Fetch multiple FSItemTargetAttribValText entities.
      Returns:
      A fluent helper to fetch multiple FSItemTargetAttribValText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFSItemTargetAttribValTextByKey

      @Nonnull FSItemTargetAttribValTextByKeyFluentHelper getFSItemTargetAttribValTextByKey(String language, String consolidationChartOfAccounts, String financialStatementItem)
      Deprecated.
      Fetch a single FSItemTargetAttribValText entity using key fields.
      Parameters:
      financialStatementItem - Financial Statement Item

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single FSItemTargetAttribValText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFSItemType

      @Nonnull FSItemTypeFluentHelper getAllFSItemType()
      Deprecated.
      Fetch multiple FSItemType entities.
      Returns:
      A fluent helper to fetch multiple FSItemType entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFSItemTypeByKey

      @Nonnull FSItemTypeByKeyFluentHelper getFSItemTypeByKey(String financialStatementItemType)
      Deprecated.
      Fetch a single FSItemType entity using key fields.
      Parameters:
      financialStatementItemType - Financial Statement Item Type

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single FSItemType entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFSItemTypeText

      @Nonnull FSItemTypeTextFluentHelper getAllFSItemTypeText()
      Deprecated.
      Fetch multiple FSItemTypeText entities.
      Returns:
      A fluent helper to fetch multiple FSItemTypeText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFSItemTypeTextByKey

      @Nonnull FSItemTypeTextByKeyFluentHelper getFSItemTypeTextByKey(String language, String financialStatementItemType)
      Deprecated.
      Fetch a single FSItemTypeText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      financialStatementItemType - Financial Statement Item Type

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single FSItemTypeText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFinancialStatementItemText_2

      @Nonnull FinancialStatementItemText_2FluentHelper getAllFinancialStatementItemText_2()
      Deprecated.
      Fetch multiple FinancialStatementItemText_2 entities.
      Returns:
      A fluent helper to fetch multiple FinancialStatementItemText_2 entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFinancialStatementItemText_2ByKey

      @Nonnull FinancialStatementItemText_2ByKeyFluentHelper getFinancialStatementItemText_2ByKey(String language, String consolidationChartOfAccounts, String financialStatementItem)
      Deprecated.
      Fetch a single FinancialStatementItemText_2 entity using key fields.
      Parameters:
      financialStatementItem - Financial Statement Item

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single FinancialStatementItemText_2 entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFinancialStatementItem_2

      @Nonnull FinancialStatementItem_2FluentHelper getAllFinancialStatementItem_2()
      Deprecated.
      Fetch multiple FinancialStatementItem_2 entities.
      Returns:
      A fluent helper to fetch multiple FinancialStatementItem_2 entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFinancialStatementItem_2ByKey

      @Nonnull FinancialStatementItem_2ByKeyFluentHelper getFinancialStatementItem_2ByKey(String consolidationChartOfAccounts, String financialStatementItem)
      Deprecated.
      Fetch a single FinancialStatementItem_2 entity using key fields.
      Parameters:
      financialStatementItem - Financial Statement Item

      Constraints: Not nullable, Maximum length: 10

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single FinancialStatementItem_2 entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFunctionalAreaHierText

      @Nonnull FunctionalAreaHierTextFluentHelper getAllFunctionalAreaHierText()
      Deprecated.
      Fetch multiple FunctionalAreaHierText entities.
      Returns:
      A fluent helper to fetch multiple FunctionalAreaHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFunctionalAreaHierTextByKey

      @Nonnull FunctionalAreaHierTextByKeyFluentHelper getFunctionalAreaHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single FunctionalAreaHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single FunctionalAreaHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFunctionalArea

      @Nonnull FunctionalAreaFluentHelper getAllFunctionalArea()
      Deprecated.
      Fetch multiple FunctionalArea entities.
      Returns:
      A fluent helper to fetch multiple FunctionalArea entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFunctionalAreaByKey

      @Nonnull FunctionalAreaByKeyFluentHelper getFunctionalAreaByKey(String functionalArea)
      Deprecated.
      Fetch a single FunctionalArea entity using key fields.
      Parameters:
      functionalArea - Consolidation Functional Area

      Constraints: Not nullable, Maximum length: 16

      Returns:
      A fluent helper to fetch a single FunctionalArea entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFunctionalAreaHier

      @Nonnull FunctionalAreaHierFluentHelper getAllFunctionalAreaHier()
      Deprecated.
      Fetch multiple FunctionalAreaHier entities.
      Returns:
      A fluent helper to fetch multiple FunctionalAreaHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFunctionalAreaHierByKey

      @Nonnull FunctionalAreaHierByKeyFluentHelper getFunctionalAreaHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single FunctionalAreaHier entity using key fields.
      Parameters:
      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single FunctionalAreaHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllFunctionalAreaText

      @Nonnull FunctionalAreaTextFluentHelper getAllFunctionalAreaText()
      Deprecated.
      Fetch multiple FunctionalAreaText entities.
      Returns:
      A fluent helper to fetch multiple FunctionalAreaText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFunctionalAreaTextByKey

      @Nonnull FunctionalAreaTextByKeyFluentHelper getFunctionalAreaTextByKey(String language, String functionalArea)
      Deprecated.
      Fetch a single FunctionalAreaText entity using key fields.
      Parameters:
      functionalArea - Consolidation Functional Area

      Constraints: Not nullable, Maximum length: 16

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single FunctionalAreaText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllGLAccount

      @Nonnull GLAccountFluentHelper getAllGLAccount()
      Deprecated.
      Fetch multiple GLAccount entities.
      Returns:
      A fluent helper to fetch multiple GLAccount entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getGLAccountByKey

      @Nonnull GLAccountByKeyFluentHelper getGLAccountByKey(String gLAccount, String chartOfAccounts)
      Deprecated.
      Fetch a single GLAccount entity using key fields.
      Parameters:
      gLAccount - G/L Account Number

      Constraints: Not nullable, Maximum length: 10

      chartOfAccounts - Chart of Accounts

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single GLAccount entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllGLAccountHier

      @Nonnull GLAccountHierFluentHelper getAllGLAccountHier()
      Deprecated.
      Fetch multiple GLAccountHier entities.
      Returns:
      A fluent helper to fetch multiple GLAccountHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getGLAccountHierByKey

      @Nonnull GLAccountHierByKeyFluentHelper getGLAccountHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single GLAccountHier entity using key fields.
      Parameters:
      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single GLAccountHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllGLAccountHierText

      @Nonnull GLAccountHierTextFluentHelper getAllGLAccountHierText()
      Deprecated.
      Fetch multiple GLAccountHierText entities.
      Returns:
      A fluent helper to fetch multiple GLAccountHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getGLAccountHierTextByKey

      @Nonnull GLAccountHierTextByKeyFluentHelper getGLAccountHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single GLAccountHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation G/L Account Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single GLAccountHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllGLAccountText

      @Nonnull GLAccountTextFluentHelper getAllGLAccountText()
      Deprecated.
      Fetch multiple GLAccountText entities.
      Returns:
      A fluent helper to fetch multiple GLAccountText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getGLAccountTextByKey

      @Nonnull GLAccountTextByKeyFluentHelper getGLAccountTextByKey(String language, String gLAccount, String chartOfAccounts)
      Deprecated.
      Fetch a single GLAccountText entity using key fields.
      Parameters:
      gLAccount - G/L Account Number

      Constraints: Not nullable, Maximum length: 10

      chartOfAccounts - Chart of Accounts

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single GLAccountText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllChartOfAccounts

      @Nonnull ChartOfAccountsFluentHelper getAllChartOfAccounts()
      Deprecated.
      Fetch multiple ChartOfAccounts entities.
      Returns:
      A fluent helper to fetch multiple ChartOfAccounts entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getChartOfAccountsByKey

      @Nonnull ChartOfAccountsByKeyFluentHelper getChartOfAccountsByKey(String chartOfAccounts)
      Deprecated.
      Fetch a single ChartOfAccounts entity using key fields.
      Parameters:
      chartOfAccounts - Chart of Accounts

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single ChartOfAccounts entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllChartOfAccountsText

      @Nonnull ChartOfAccountsTextFluentHelper getAllChartOfAccountsText()
      Deprecated.
      Fetch multiple ChartOfAccountsText entities.
      Returns:
      A fluent helper to fetch multiple ChartOfAccountsText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getChartOfAccountsTextByKey

      @Nonnull ChartOfAccountsTextByKeyFluentHelper getChartOfAccountsTextByKey(String language, String chartOfAccounts)
      Deprecated.
      Fetch a single ChartOfAccountsText entity using key fields.
      Parameters:
      chartOfAccounts - G/L Chart of Accounts

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single ChartOfAccountsText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerCompany

      @Nonnull PartnerCompanyFluentHelper getAllPartnerCompany()
      Deprecated.
      Fetch multiple PartnerCompany entities.
      Returns:
      A fluent helper to fetch multiple PartnerCompany entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerCompanyByKey

      @Nonnull PartnerCompanyByKeyFluentHelper getPartnerCompanyByKey(String company)
      Deprecated.
      Fetch a single PartnerCompany entity using key fields.
      Parameters:
      company - Company

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A fluent helper to fetch a single PartnerCompany entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerCompanyText

      @Nonnull PartnerCompanyTextFluentHelper getAllPartnerCompanyText()
      Deprecated.
      Fetch multiple PartnerCompanyText entities.
      Returns:
      A fluent helper to fetch multiple PartnerCompanyText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerCompanyTextByKey

      @Nonnull PartnerCompanyTextByKeyFluentHelper getPartnerCompanyTextByKey(String language, String company)
      Deprecated.
      Fetch a single PartnerCompanyText entity using key fields.
      Parameters:
      language -
      company - Company

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A fluent helper to fetch a single PartnerCompanyText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationGroup

      @Nonnull ConsolidationGroupFluentHelper getAllConsolidationGroup()
      Deprecated.
      Fetch multiple ConsolidationGroup entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationGroup entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationGroupByKey

      @Nonnull ConsolidationGroupByKeyFluentHelper getConsolidationGroupByKey(String consolidationGroup)
      Deprecated.
      Fetch a single ConsolidationGroup entity using key fields.
      Parameters:
      consolidationGroup - Consolidation Group

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single ConsolidationGroup entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationGroupText

      @Nonnull ConsolidationGroupTextFluentHelper getAllConsolidationGroupText()
      Deprecated.
      Fetch multiple ConsolidationGroupText entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationGroupText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationGroupTextByKey

      @Nonnull ConsolidationGroupTextByKeyFluentHelper getConsolidationGroupTextByKey(String consolidationGroup, String language)
      Deprecated.
      Fetch a single ConsolidationGroupText entity using key fields.
      Parameters:
      consolidationGroup - Consolidation Group

      Constraints: Not nullable, Maximum length: 18

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single ConsolidationGroupText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCustomerSupplierIndustry

      @Nonnull CustomerSupplierIndustryFluentHelper getAllCustomerSupplierIndustry()
      Deprecated.
      Fetch multiple CustomerSupplierIndustry entities.
      Returns:
      A fluent helper to fetch multiple CustomerSupplierIndustry entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCustomerSupplierIndustryByKey

      @Nonnull CustomerSupplierIndustryByKeyFluentHelper getCustomerSupplierIndustryByKey(String industry)
      Deprecated.
      Fetch a single CustomerSupplierIndustry entity using key fields.
      Parameters:
      industry - Industry

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single CustomerSupplierIndustry entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCustomerSupplierIndustryText

      @Nonnull CustomerSupplierIndustryTextFluentHelper getAllCustomerSupplierIndustryText()
      Deprecated.
      Fetch multiple CustomerSupplierIndustryText entities.
      Returns:
      A fluent helper to fetch multiple CustomerSupplierIndustryText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCustomerSupplierIndustryTextByKey

      @Nonnull CustomerSupplierIndustryTextByKeyFluentHelper getCustomerSupplierIndustryTextByKey(String language, String industry)
      Deprecated.
      Fetch a single CustomerSupplierIndustryText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      industry - Industry

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single CustomerSupplierIndustryText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllOrderID

      @Nonnull OrderIDFluentHelper getAllOrderID()
      Deprecated.
      Fetch multiple OrderID entities.
      Returns:
      A fluent helper to fetch multiple OrderID entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getOrderIDByKey

      @Nonnull OrderIDByKeyFluentHelper getOrderIDByKey(String internalOrder)
      Deprecated.
      Fetch a single OrderID entity using key fields.
      Parameters:
      internalOrder - Internal Order

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A fluent helper to fetch a single OrderID entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllOrderIDText

      @Nonnull OrderIDTextFluentHelper getAllOrderIDText()
      Deprecated.
      Fetch multiple OrderIDText entities.
      Returns:
      A fluent helper to fetch multiple OrderIDText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getOrderIDTextByKey

      @Nonnull OrderIDTextByKeyFluentHelper getOrderIDTextByKey(String language, String internalOrder)
      Deprecated.
      Fetch a single OrderIDText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      internalOrder - Internal Order

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A fluent helper to fetch a single OrderIDText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCnsldtnInvesteeUnit

      @Nonnull CnsldtnInvesteeUnitFluentHelper getAllCnsldtnInvesteeUnit()
      Deprecated.
      Fetch multiple CnsldtnInvesteeUnit entities.
      Returns:
      A fluent helper to fetch multiple CnsldtnInvesteeUnit entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCnsldtnInvesteeUnitByKey

      @Nonnull CnsldtnInvesteeUnitByKeyFluentHelper getCnsldtnInvesteeUnitByKey(String consolidationUnit)
      Deprecated.
      Fetch a single CnsldtnInvesteeUnit entity using key fields.
      Parameters:
      consolidationUnit - Consolidation Unit

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single CnsldtnInvesteeUnit entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCnsldtnInvesteeUnitHier

      @Nonnull CnsldtnInvesteeUnitHierFluentHelper getAllCnsldtnInvesteeUnitHier()
      Deprecated.
      Fetch multiple CnsldtnInvesteeUnitHier entities.
      Returns:
      A fluent helper to fetch multiple CnsldtnInvesteeUnitHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCnsldtnInvesteeUnitHierByKey

      @Nonnull CnsldtnInvesteeUnitHierByKeyFluentHelper getCnsldtnInvesteeUnitHierByKey(String consolidationUnitHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single CnsldtnInvesteeUnitHier entity using key fields.
      Parameters:
      consolidationUnitHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      validityEndDate - Valid To Date

      Constraints: Not nullable, Precision: 0

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single CnsldtnInvesteeUnitHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCnsldtnInvesteeUnitHierText

      @Nonnull CnsldtnInvesteeUnitHierTextFluentHelper getAllCnsldtnInvesteeUnitHierText()
      Deprecated.
      Fetch multiple CnsldtnInvesteeUnitHierText entities.
      Returns:
      A fluent helper to fetch multiple CnsldtnInvesteeUnitHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCnsldtnInvesteeUnitHierTextByKey

      @Nonnull CnsldtnInvesteeUnitHierTextByKeyFluentHelper getCnsldtnInvesteeUnitHierTextByKey(String consolidationUnitHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single CnsldtnInvesteeUnitHierText entity using key fields.
      Parameters:
      consolidationUnitHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Valid To Date

      Constraints: Not nullable, Precision: 0

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single CnsldtnInvesteeUnitHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCnsldtnInvesteeUnitText

      @Nonnull CnsldtnInvesteeUnitTextFluentHelper getAllCnsldtnInvesteeUnitText()
      Deprecated.
      Fetch multiple CnsldtnInvesteeUnitText entities.
      Returns:
      A fluent helper to fetch multiple CnsldtnInvesteeUnitText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCnsldtnInvesteeUnitTextByKey

      @Nonnull CnsldtnInvesteeUnitTextByKeyFluentHelper getCnsldtnInvesteeUnitTextByKey(String consolidationUnit, String language)
      Deprecated.
      Fetch a single CnsldtnInvesteeUnitText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationUnit - Consolidation Unit

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single CnsldtnInvesteeUnitText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllInvestmentActivityType

      @Nonnull InvestmentActivityTypeFluentHelper getAllInvestmentActivityType()
      Deprecated.
      Fetch multiple InvestmentActivityType entities.
      Returns:
      A fluent helper to fetch multiple InvestmentActivityType entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getInvestmentActivityTypeByKey

      @Nonnull InvestmentActivityTypeByKeyFluentHelper getInvestmentActivityTypeByKey(String investmentActivityType)
      Deprecated.
      Fetch a single InvestmentActivityType entity using key fields.
      Parameters:
      investmentActivityType - Consolidation of Investments Activity

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single InvestmentActivityType entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllInvestmentActivityTypeText

      @Nonnull InvestmentActivityTypeTextFluentHelper getAllInvestmentActivityTypeText()
      Deprecated.
      Fetch multiple InvestmentActivityTypeText entities.
      Returns:
      A fluent helper to fetch multiple InvestmentActivityTypeText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getInvestmentActivityTypeTextByKey

      @Nonnull InvestmentActivityTypeTextByKeyFluentHelper getInvestmentActivityTypeTextByKey(String language, String investmentActivityType)
      Deprecated.
      Fetch a single InvestmentActivityTypeText entity using key fields.
      Parameters:
      investmentActivityType - Consolidation of Investments Activity

      Constraints: Not nullable, Maximum length: 2

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single InvestmentActivityTypeText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationLedger

      @Nonnull ConsolidationLedgerFluentHelper getAllConsolidationLedger()
      Deprecated.
      Fetch multiple ConsolidationLedger entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationLedger entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationLedgerByKey

      @Nonnull ConsolidationLedgerByKeyFluentHelper getConsolidationLedgerByKey(String consolidationLedger)
      Deprecated.
      Fetch a single ConsolidationLedger entity using key fields.
      Parameters:
      consolidationLedger - Ledger

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single ConsolidationLedger entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationLedgerText

      @Nonnull ConsolidationLedgerTextFluentHelper getAllConsolidationLedgerText()
      Deprecated.
      Fetch multiple ConsolidationLedgerText entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationLedgerText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationLedgerTextByKey

      @Nonnull ConsolidationLedgerTextByKeyFluentHelper getConsolidationLedgerTextByKey(String consolidationLedger, String language)
      Deprecated.
      Fetch a single ConsolidationLedgerText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationLedger - Ledger

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single ConsolidationLedgerText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllMaterial

      @Nonnull MaterialFluentHelper getAllMaterial()
      Deprecated.
      Fetch multiple Material entities.
      Returns:
      A fluent helper to fetch multiple Material entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaterialByKey

      @Nonnull MaterialByKeyFluentHelper getMaterialByKey(String material)
      Deprecated.
      Fetch a single Material entity using key fields.
      Parameters:
      material - Consolidation Material

      Constraints: Not nullable, Maximum length: 40

      Returns:
      A fluent helper to fetch a single Material entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllMaterialGroup

      @Nonnull MaterialGroupFluentHelper getAllMaterialGroup()
      Deprecated.
      Fetch multiple MaterialGroup entities.
      Returns:
      A fluent helper to fetch multiple MaterialGroup entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaterialGroupByKey

      @Nonnull MaterialGroupByKeyFluentHelper getMaterialGroupByKey(String materialGroup)
      Deprecated.
      Fetch a single MaterialGroup entity using key fields.
      Parameters:
      materialGroup - Product Group

      Constraints: Not nullable, Maximum length: 9

      Returns:
      A fluent helper to fetch a single MaterialGroup entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllMaterialGroupHier

      @Nonnull MaterialGroupHierFluentHelper getAllMaterialGroupHier()
      Deprecated.
      Fetch multiple MaterialGroupHier entities.
      Returns:
      A fluent helper to fetch multiple MaterialGroupHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaterialGroupHierByKey

      @Nonnull MaterialGroupHierByKeyFluentHelper getMaterialGroupHierByKey(String additionalMasterDataHierarchy, String hierarchyNode)
      Deprecated.
      Fetch a single MaterialGroupHier entity using key fields.
      Parameters:
      additionalMasterDataHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single MaterialGroupHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllMaterialGroupHierText

      @Nonnull MaterialGroupHierTextFluentHelper getAllMaterialGroupHierText()
      Deprecated.
      Fetch multiple MaterialGroupHierText entities.
      Returns:
      A fluent helper to fetch multiple MaterialGroupHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaterialGroupHierTextByKey

      @Nonnull MaterialGroupHierTextByKeyFluentHelper getMaterialGroupHierTextByKey(String language, String additionalMasterDataHierarchy, String hierarchyNode)
      Deprecated.
      Fetch a single MaterialGroupHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      additionalMasterDataHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single MaterialGroupHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllMaterialGroupText

      @Nonnull MaterialGroupTextFluentHelper getAllMaterialGroupText()
      Deprecated.
      Fetch multiple MaterialGroupText entities.
      Returns:
      A fluent helper to fetch multiple MaterialGroupText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaterialGroupTextByKey

      @Nonnull MaterialGroupTextByKeyFluentHelper getMaterialGroupTextByKey(String language, String materialGroup)
      Deprecated.
      Fetch a single MaterialGroupText entity using key fields.
      Parameters:
      materialGroup - Product Group

      Constraints: Not nullable, Maximum length: 9

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single MaterialGroupText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllMaterialHier

      @Nonnull MaterialHierFluentHelper getAllMaterialHier()
      Deprecated.
      Fetch multiple MaterialHier entities.
      Returns:
      A fluent helper to fetch multiple MaterialHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaterialHierByKey

      @Nonnull MaterialHierByKeyFluentHelper getMaterialHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single MaterialHier entity using key fields.
      Parameters:
      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single MaterialHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllMaterialHierText

      @Nonnull MaterialHierTextFluentHelper getAllMaterialHierText()
      Deprecated.
      Fetch multiple MaterialHierText entities.
      Returns:
      A fluent helper to fetch multiple MaterialHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaterialHierTextByKey

      @Nonnull MaterialHierTextByKeyFluentHelper getMaterialHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single MaterialHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single MaterialHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllMaterialText

      @Nonnull MaterialTextFluentHelper getAllMaterialText()
      Deprecated.
      Fetch multiple MaterialText entities.
      Returns:
      A fluent helper to fetch multiple MaterialText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaterialTextByKey

      @Nonnull MaterialTextByKeyFluentHelper getMaterialTextByKey(String language, String material)
      Deprecated.
      Fetch a single MaterialText entity using key fields.
      Parameters:
      material - Consolidation Material

      Constraints: Not nullable, Maximum length: 40

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single MaterialText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCnsldtnOfInvestmentsActivity

      @Nonnull CnsldtnOfInvestmentsActivityFluentHelper getAllCnsldtnOfInvestmentsActivity()
      Deprecated.
      Fetch multiple CnsldtnOfInvestmentsActivity entities.
      Returns:
      A fluent helper to fetch multiple CnsldtnOfInvestmentsActivity entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCnsldtnOfInvestmentsActivityByKey

      @Nonnull CnsldtnOfInvestmentsActivityByKeyFluentHelper getCnsldtnOfInvestmentsActivityByKey(String investmentActivityType)
      Deprecated.
      Fetch a single CnsldtnOfInvestmentsActivity entity using key fields.
      Parameters:
      investmentActivityType - Consolidation of Investments Activity

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single CnsldtnOfInvestmentsActivity entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCnsldtnOfInvestmentsActyText

      @Nonnull CnsldtnOfInvestmentsActyTextFluentHelper getAllCnsldtnOfInvestmentsActyText()
      Deprecated.
      Fetch multiple CnsldtnOfInvestmentsActyText entities.
      Returns:
      A fluent helper to fetch multiple CnsldtnOfInvestmentsActyText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCnsldtnOfInvestmentsActyTextByKey

      @Nonnull CnsldtnOfInvestmentsActyTextByKeyFluentHelper getCnsldtnOfInvestmentsActyTextByKey(String language, String investmentActivityType)
      Deprecated.
      Fetch a single CnsldtnOfInvestmentsActyText entity using key fields.
      Parameters:
      investmentActivityType - Consolidation of Investments Activity

      Constraints: Not nullable, Maximum length: 2

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single CnsldtnOfInvestmentsActyText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerFunctionalAreaHier

      @Nonnull PartnerFunctionalAreaHierFluentHelper getAllPartnerFunctionalAreaHier()
      Deprecated.
      Fetch multiple PartnerFunctionalAreaHier entities.
      Returns:
      A fluent helper to fetch multiple PartnerFunctionalAreaHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerFunctionalAreaHierByKey

      @Nonnull PartnerFunctionalAreaHierByKeyFluentHelper getPartnerFunctionalAreaHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single PartnerFunctionalAreaHier entity using key fields.
      Parameters:
      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single PartnerFunctionalAreaHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerFunctionalAreaHierText

      @Nonnull PartnerFunctionalAreaHierTextFluentHelper getAllPartnerFunctionalAreaHierText()
      Deprecated.
      Fetch multiple PartnerFunctionalAreaHierText entities.
      Returns:
      A fluent helper to fetch multiple PartnerFunctionalAreaHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerFunctionalAreaHierTextByKey

      @Nonnull PartnerFunctionalAreaHierTextByKeyFluentHelper getPartnerFunctionalAreaHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single PartnerFunctionalAreaHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single PartnerFunctionalAreaHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerFunctionalAreaText

      @Nonnull PartnerFunctionalAreaTextFluentHelper getAllPartnerFunctionalAreaText()
      Deprecated.
      Fetch multiple PartnerFunctionalAreaText entities.
      Returns:
      A fluent helper to fetch multiple PartnerFunctionalAreaText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerFunctionalAreaTextByKey

      @Nonnull PartnerFunctionalAreaTextByKeyFluentHelper getPartnerFunctionalAreaTextByKey(String language, String functionalArea)
      Deprecated.
      Fetch a single PartnerFunctionalAreaText entity using key fields.
      Parameters:
      functionalArea - Partner Functional Area

      Constraints: Not nullable, Maximum length: 16

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single PartnerFunctionalAreaText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerBusinessArea

      @Nonnull PartnerBusinessAreaFluentHelper getAllPartnerBusinessArea()
      Deprecated.
      Fetch multiple PartnerBusinessArea entities.
      Returns:
      A fluent helper to fetch multiple PartnerBusinessArea entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerBusinessAreaByKey

      @Nonnull PartnerBusinessAreaByKeyFluentHelper getPartnerBusinessAreaByKey(String businessArea)
      Deprecated.
      Fetch a single PartnerBusinessArea entity using key fields.
      Parameters:
      businessArea - Consolidation Business Area

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single PartnerBusinessArea entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerBusinessAreaHier

      @Nonnull PartnerBusinessAreaHierFluentHelper getAllPartnerBusinessAreaHier()
      Deprecated.
      Fetch multiple PartnerBusinessAreaHier entities.
      Returns:
      A fluent helper to fetch multiple PartnerBusinessAreaHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerBusinessAreaHierByKey

      @Nonnull PartnerBusinessAreaHierByKeyFluentHelper getPartnerBusinessAreaHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single PartnerBusinessAreaHier entity using key fields.
      Parameters:
      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Business Area Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single PartnerBusinessAreaHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerBusinessAreaHierText

      @Nonnull PartnerBusinessAreaHierTextFluentHelper getAllPartnerBusinessAreaHierText()
      Deprecated.
      Fetch multiple PartnerBusinessAreaHierText entities.
      Returns:
      A fluent helper to fetch multiple PartnerBusinessAreaHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerBusinessAreaHierTextByKey

      @Nonnull PartnerBusinessAreaHierTextByKeyFluentHelper getPartnerBusinessAreaHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single PartnerBusinessAreaHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Business Area Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single PartnerBusinessAreaHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerBusinessAreaText

      @Nonnull PartnerBusinessAreaTextFluentHelper getAllPartnerBusinessAreaText()
      Deprecated.
      Fetch multiple PartnerBusinessAreaText entities.
      Returns:
      A fluent helper to fetch multiple PartnerBusinessAreaText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerBusinessAreaTextByKey

      @Nonnull PartnerBusinessAreaTextByKeyFluentHelper getPartnerBusinessAreaTextByKey(String language, String businessArea)
      Deprecated.
      Fetch a single PartnerBusinessAreaText entity using key fields.
      Parameters:
      businessArea - Partner Business Area

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single PartnerBusinessAreaText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerCostCenter

      @Nonnull PartnerCostCenterFluentHelper getAllPartnerCostCenter()
      Deprecated.
      Fetch multiple PartnerCostCenter entities.
      Returns:
      A fluent helper to fetch multiple PartnerCostCenter entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerCostCenterByKey

      @Nonnull PartnerCostCenterByKeyFluentHelper getPartnerCostCenterByKey(String costCenter, String controllingArea)
      Deprecated.
      Fetch a single PartnerCostCenter entity using key fields.
      Parameters:
      costCenter - Consolidation Cost Center

      Constraints: Not nullable, Maximum length: 10

      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single PartnerCostCenter entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerCostCenterHier

      @Nonnull PartnerCostCenterHierFluentHelper getAllPartnerCostCenterHier()
      Deprecated.
      Fetch multiple PartnerCostCenterHier entities.
      Returns:
      A fluent helper to fetch multiple PartnerCostCenterHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerCostCenterHierByKey

      @Nonnull PartnerCostCenterHierByKeyFluentHelper getPartnerCostCenterHierByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single PartnerCostCenterHier entity using key fields.
      Parameters:
      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Cost Center Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single PartnerCostCenterHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerCostCenterHierText

      @Nonnull PartnerCostCenterHierTextFluentHelper getAllPartnerCostCenterHierText()
      Deprecated.
      Fetch multiple PartnerCostCenterHierText entities.
      Returns:
      A fluent helper to fetch multiple PartnerCostCenterHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerCostCenterHierTextByKey

      @Nonnull PartnerCostCenterHierTextByKeyFluentHelper getPartnerCostCenterHierTextByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single PartnerCostCenterHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Cost Center Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single PartnerCostCenterHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerCostCenterText

      @Nonnull PartnerCostCenterTextFluentHelper getAllPartnerCostCenterText()
      Deprecated.
      Fetch multiple PartnerCostCenterText entities.
      Returns:
      A fluent helper to fetch multiple PartnerCostCenterText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerCostCenterTextByKey

      @Nonnull PartnerCostCenterTextByKeyFluentHelper getPartnerCostCenterTextByKey(String language, String costCenter, String controllingArea)
      Deprecated.
      Fetch a single PartnerCostCenterText entity using key fields.
      Parameters:
      costCenter - Partner Cost Center

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single PartnerCostCenterText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerFunctionalArea

      @Nonnull PartnerFunctionalAreaFluentHelper getAllPartnerFunctionalArea()
      Deprecated.
      Fetch multiple PartnerFunctionalArea entities.
      Returns:
      A fluent helper to fetch multiple PartnerFunctionalArea entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerFunctionalAreaByKey

      @Nonnull PartnerFunctionalAreaByKeyFluentHelper getPartnerFunctionalAreaByKey(String functionalArea)
      Deprecated.
      Fetch a single PartnerFunctionalArea entity using key fields.
      Parameters:
      functionalArea - Consolidation Functional Area

      Constraints: Not nullable, Maximum length: 16

      Returns:
      A fluent helper to fetch a single PartnerFunctionalArea entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerProfitCenterHier

      @Nonnull PartnerProfitCenterHierFluentHelper getAllPartnerProfitCenterHier()
      Deprecated.
      Fetch multiple PartnerProfitCenterHier entities.
      Returns:
      A fluent helper to fetch multiple PartnerProfitCenterHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerProfitCenterHierByKey

      @Nonnull PartnerProfitCenterHierByKeyFluentHelper getPartnerProfitCenterHierByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single PartnerProfitCenterHier entity using key fields.
      Parameters:
      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Profit Center Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single PartnerProfitCenterHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerProfitCenterHierText

      @Nonnull PartnerProfitCenterHierTextFluentHelper getAllPartnerProfitCenterHierText()
      Deprecated.
      Fetch multiple PartnerProfitCenterHierText entities.
      Returns:
      A fluent helper to fetch multiple PartnerProfitCenterHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerProfitCenterHierTextByKey

      @Nonnull PartnerProfitCenterHierTextByKeyFluentHelper getPartnerProfitCenterHierTextByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single PartnerProfitCenterHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Profit Center Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single PartnerProfitCenterHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerProfitCenterText

      @Nonnull PartnerProfitCenterTextFluentHelper getAllPartnerProfitCenterText()
      Deprecated.
      Fetch multiple PartnerProfitCenterText entities.
      Returns:
      A fluent helper to fetch multiple PartnerProfitCenterText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerProfitCenterTextByKey

      @Nonnull PartnerProfitCenterTextByKeyFluentHelper getPartnerProfitCenterTextByKey(String language, String profitCenter, String controllingArea)
      Deprecated.
      Fetch a single PartnerProfitCenterText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      profitCenter - Partner Profit Center

      Constraints: Not nullable, Maximum length: 10

      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single PartnerProfitCenterText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerProfitCenter

      @Nonnull PartnerProfitCenterFluentHelper getAllPartnerProfitCenter()
      Deprecated.
      Fetch multiple PartnerProfitCenter entities.
      Returns:
      A fluent helper to fetch multiple PartnerProfitCenter entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerProfitCenterByKey

      @Nonnull PartnerProfitCenterByKeyFluentHelper getPartnerProfitCenterByKey(String profitCenter, String controllingArea)
      Deprecated.
      Fetch a single PartnerProfitCenter entity using key fields.
      Parameters:
      profitCenter - Consolidation Profit Center

      Constraints: Not nullable, Maximum length: 10

      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single PartnerProfitCenter entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerSegment

      @Nonnull PartnerSegmentFluentHelper getAllPartnerSegment()
      Deprecated.
      Fetch multiple PartnerSegment entities.
      Returns:
      A fluent helper to fetch multiple PartnerSegment entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerSegmentByKey

      @Nonnull PartnerSegmentByKeyFluentHelper getPartnerSegmentByKey(String segment)
      Deprecated.
      Fetch a single PartnerSegment entity using key fields.
      Parameters:
      segment - Partner Segment

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single PartnerSegment entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerSegmentHier

      @Nonnull PartnerSegmentHierFluentHelper getAllPartnerSegmentHier()
      Deprecated.
      Fetch multiple PartnerSegmentHier entities.
      Returns:
      A fluent helper to fetch multiple PartnerSegmentHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerSegmentHierByKey

      @Nonnull PartnerSegmentHierByKeyFluentHelper getPartnerSegmentHierByKey(String consolidationSegmentHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single PartnerSegmentHier entity using key fields.
      Parameters:
      consolidationSegmentHierarchy - Segment Hierarchy

      Constraints: Not nullable, Maximum length: 40

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single PartnerSegmentHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerSegmentText

      @Nonnull PartnerSegmentTextFluentHelper getAllPartnerSegmentText()
      Deprecated.
      Fetch multiple PartnerSegmentText entities.
      Returns:
      A fluent helper to fetch multiple PartnerSegmentText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerSegmentTextByKey

      @Nonnull PartnerSegmentTextByKeyFluentHelper getPartnerSegmentTextByKey(String language, String segment)
      Deprecated.
      Fetch a single PartnerSegmentText entity using key fields.
      Parameters:
      segment - Partner Segment

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single PartnerSegmentText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerCnsldtnUnit

      @Nonnull PartnerCnsldtnUnitFluentHelper getAllPartnerCnsldtnUnit()
      Deprecated.
      Fetch multiple PartnerCnsldtnUnit entities.
      Returns:
      A fluent helper to fetch multiple PartnerCnsldtnUnit entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerCnsldtnUnitByKey

      @Nonnull PartnerCnsldtnUnitByKeyFluentHelper getPartnerCnsldtnUnitByKey(String consolidationUnit)
      Deprecated.
      Fetch a single PartnerCnsldtnUnit entity using key fields.
      Parameters:
      consolidationUnit - Partner Consolidation Unit

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single PartnerCnsldtnUnit entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerCnsldtnUnitHier

      @Nonnull PartnerCnsldtnUnitHierFluentHelper getAllPartnerCnsldtnUnitHier()
      Deprecated.
      Fetch multiple PartnerCnsldtnUnitHier entities.
      Returns:
      A fluent helper to fetch multiple PartnerCnsldtnUnitHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerCnsldtnUnitHierByKey

      @Nonnull PartnerCnsldtnUnitHierByKeyFluentHelper getPartnerCnsldtnUnitHierByKey(String consolidationUnitHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single PartnerCnsldtnUnitHier entity using key fields.
      Parameters:
      consolidationUnitHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      validityEndDate - Valid To Date

      Constraints: Not nullable, Precision: 0

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single PartnerCnsldtnUnitHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerCnsldtnUnitHierText

      @Nonnull PartnerCnsldtnUnitHierTextFluentHelper getAllPartnerCnsldtnUnitHierText()
      Deprecated.
      Fetch multiple PartnerCnsldtnUnitHierText entities.
      Returns:
      A fluent helper to fetch multiple PartnerCnsldtnUnitHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerCnsldtnUnitHierTextByKey

      @Nonnull PartnerCnsldtnUnitHierTextByKeyFluentHelper getPartnerCnsldtnUnitHierTextByKey(String consolidationUnitHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single PartnerCnsldtnUnitHierText entity using key fields.
      Parameters:
      consolidationUnitHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Valid To Date

      Constraints: Not nullable, Precision: 0

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single PartnerCnsldtnUnitHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerCnsldtnUnitText

      @Nonnull PartnerCnsldtnUnitTextFluentHelper getAllPartnerCnsldtnUnitText()
      Deprecated.
      Fetch multiple PartnerCnsldtnUnitText entities.
      Returns:
      A fluent helper to fetch multiple PartnerCnsldtnUnitText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerCnsldtnUnitTextByKey

      @Nonnull PartnerCnsldtnUnitTextByKeyFluentHelper getPartnerCnsldtnUnitTextByKey(String consolidationUnit, String language)
      Deprecated.
      Fetch a single PartnerCnsldtnUnitText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationUnit - Partner Unit

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single PartnerCnsldtnUnitText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPartnerSegmentHierText

      @Nonnull PartnerSegmentHierTextFluentHelper getAllPartnerSegmentHierText()
      Deprecated.
      Fetch multiple PartnerSegmentHierText entities.
      Returns:
      A fluent helper to fetch multiple PartnerSegmentHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPartnerSegmentHierTextByKey

      @Nonnull PartnerSegmentHierTextByKeyFluentHelper getPartnerSegmentHierTextByKey(String consolidationSegmentHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single PartnerSegmentHierText entity using key fields.
      Parameters:
      consolidationSegmentHierarchy - Segment Hierarchy

      Constraints: Not nullable, Maximum length: 40

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single PartnerSegmentHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPlant

      @Nonnull PlantFluentHelper getAllPlant()
      Deprecated.
      Fetch multiple Plant entities.
      Returns:
      A fluent helper to fetch multiple Plant entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPlantByKey

      @Nonnull PlantByKeyFluentHelper getPlantByKey(String plant)
      Deprecated.
      Fetch a single Plant entity using key fields.
      Parameters:
      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single Plant entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPlantText

      @Nonnull PlantTextFluentHelper getAllPlantText()
      Deprecated.
      Fetch multiple PlantText entities.
      Returns:
      A fluent helper to fetch multiple PlantText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPlantTextByKey

      @Nonnull PlantTextByKeyFluentHelper getPlantTextByKey(String language, String plant)
      Deprecated.
      Fetch a single PlantText entity using key fields.
      Parameters:
      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single PlantText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPostingLevel

      @Nonnull PostingLevelFluentHelper getAllPostingLevel()
      Deprecated.
      Fetch multiple PostingLevel entities.
      Returns:
      A fluent helper to fetch multiple PostingLevel entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPostingLevelByKey

      @Nonnull PostingLevelByKeyFluentHelper getPostingLevelByKey(String postingLevel)
      Deprecated.
      Fetch a single PostingLevel entity using key fields.
      Parameters:
      postingLevel - Posting Level

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single PostingLevel entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPostingLevelHier

      @Nonnull PostingLevelHierFluentHelper getAllPostingLevelHier()
      Deprecated.
      Fetch multiple PostingLevelHier entities.
      Returns:
      A fluent helper to fetch multiple PostingLevelHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPostingLevelHierByKey

      @Nonnull PostingLevelHierByKeyFluentHelper getPostingLevelHierByKey(String consolidationPostgLevelHier, String hierarchyNode)
      Deprecated.
      Fetch a single PostingLevelHier entity using key fields.
      Parameters:
      consolidationPostgLevelHier - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single PostingLevelHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPostingLevelHierText

      @Nonnull PostingLevelHierTextFluentHelper getAllPostingLevelHierText()
      Deprecated.
      Fetch multiple PostingLevelHierText entities.
      Returns:
      A fluent helper to fetch multiple PostingLevelHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPostingLevelHierTextByKey

      @Nonnull PostingLevelHierTextByKeyFluentHelper getPostingLevelHierTextByKey(String language, String consolidationPostgLevelHier, String hierarchyNode)
      Deprecated.
      Fetch a single PostingLevelHierText entity using key fields.
      Parameters:
      consolidationPostgLevelHier - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single PostingLevelHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllPostingLevelText

      @Nonnull PostingLevelTextFluentHelper getAllPostingLevelText()
      Deprecated.
      Fetch multiple PostingLevelText entities.
      Returns:
      A fluent helper to fetch multiple PostingLevelText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPostingLevelTextByKey

      @Nonnull PostingLevelTextByKeyFluentHelper getPostingLevelTextByKey(String language, String postingLevel)
      Deprecated.
      Fetch a single PostingLevelText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      postingLevel - Posting Level

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single PostingLevelText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllProfitCenterForElimination

      @Nonnull ProfitCenterForEliminationFluentHelper getAllProfitCenterForElimination()
      Deprecated.
      Fetch multiple ProfitCenterForElimination entities.
      Returns:
      A fluent helper to fetch multiple ProfitCenterForElimination entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProfitCenterForEliminationByKey

      @Nonnull ProfitCenterForEliminationByKeyFluentHelper getProfitCenterForEliminationByKey(String profitCenter, String controllingArea)
      Deprecated.
      Fetch a single ProfitCenterForElimination entity using key fields.
      Parameters:
      profitCenter - Consolidation Profit Center for Elimination

      Constraints: Not nullable, Maximum length: 25

      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single ProfitCenterForElimination entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllProfitCenterHierForElim

      @Nonnull ProfitCenterHierForElimFluentHelper getAllProfitCenterHierForElim()
      Deprecated.
      Fetch multiple ProfitCenterHierForElim entities.
      Returns:
      A fluent helper to fetch multiple ProfitCenterHierForElim entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProfitCenterHierForElimByKey

      @Nonnull ProfitCenterHierForElimByKeyFluentHelper getProfitCenterHierForElimByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single ProfitCenterHierForElim entity using key fields.
      Parameters:
      controllingArea - Controlling Area

      Constraints: Not nullable, Maximum length: 4

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single ProfitCenterHierForElim entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllProfitCenterHierForElimText

      @Nonnull ProfitCenterHierForElimTextFluentHelper getAllProfitCenterHierForElimText()
      Deprecated.
      Fetch multiple ProfitCenterHierForElimText entities.
      Returns:
      A fluent helper to fetch multiple ProfitCenterHierForElimText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProfitCenterHierForElimTextByKey

      @Nonnull ProfitCenterHierForElimTextByKeyFluentHelper getProfitCenterHierForElimTextByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single ProfitCenterHierForElimText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Profit Center Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single ProfitCenterHierForElimText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSoldProduct

      @Nonnull SoldProductFluentHelper getAllSoldProduct()
      Deprecated.
      Fetch multiple SoldProduct entities.
      Returns:
      A fluent helper to fetch multiple SoldProduct entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSoldProductByKey

      @Nonnull SoldProductByKeyFluentHelper getSoldProductByKey(String material)
      Deprecated.
      Fetch a single SoldProduct entity using key fields.
      Parameters:
      material - Product Number

      Constraints: Not nullable, Maximum length: 40

      Returns:
      A fluent helper to fetch a single SoldProduct entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSoldProductGroup

      @Nonnull SoldProductGroupFluentHelper getAllSoldProductGroup()
      Deprecated.
      Fetch multiple SoldProductGroup entities.
      Returns:
      A fluent helper to fetch multiple SoldProductGroup entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSoldProductGroupByKey

      @Nonnull SoldProductGroupByKeyFluentHelper getSoldProductGroupByKey(String materialGroup)
      Deprecated.
      Fetch a single SoldProductGroup entity using key fields.
      Parameters:
      materialGroup - Product Group

      Constraints: Not nullable, Maximum length: 9

      Returns:
      A fluent helper to fetch a single SoldProductGroup entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSoldProductGroupText

      @Nonnull SoldProductGroupTextFluentHelper getAllSoldProductGroupText()
      Deprecated.
      Fetch multiple SoldProductGroupText entities.
      Returns:
      A fluent helper to fetch multiple SoldProductGroupText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSoldProductGroupTextByKey

      @Nonnull SoldProductGroupTextByKeyFluentHelper getSoldProductGroupTextByKey(String language, String materialGroup)
      Deprecated.
      Fetch a single SoldProductGroupText entity using key fields.
      Parameters:
      materialGroup - Product Group

      Constraints: Not nullable, Maximum length: 9

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single SoldProductGroupText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSoldProductHier

      @Nonnull SoldProductHierFluentHelper getAllSoldProductHier()
      Deprecated.
      Fetch multiple SoldProductHier entities.
      Returns:
      A fluent helper to fetch multiple SoldProductHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSoldProductHierByKey

      @Nonnull SoldProductHierByKeyFluentHelper getSoldProductHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single SoldProductHier entity using key fields.
      Parameters:
      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Product Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single SoldProductHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSoldProductHierText

      @Nonnull SoldProductHierTextFluentHelper getAllSoldProductHierText()
      Deprecated.
      Fetch multiple SoldProductHierText entities.
      Returns:
      A fluent helper to fetch multiple SoldProductHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSoldProductHierTextByKey

      @Nonnull SoldProductHierTextByKeyFluentHelper getSoldProductHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single SoldProductHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Product Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single SoldProductHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSoldProductText

      @Nonnull SoldProductTextFluentHelper getAllSoldProductText()
      Deprecated.
      Fetch multiple SoldProductText entities.
      Returns:
      A fluent helper to fetch multiple SoldProductText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSoldProductTextByKey

      @Nonnull SoldProductTextByKeyFluentHelper getSoldProductTextByKey(String language, String material)
      Deprecated.
      Fetch a single SoldProductText entity using key fields.
      Parameters:
      material - Material Number

      Constraints: Not nullable, Maximum length: 40

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single SoldProductText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllProfitCenter

      @Nonnull ProfitCenterFluentHelper getAllProfitCenter()
      Deprecated.
      Fetch multiple ProfitCenter entities.
      Returns:
      A fluent helper to fetch multiple ProfitCenter entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProfitCenterByKey

      @Nonnull ProfitCenterByKeyFluentHelper getProfitCenterByKey(String profitCenter, String controllingArea)
      Deprecated.
      Fetch a single ProfitCenter entity using key fields.
      Parameters:
      profitCenter - Consolidation Profit Center

      Constraints: Not nullable, Maximum length: 10

      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single ProfitCenter entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllProfitCenterHier

      @Nonnull ProfitCenterHierFluentHelper getAllProfitCenterHier()
      Deprecated.
      Fetch multiple ProfitCenterHier entities.
      Returns:
      A fluent helper to fetch multiple ProfitCenterHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProfitCenterHierByKey

      @Nonnull ProfitCenterHierByKeyFluentHelper getProfitCenterHierByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single ProfitCenterHier entity using key fields.
      Parameters:
      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Profit Center Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single ProfitCenterHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllProfitCenterHierText

      @Nonnull ProfitCenterHierTextFluentHelper getAllProfitCenterHierText()
      Deprecated.
      Fetch multiple ProfitCenterHierText entities.
      Returns:
      A fluent helper to fetch multiple ProfitCenterHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProfitCenterHierTextByKey

      @Nonnull ProfitCenterHierTextByKeyFluentHelper getProfitCenterHierTextByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single ProfitCenterHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Profit Center Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single ProfitCenterHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllProfitCenterText

      @Nonnull ProfitCenterTextFluentHelper getAllProfitCenterText()
      Deprecated.
      Fetch multiple ProfitCenterText entities.
      Returns:
      A fluent helper to fetch multiple ProfitCenterText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProfitCenterTextByKey

      @Nonnull ProfitCenterTextByKeyFluentHelper getProfitCenterTextByKey(String language, String profitCenter, String controllingArea)
      Deprecated.
      Fetch a single ProfitCenterText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      profitCenter - Consolidation Profit Center

      Constraints: Not nullable, Maximum length: 10

      controllingArea - Consolidation Controlling Area

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single ProfitCenterText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllProfitCenterForElimText

      @Nonnull ProfitCenterForElimTextFluentHelper getAllProfitCenterForElimText()
      Deprecated.
      Fetch multiple ProfitCenterForElimText entities.
      Returns:
      A fluent helper to fetch multiple ProfitCenterForElimText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProfitCenterForElimTextByKey

      @Nonnull ProfitCenterForElimTextByKeyFluentHelper getProfitCenterForElimTextByKey(String language, String profitCenter, String controllingArea)
      Deprecated.
      Fetch a single ProfitCenterForElimText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      profitCenter - Profit Center for Elimination

      Constraints: Not nullable, Maximum length: 25

      controllingArea - Node class

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A fluent helper to fetch a single ProfitCenterForElimText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllProject

      @Nonnull ProjectFluentHelper getAllProject()
      Deprecated.
      Fetch multiple Project entities.
      Returns:
      A fluent helper to fetch multiple Project entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProjectByKey

      @Nonnull ProjectByKeyFluentHelper getProjectByKey(String project)
      Deprecated.
      Fetch a single Project entity using key fields.
      Parameters:
      project - Project Definition

      Constraints: Not nullable, Maximum length: 24

      Returns:
      A fluent helper to fetch a single Project entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllProjectHier

      @Nonnull ProjectHierFluentHelper getAllProjectHier()
      Deprecated.
      Fetch multiple ProjectHier entities.
      Returns:
      A fluent helper to fetch multiple ProjectHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProjectHierByKey

      @Nonnull ProjectHierByKeyFluentHelper getProjectHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single ProjectHier entity using key fields.
      Parameters:
      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Project Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single ProjectHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllProjectHierText

      @Nonnull ProjectHierTextFluentHelper getAllProjectHierText()
      Deprecated.
      Fetch multiple ProjectHierText entities.
      Returns:
      A fluent helper to fetch multiple ProjectHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProjectHierTextByKey

      @Nonnull ProjectHierTextByKeyFluentHelper getProjectHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single ProjectHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Project Hierarchy

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single ProjectHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllProjectText

      @Nonnull ProjectTextFluentHelper getAllProjectText()
      Deprecated.
      Fetch multiple ProjectText entities.
      Returns:
      A fluent helper to fetch multiple ProjectText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProjectTextByKey

      @Nonnull ProjectTextByKeyFluentHelper getProjectTextByKey(String language, String project)
      Deprecated.
      Fetch a single ProjectText entity using key fields.
      Parameters:
      project - Project Definition

      Constraints: Not nullable, Maximum length: 24

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single ProjectText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllReportingItem

      @Nonnull ReportingItemFluentHelper getAllReportingItem()
      Deprecated.
      Fetch multiple ReportingItem entities.
      Returns:
      A fluent helper to fetch multiple ReportingItem entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getReportingItemByKey

      @Nonnull ReportingItemByKeyFluentHelper getReportingItemByKey(String consolidationChartOfAccounts, String consolidationReportingItem)
      Deprecated.
      Fetch a single ReportingItem entity using key fields.
      Parameters:
      consolidationReportingItem - Reporting Item

      Constraints: Not nullable, Maximum length: 10

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single ReportingItem entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllReportingItemHier

      @Nonnull ReportingItemHierFluentHelper getAllReportingItemHier()
      Deprecated.
      Fetch multiple ReportingItemHier entities.
      Returns:
      A fluent helper to fetch multiple ReportingItemHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getReportingItemHierByKey

      @Nonnull ReportingItemHierByKeyFluentHelper getReportingItemHierByKey(String consolidationChartOfAccounts, String consolidationReportingItemHier, String hierarchyNode)
      Deprecated.
      Fetch a single ReportingItemHier entity using key fields.
      Parameters:
      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      consolidationReportingItemHier - Reporting Item Hierarchy

      Constraints: Not nullable, Maximum length: 10

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single ReportingItemHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllReportingItemHierText

      @Nonnull ReportingItemHierTextFluentHelper getAllReportingItemHierText()
      Deprecated.
      Fetch multiple ReportingItemHierText entities.
      Returns:
      A fluent helper to fetch multiple ReportingItemHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getReportingItemHierTextByKey

      @Nonnull ReportingItemHierTextByKeyFluentHelper getReportingItemHierTextByKey(String language, String consolidationChartOfAccounts, String consolidationReportingItemHier, String hierarchyNode)
      Deprecated.
      Fetch a single ReportingItemHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      consolidationReportingItemHier - Reporting Item Hierarchy

      Constraints: Not nullable, Maximum length: 10

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single ReportingItemHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllReportingItemText

      @Nonnull ReportingItemTextFluentHelper getAllReportingItemText()
      Deprecated.
      Fetch multiple ReportingItemText entities.
      Returns:
      A fluent helper to fetch multiple ReportingItemText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getReportingItemTextByKey

      @Nonnull ReportingItemTextByKeyFluentHelper getReportingItemTextByKey(String consolidationChartOfAccounts, String consolidationReportingItem, String language)
      Deprecated.
      Fetch a single ReportingItemText entity using key fields.
      Parameters:
      consolidationReportingItem - Reporting Item

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationChartOfAccounts - Consolidation Chart of Accounts

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single ReportingItemText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSalesDistrict

      @Nonnull SalesDistrictFluentHelper getAllSalesDistrict()
      Deprecated.
      Fetch multiple SalesDistrict entities.
      Returns:
      A fluent helper to fetch multiple SalesDistrict entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSalesDistrictByKey

      @Nonnull SalesDistrictByKeyFluentHelper getSalesDistrictByKey(String salesDistrict)
      Deprecated.
      Fetch a single SalesDistrict entity using key fields.
      Parameters:
      salesDistrict - Sales District

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A fluent helper to fetch a single SalesDistrict entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSalesDistrictText

      @Nonnull SalesDistrictTextFluentHelper getAllSalesDistrictText()
      Deprecated.
      Fetch multiple SalesDistrictText entities.
      Returns:
      A fluent helper to fetch multiple SalesDistrictText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSalesDistrictTextByKey

      @Nonnull SalesDistrictTextByKeyFluentHelper getSalesDistrictTextByKey(String language, String salesDistrict)
      Deprecated.
      Fetch a single SalesDistrictText entity using key fields.
      Parameters:
      salesDistrict - Sales District

      Constraints: Not nullable, Maximum length: 6

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single SalesDistrictText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSalesOrganization

      @Nonnull SalesOrganizationFluentHelper getAllSalesOrganization()
      Deprecated.
      Fetch multiple SalesOrganization entities.
      Returns:
      A fluent helper to fetch multiple SalesOrganization entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSalesOrganizationByKey

      @Nonnull SalesOrganizationByKeyFluentHelper getSalesOrganizationByKey(String salesOrganization)
      Deprecated.
      Fetch a single SalesOrganization entity using key fields.
      Parameters:
      salesOrganization - Consolidation Sales Organization

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single SalesOrganization entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSalesOrganizationHier

      @Nonnull SalesOrganizationHierFluentHelper getAllSalesOrganizationHier()
      Deprecated.
      Fetch multiple SalesOrganizationHier entities.
      Returns:
      A fluent helper to fetch multiple SalesOrganizationHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSalesOrganizationHierByKey

      @Nonnull SalesOrganizationHierByKeyFluentHelper getSalesOrganizationHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single SalesOrganizationHier entity using key fields.
      Parameters:
      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Consolidation Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single SalesOrganizationHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSalesOrganizationHierText

      @Nonnull SalesOrganizationHierTextFluentHelper getAllSalesOrganizationHierText()
      Deprecated.
      Fetch multiple SalesOrganizationHierText entities.
      Returns:
      A fluent helper to fetch multiple SalesOrganizationHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSalesOrganizationHierTextByKey

      @Nonnull SalesOrganizationHierTextByKeyFluentHelper getSalesOrganizationHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single SalesOrganizationHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single SalesOrganizationHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSalesOrganizationText

      @Nonnull SalesOrganizationTextFluentHelper getAllSalesOrganizationText()
      Deprecated.
      Fetch multiple SalesOrganizationText entities.
      Returns:
      A fluent helper to fetch multiple SalesOrganizationText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSalesOrganizationTextByKey

      @Nonnull SalesOrganizationTextByKeyFluentHelper getSalesOrganizationTextByKey(String language, String salesOrganization)
      Deprecated.
      Fetch a single SalesOrganizationText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      salesOrganization - Consolidation Sales Organization

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single SalesOrganizationText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSegment

      @Nonnull SegmentFluentHelper getAllSegment()
      Deprecated.
      Fetch multiple Segment entities.
      Returns:
      A fluent helper to fetch multiple Segment entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSegmentByKey

      @Nonnull SegmentByKeyFluentHelper getSegmentByKey(String segment)
      Deprecated.
      Fetch a single Segment entity using key fields.
      Parameters:
      segment - Segment

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single Segment entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSegmentForElimination

      @Nonnull SegmentForEliminationFluentHelper getAllSegmentForElimination()
      Deprecated.
      Fetch multiple SegmentForElimination entities.
      Returns:
      A fluent helper to fetch multiple SegmentForElimination entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSegmentForEliminationByKey

      @Nonnull SegmentForEliminationByKeyFluentHelper getSegmentForEliminationByKey(String segment)
      Deprecated.
      Fetch a single SegmentForElimination entity using key fields.
      Parameters:
      segment - Consolidation Segment for Elimination

      Constraints: Not nullable, Maximum length: 25

      Returns:
      A fluent helper to fetch a single SegmentForElimination entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSegmentForElimText

      @Nonnull SegmentForElimTextFluentHelper getAllSegmentForElimText()
      Deprecated.
      Fetch multiple SegmentForElimText entities.
      Returns:
      A fluent helper to fetch multiple SegmentForElimText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSegmentForElimTextByKey

      @Nonnull SegmentForElimTextByKeyFluentHelper getSegmentForElimTextByKey(String segment, String language)
      Deprecated.
      Fetch a single SegmentForElimText entity using key fields.
      Parameters:
      segment - Segment for Elimination

      Constraints: Not nullable, Maximum length: 25

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single SegmentForElimText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSegmentHier

      @Nonnull SegmentHierFluentHelper getAllSegmentHier()
      Deprecated.
      Fetch multiple SegmentHier entities.
      Returns:
      A fluent helper to fetch multiple SegmentHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSegmentHierByKey

      @Nonnull SegmentHierByKeyFluentHelper getSegmentHierByKey(String consolidationSegmentHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single SegmentHier entity using key fields.
      Parameters:
      consolidationSegmentHierarchy - Segment Hierarchy

      Constraints: Not nullable, Maximum length: 40

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single SegmentHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSegmentHierForElim

      @Nonnull SegmentHierForElimFluentHelper getAllSegmentHierForElim()
      Deprecated.
      Fetch multiple SegmentHierForElim entities.
      Returns:
      A fluent helper to fetch multiple SegmentHierForElim entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSegmentHierForElimByKey

      @Nonnull SegmentHierForElimByKeyFluentHelper getSegmentHierForElimByKey(String consolidationSegmentHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single SegmentHierForElim entity using key fields.
      Parameters:
      consolidationSegmentHierarchy - Segment Hierarchy

      Constraints: Not nullable, Maximum length: 40

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single SegmentHierForElim entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSegmentForHierElimText

      @Nonnull SegmentForHierElimTextFluentHelper getAllSegmentForHierElimText()
      Deprecated.
      Fetch multiple SegmentForHierElimText entities.
      Returns:
      A fluent helper to fetch multiple SegmentForHierElimText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSegmentForHierElimTextByKey

      @Nonnull SegmentForHierElimTextByKeyFluentHelper getSegmentForHierElimTextByKey(String consolidationSegmentHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single SegmentForHierElimText entity using key fields.
      Parameters:
      consolidationSegmentHierarchy - Segment Hierarchy

      Constraints: Not nullable, Maximum length: 40

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single SegmentForHierElimText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSegmentHierText

      @Nonnull SegmentHierTextFluentHelper getAllSegmentHierText()
      Deprecated.
      Fetch multiple SegmentHierText entities.
      Returns:
      A fluent helper to fetch multiple SegmentHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSegmentHierTextByKey

      @Nonnull SegmentHierTextByKeyFluentHelper getSegmentHierTextByKey(String consolidationSegmentHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single SegmentHierText entity using key fields.
      Parameters:
      consolidationSegmentHierarchy - Segment Hierarchy

      Constraints: Not nullable, Maximum length: 40

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single SegmentHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSegmentText

      @Nonnull SegmentTextFluentHelper getAllSegmentText()
      Deprecated.
      Fetch multiple SegmentText entities.
      Returns:
      A fluent helper to fetch multiple SegmentText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSegmentTextByKey

      @Nonnull SegmentTextByKeyFluentHelper getSegmentTextByKey(String language, String segment)
      Deprecated.
      Fetch a single SegmentText entity using key fields.
      Parameters:
      segment - Segment

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single SegmentText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllShipToParty

      @Nonnull ShipToPartyFluentHelper getAllShipToParty()
      Deprecated.
      Fetch multiple ShipToParty entities.
      Returns:
      A fluent helper to fetch multiple ShipToParty entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getShipToPartyByKey

      @Nonnull ShipToPartyByKeyFluentHelper getShipToPartyByKey(String customer)
      Deprecated.
      Fetch a single ShipToParty entity using key fields.
      Parameters:
      customer - Consolidation Customer

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single ShipToParty entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllShipToPartyText

      @Nonnull ShipToPartyTextFluentHelper getAllShipToPartyText()
      Deprecated.
      Fetch multiple ShipToPartyText entities.
      Returns:
      A fluent helper to fetch multiple ShipToPartyText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getShipToPartyTextByKey

      @Nonnull ShipToPartyTextByKeyFluentHelper getShipToPartyTextByKey(String language, String customer)
      Deprecated.
      Fetch a single ShipToPartyText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      customer - Consolidation Customer

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single ShipToPartyText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSubassignment

      @Nonnull SubassignmentFluentHelper getAllSubassignment()
      Deprecated.
      Fetch multiple Subassignment entities.
      Returns:
      A fluent helper to fetch multiple Subassignment entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSubassignmentByKey

      @Nonnull SubassignmentByKeyFluentHelper getSubassignmentByKey(String cnsldtnSubassignment)
      Deprecated.
      Fetch a single Subassignment entity using key fields.
      Parameters:
      cnsldtnSubassignment - Subassignment

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A fluent helper to fetch a single Subassignment entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSubassignmentText

      @Nonnull SubassignmentTextFluentHelper getAllSubassignmentText()
      Deprecated.
      Fetch multiple SubassignmentText entities.
      Returns:
      A fluent helper to fetch multiple SubassignmentText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSubassignmentTextByKey

      @Nonnull SubassignmentTextByKeyFluentHelper getSubassignmentTextByKey(String language, String cnsldtnSubassignment)
      Deprecated.
      Fetch a single SubassignmentText entity using key fields.
      Parameters:
      cnsldtnSubassignment - Subassignment

      Constraints: Not nullable, Maximum length: 30

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single SubassignmentText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSubItem

      @Nonnull SubItemFluentHelper getAllSubItem()
      Deprecated.
      Fetch multiple SubItem entities.
      Returns:
      A fluent helper to fetch multiple SubItem entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSubItemByKey

      @Nonnull SubItemByKeyFluentHelper getSubItemByKey(String subItemCategory, String subItem)
      Deprecated.
      Fetch a single SubItem entity using key fields.
      Parameters:
      subItemCategory - Subitem Category

      Constraints: Not nullable, Maximum length: 3

      subItem - Subitem

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SubItem entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSubItemCategory

      @Nonnull SubItemCategoryFluentHelper getAllSubItemCategory()
      Deprecated.
      Fetch multiple SubItemCategory entities.
      Returns:
      A fluent helper to fetch multiple SubItemCategory entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSubItemCategoryByKey

      @Nonnull SubItemCategoryByKeyFluentHelper getSubItemCategoryByKey(String subItemCategory)
      Deprecated.
      Fetch a single SubItemCategory entity using key fields.
      Parameters:
      subItemCategory - Subitem Category

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single SubItemCategory entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSubItemCategoryText

      @Nonnull SubItemCategoryTextFluentHelper getAllSubItemCategoryText()
      Deprecated.
      Fetch multiple SubItemCategoryText entities.
      Returns:
      A fluent helper to fetch multiple SubItemCategoryText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSubItemCategoryTextByKey

      @Nonnull SubItemCategoryTextByKeyFluentHelper getSubItemCategoryTextByKey(String subItemCategory, String language)
      Deprecated.
      Fetch a single SubItemCategoryText entity using key fields.
      Parameters:
      subItemCategory - Subitem Category

      Constraints: Not nullable, Maximum length: 3

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single SubItemCategoryText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSubitemHier

      @Nonnull SubitemHierFluentHelper getAllSubitemHier()
      Deprecated.
      Fetch multiple SubitemHier entities.
      Returns:
      A fluent helper to fetch multiple SubitemHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSubitemHierByKey

      @Nonnull SubitemHierByKeyFluentHelper getSubitemHierByKey(String consolidationSubitemHierarchy, String hierarchyNode)
      Deprecated.
      Fetch a single SubitemHier entity using key fields.
      Parameters:
      consolidationSubitemHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single SubitemHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSubitemHierText

      @Nonnull SubitemHierTextFluentHelper getAllSubitemHierText()
      Deprecated.
      Fetch multiple SubitemHierText entities.
      Returns:
      A fluent helper to fetch multiple SubitemHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSubitemHierTextByKey

      @Nonnull SubitemHierTextByKeyFluentHelper getSubitemHierTextByKey(String language, String consolidationSubitemHierarchy, String hierarchyNode)
      Deprecated.
      Fetch a single SubitemHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationSubitemHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single SubitemHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSubItemText

      @Nonnull SubItemTextFluentHelper getAllSubItemText()
      Deprecated.
      Fetch multiple SubItemText entities.
      Returns:
      A fluent helper to fetch multiple SubItemText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSubItemTextByKey

      @Nonnull SubItemTextByKeyFluentHelper getSubItemTextByKey(String subItemCategory, String language, String subItem)
      Deprecated.
      Fetch a single SubItemText entity using key fields.
      Parameters:
      subItemCategory - Subitem Category

      Constraints: Not nullable, Maximum length: 3

      subItem - Subitem

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single SubItemText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSupplier

      @Nonnull SupplierFluentHelper getAllSupplier()
      Deprecated.
      Fetch multiple Supplier entities.
      Returns:
      A fluent helper to fetch multiple Supplier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSupplierByKey

      @Nonnull SupplierByKeyFluentHelper getSupplierByKey(String supplier)
      Deprecated.
      Fetch a single Supplier entity using key fields.
      Parameters:
      supplier - Supplier

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single Supplier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSupplierHier

      @Nonnull SupplierHierFluentHelper getAllSupplierHier()
      Deprecated.
      Fetch multiple SupplierHier entities.
      Returns:
      A fluent helper to fetch multiple SupplierHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSupplierHierByKey

      @Nonnull SupplierHierByKeyFluentHelper getSupplierHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single SupplierHier entity using key fields.
      Parameters:
      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single SupplierHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSupplierHierText

      @Nonnull SupplierHierTextFluentHelper getAllSupplierHierText()
      Deprecated.
      Fetch multiple SupplierHierText entities.
      Returns:
      A fluent helper to fetch multiple SupplierHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSupplierHierTextByKey

      @Nonnull SupplierHierTextByKeyFluentHelper getSupplierHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single SupplierHierText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      additionalMasterDataHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 40

      hierarchyNode - Consolidation Hierarchy Node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single SupplierHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllSupplierText

      @Nonnull SupplierTextFluentHelper getAllSupplierText()
      Deprecated.
      Fetch multiple SupplierText entities.
      Returns:
      A fluent helper to fetch multiple SupplierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSupplierTextByKey

      @Nonnull SupplierTextByKeyFluentHelper getSupplierTextByKey(String language, String supplier)
      Deprecated.
      Fetch a single SupplierText entity using key fields.
      Parameters:
      supplier - Supplier

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single SupplierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllTransactionCurrency

      @Nonnull TransactionCurrencyFluentHelper getAllTransactionCurrency()
      Deprecated.
      Fetch multiple TransactionCurrency entities.
      Returns:
      A fluent helper to fetch multiple TransactionCurrency entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getTransactionCurrencyByKey

      @Nonnull TransactionCurrencyByKeyFluentHelper getTransactionCurrencyByKey(String currency)
      Deprecated.
      Fetch a single TransactionCurrency entity using key fields.
      Parameters:
      currency - Currency Key

      Constraints: Not nullable, Maximum length: 5

      Returns:
      A fluent helper to fetch a single TransactionCurrency entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllTransactionCurrencyText

      @Nonnull TransactionCurrencyTextFluentHelper getAllTransactionCurrencyText()
      Deprecated.
      Fetch multiple TransactionCurrencyText entities.
      Returns:
      A fluent helper to fetch multiple TransactionCurrencyText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getTransactionCurrencyTextByKey

      @Nonnull TransactionCurrencyTextByKeyFluentHelper getTransactionCurrencyTextByKey(String language, String currency)
      Deprecated.
      Fetch a single TransactionCurrencyText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      currency - Currency Key

      Constraints: Not nullable, Maximum length: 5

      Returns:
      A fluent helper to fetch a single TransactionCurrencyText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationUnit

      @Nonnull ConsolidationUnitFluentHelper getAllConsolidationUnit()
      Deprecated.
      Fetch multiple ConsolidationUnit entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationUnit entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationUnitByKey

      @Nonnull ConsolidationUnitByKeyFluentHelper getConsolidationUnitByKey(String consolidationUnit)
      Deprecated.
      Fetch a single ConsolidationUnit entity using key fields.
      Parameters:
      consolidationUnit - Consolidation Unit

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single ConsolidationUnit entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCnsldtnUnitForElimination

      @Nonnull CnsldtnUnitForEliminationFluentHelper getAllCnsldtnUnitForElimination()
      Deprecated.
      Fetch multiple CnsldtnUnitForElimination entities.
      Returns:
      A fluent helper to fetch multiple CnsldtnUnitForElimination entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCnsldtnUnitForEliminationByKey

      @Nonnull CnsldtnUnitForEliminationByKeyFluentHelper getCnsldtnUnitForEliminationByKey(String consolidationUnit)
      Deprecated.
      Fetch a single CnsldtnUnitForElimination entity using key fields.
      Parameters:
      consolidationUnit - Consolidation Elimination Member

      Constraints: Not nullable, Maximum length: 25

      Returns:
      A fluent helper to fetch a single CnsldtnUnitForElimination entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCnsldtnUnitForElimText

      @Nonnull CnsldtnUnitForElimTextFluentHelper getAllCnsldtnUnitForElimText()
      Deprecated.
      Fetch multiple CnsldtnUnitForElimText entities.
      Returns:
      A fluent helper to fetch multiple CnsldtnUnitForElimText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCnsldtnUnitForElimTextByKey

      @Nonnull CnsldtnUnitForElimTextByKeyFluentHelper getCnsldtnUnitForElimTextByKey(String consolidationUnit, String language)
      Deprecated.
      Fetch a single CnsldtnUnitForElimText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationUnit - Consolidation Elimination Member

      Constraints: Not nullable, Maximum length: 25

      Returns:
      A fluent helper to fetch a single CnsldtnUnitForElimText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationUnitHier

      @Nonnull ConsolidationUnitHierFluentHelper getAllConsolidationUnitHier()
      Deprecated.
      Fetch multiple ConsolidationUnitHier entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationUnitHier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationUnitHierByKey

      @Nonnull ConsolidationUnitHierByKeyFluentHelper getConsolidationUnitHierByKey(String consolidationUnitHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single ConsolidationUnitHier entity using key fields.
      Parameters:
      consolidationUnitHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      validityEndDate - Valid To Date

      Constraints: Not nullable, Precision: 0

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single ConsolidationUnitHier entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCnsldtnUnitHierForElim

      @Nonnull CnsldtnUnitHierForElimFluentHelper getAllCnsldtnUnitHierForElim()
      Deprecated.
      Fetch multiple CnsldtnUnitHierForElim entities.
      Returns:
      A fluent helper to fetch multiple CnsldtnUnitHierForElim entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCnsldtnUnitHierForElimByKey

      @Nonnull CnsldtnUnitHierForElimByKeyFluentHelper getCnsldtnUnitHierForElimByKey(String consolidationUnitHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single CnsldtnUnitHierForElim entity using key fields.
      Parameters:
      consolidationUnitHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      validityEndDate - Valid To Date

      Constraints: Not nullable, Precision: 0

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single CnsldtnUnitHierForElim entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllCnsldtnUnitHierForElimText

      @Nonnull CnsldtnUnitHierForElimTextFluentHelper getAllCnsldtnUnitHierForElimText()
      Deprecated.
      Fetch multiple CnsldtnUnitHierForElimText entities.
      Returns:
      A fluent helper to fetch multiple CnsldtnUnitHierForElimText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getCnsldtnUnitHierForElimTextByKey

      @Nonnull CnsldtnUnitHierForElimTextByKeyFluentHelper getCnsldtnUnitHierForElimTextByKey(String consolidationUnitHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single CnsldtnUnitHierForElimText entity using key fields.
      Parameters:
      consolidationUnitHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Valid To Date

      Constraints: Not nullable, Precision: 0

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single CnsldtnUnitHierForElimText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationUnitHierText

      @Nonnull ConsolidationUnitHierTextFluentHelper getAllConsolidationUnitHierText()
      Deprecated.
      Fetch multiple ConsolidationUnitHierText entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationUnitHierText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationUnitHierTextByKey

      @Nonnull ConsolidationUnitHierTextByKeyFluentHelper getConsolidationUnitHierTextByKey(String consolidationUnitHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single ConsolidationUnitHierText entity using key fields.
      Parameters:
      consolidationUnitHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Valid To Date

      Constraints: Not nullable, Precision: 0

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single ConsolidationUnitHierText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationUnitText

      @Nonnull ConsolidationUnitTextFluentHelper getAllConsolidationUnitText()
      Deprecated.
      Fetch multiple ConsolidationUnitText entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationUnitText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationUnitTextByKey

      @Nonnull ConsolidationUnitTextByKeyFluentHelper getConsolidationUnitTextByKey(String consolidationUnit, String language)
      Deprecated.
      Fetch a single ConsolidationUnitText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      consolidationUnit - Consolidation Unit

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single ConsolidationUnitText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationVersion

      @Nonnull ConsolidationVersionFluentHelper getAllConsolidationVersion()
      Deprecated.
      Fetch multiple ConsolidationVersion entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationVersion entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationVersionByKey

      @Nonnull ConsolidationVersionByKeyFluentHelper getConsolidationVersionByKey(String consolidationVersion)
      Deprecated.
      Fetch a single ConsolidationVersion entity using key fields.
      Parameters:
      consolidationVersion - Consolidation Version

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single ConsolidationVersion entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllConsolidationVersionText

      @Nonnull ConsolidationVersionTextFluentHelper getAllConsolidationVersionText()
      Deprecated.
      Fetch multiple ConsolidationVersionText entities.
      Returns:
      A fluent helper to fetch multiple ConsolidationVersionText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getConsolidationVersionTextByKey

      @Nonnull ConsolidationVersionTextByKeyFluentHelper getConsolidationVersionTextByKey(String consolidationVersion, String language)
      Deprecated.
      Fetch a single ConsolidationVersionText entity using key fields.
      Parameters:
      consolidationVersion - Consolidation Version

      Constraints: Not nullable, Maximum length: 3

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single ConsolidationVersionText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllWBSElement

      @Nonnull WBSElementFluentHelper getAllWBSElement()
      Deprecated.
      Fetch multiple WBSElement entities.
      Returns:
      A fluent helper to fetch multiple WBSElement entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getWBSElementByKey

      @Nonnull WBSElementByKeyFluentHelper getWBSElementByKey(String wBSElement, String project)
      Deprecated.
      Fetch a single WBSElement entity using key fields.
      Parameters:
      wBSElement - Work Breakdown Structure Element (WBS Element)

      Constraints: Not nullable, Maximum length: 24

      project - Project Definition

      Constraints: Not nullable, Maximum length: 24

      Returns:
      A fluent helper to fetch a single WBSElement entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllWBSElementInternalID

      @Nonnull WBSElementInternalIDFluentHelper getAllWBSElementInternalID()
      Deprecated.
      Fetch multiple WBSElementInternalID entities.
      Returns:
      A fluent helper to fetch multiple WBSElementInternalID entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getWBSElementInternalIDByKey

      @Nonnull WBSElementInternalIDByKeyFluentHelper getWBSElementInternalIDByKey(String wBSElementInternalID)
      Deprecated.
      Fetch a single WBSElementInternalID entity using key fields.
      Parameters:
      wBSElementInternalID - WBS Element

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A fluent helper to fetch a single WBSElementInternalID entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllWBSElementText

      @Nonnull WBSElementTextFluentHelper getAllWBSElementText()
      Deprecated.
      Fetch multiple WBSElementText entities.
      Returns:
      A fluent helper to fetch multiple WBSElementText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getWBSElementTextByKey

      @Nonnull WBSElementTextByKeyFluentHelper getWBSElementTextByKey(String language, String wBSElement, String project)
      Deprecated.
      Fetch a single WBSElementText entity using key fields.
      Parameters:
      wBSElement - Work Breakdown Structure Element (WBS Element)

      Constraints: Not nullable, Maximum length: 24

      project - Project Definition

      Constraints: Not nullable, Maximum length: 24

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single WBSElementText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.