Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ErpCommand.getConfigContext()
Returns the
ErpConfigContext , including properties, such as destination name, SAP client, and locale. |
ErpConfigContext |
CachingErpCommand.getConfigContext()
Returns the
ErpConfigContext , including properties, such as destination name, SAP client, and locale. |
ErpConfigContext |
WithErpConfigContext.getConfigContext()
Returns the
ErpConfigContext , including properties, such as destination name, SAP client, and locale. |
Modifier and Type | Method and Description |
---|---|
protected QueryResultT |
AbstractQueryExecutor.deserializeQuery(ErpConfigContext configContext,
QueryT query,
QuerySerializer<QueryT,QueryResultT> querySerializer,
String responseBody) |
abstract QueryResultT |
Query.execute(ErpConfigContext configContext)
Executes a given query using the given
ErpConfigContext . |
QueryResultT |
QueryExecutor.execute(ErpConfigContext configContext,
QueryT query)
Executes a query against an SAP S/4HANA system.
|
protected QueryResultT |
AbstractQueryExecutor.executeQuery(ErpConfigContext configContext,
QueryT query,
QuerySerializer<QueryT,QueryResultT> querySerializer) |
protected String |
AbstractQueryExecutor.executeRequest(ErpConfigContext configContext,
SerializedQuery<QueryT> serializedQuery) |
protected String |
AbstractQueryExecutor.getRequestBody(ErpConfigContext configContext,
Destination destination,
SerializedQuery<QueryT> serializedQuery) |
protected List<Header> |
AbstractQueryExecutor.getRequestHeaders(ErpConfigContext configContext,
Destination destination,
SerializedQuery<QueryT> serializedQuery) |
protected RequestMethod |
AbstractQueryExecutor.getRequestMethod(ErpConfigContext configContext,
Destination destination,
SerializedQuery<QueryT> serializedQuery) |
protected URI |
AbstractQueryExecutor.getRequestUri(ErpConfigContext configContext,
Destination destination,
SerializedQuery<QueryT> serializedQuery) |
protected void |
AbstractQueryExecutor.handleHttpError(ErpConfigContext configContext,
int statusCode,
String responseBody,
List<Header> responseHeaders) |
protected void |
AbstractQueryExecutor.handleHttpStatus(ErpConfigContext configContext,
int statusCode,
String responseBody,
List<Header> responseHeaders) |
protected void |
AbstractQueryExecutor.handleServiceUnavailableError(ErpConfigContext configContext,
String responseBody,
List<Header> responseHeaders) |
protected org.apache.http.client.methods.HttpUriRequest |
AbstractQueryExecutor.newRequest(ErpConfigContext configContext,
RequestMethod requestMethod,
URI requestUri,
List<Header> requestHeaders,
String requestBody) |
protected SerializedQuery<QueryT> |
AbstractQueryExecutor.serializeQuery(ErpConfigContext configContext,
QueryT query,
QuerySerializer<QueryT,QueryResultT> querySerializer) |
Constructor and Description |
---|
CachingErpCommand(Class<?> commandType,
ErpConfigContext erpConfigContext) |
CachingErpCommand(com.netflix.hystrix.HystrixCommand.Setter setter,
ErpConfigContext configContext) |
ErpCommand(Class<?> commandType,
ErpConfigContext erpConfigContext) |
ErpCommand(com.netflix.hystrix.HystrixCommand.Setter setter,
ErpConfigContext configContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
BapiQueryExecutor.SoapQueryExecutor.commit(ErpConfigContext configContext)
Commits the remote function call.
|
protected abstract void |
SoapRemoteFunctionQueryExecutor.commit(ErpConfigContext configContext)
Commits the remote function call.
|
protected void |
RfcQueryExecutor.SoapQueryExecutor.commit(ErpConfigContext configContext)
Commits the remote function call.
|
RfcQueryResult |
RfcQuery.execute(ErpConfigContext configContext)
Executes a given query using the given
ErpConfigContext . |
BapiQueryResult |
BapiQuery.execute(ErpConfigContext configContext)
Executes a given query using the given
ErpConfigContext . |
QueryResultT |
JCoRemoteFunctionQueryExecutor.execute(ErpConfigContext configContext,
QueryT query)
Executes a query against an SAP S/4HANA system.
|
QueryResultT |
AbstractRemoteFunctionQueryExecutor.execute(ErpConfigContext configContext,
QueryT query)
Executes a query against an SAP S/4HANA system.
|
QueryResultT |
SoapRemoteFunctionQueryExecutor.execute(ErpConfigContext configContext,
QueryT query)
Executes a query against an SAP S/4HANA system.
|
protected QueryExecutor<QueryT,QueryResultT> |
AbstractRemoteFunctionQueryExecutor.getQueryExecutor(ErpConfigContext configContext)
Retrieves the
QueryExecutor to use. |
protected void |
BapiQueryExecutor.SoapQueryExecutor.rollback(ErpConfigContext configContext)
Rolls back a failed remote function call.
|
protected abstract void |
SoapRemoteFunctionQueryExecutor.rollback(ErpConfigContext configContext)
Rolls back a failed remote function call.
|
protected void |
RfcQueryExecutor.SoapQueryExecutor.rollback(ErpConfigContext configContext)
Rolls back a failed remote function call.
|
Constructor and Description |
---|
BapiQueryCommand(ErpConfigContext erpConfigContext,
BapiQuery query) |
RfcQueryCommand(ErpConfigContext erpConfigContext,
RfcQuery query) |
Modifier and Type | Method and Description |
---|---|
FxOptionGetDetailFunctionResult |
FxOptionGetDetailFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
ForeignExchangeDealGetFunctionResult |
ForeignExchangeDealGetFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
FxOptionCreateFunctionResult |
DefaultFxOptionCreateFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
FinancialTransactionGetListFunctionResult |
FinancialTransactionGetListFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
AcctngActivityAllocCheckFunctionResult |
DefaultAcctngActivityAllocCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
CostCenterCreateMultipleFunctionResult |
CostCenterCreateMultipleFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
CostCenterCreateMultipleFunctionResult |
DefaultCostCenterCreateMultipleFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
AcctngActivityAllocCheckFunctionResult |
AcctngActivityAllocCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
FxOptionChangeFunctionResult |
DefaultFxOptionChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
AcctngDocumentCheckFunctionResult |
AcctngDocumentCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
AcctngActivityAllocPostFunctionResult |
AcctngActivityAllocPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
ForeignExchangeCreateSwapFunctionResult |
ForeignExchangeCreateSwapFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
AcctngActivityAllocPostFunctionResult |
DefaultAcctngActivityAllocPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
FixedAssetChangeFunctionResult |
DefaultFixedAssetChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
AcctngDocumentPostFunctionResult |
DefaultAcctngDocumentPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
AcctngDocumentPostFunctionResult |
AcctngDocumentPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
ForeignExchangeDealCreateFunctionResult |
ForeignExchangeDealCreateFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
AcctngManCostAllocPostFunctionResult |
DefaultAcctngManCostAllocPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
FxOptionGetDetailFunctionResult |
DefaultFxOptionGetDetailFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
FinancialTransactionGetListFunctionResult |
DefaultFinancialTransactionGetListFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
ForeignExchangeDealChangeFunctionResult |
ForeignExchangeDealChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
FixedAssetCreateFromData1FunctionResult |
DefaultFixedAssetCreateFromData1Function.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
AcctngRepstPrimCostsCheckFunctionResult |
AcctngRepstPrimCostsCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
ForeignExchangeDealCreateFunctionResult |
DefaultForeignExchangeDealCreateFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
ForeignExchangeDealGetFunctionResult |
DefaultForeignExchangeDealGetFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
FxOptionCreateFunctionResult |
FxOptionCreateFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
ForeignExchangeDealChangeFunctionResult |
DefaultForeignExchangeDealChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
AcctngRepstPrimCostsPostFunctionResult |
AcctngRepstPrimCostsPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
AcctngRepstPrimCostsPostFunctionResult |
DefaultAcctngRepstPrimCostsPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
AcctngManCostAllocCheckFunctionResult |
AcctngManCostAllocCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
AcctngManCostAllocCheckFunctionResult |
DefaultAcctngManCostAllocCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
FixedAssetCreateFromData1FunctionResult |
FixedAssetCreateFromData1Function.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
FixedAssetGetListFunctionResult |
DefaultFixedAssetGetListFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
AcctngRepstPrimCostsCheckFunctionResult |
DefaultAcctngRepstPrimCostsCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
FxOptionChangeFunctionResult |
FxOptionChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
AcctngDocumentCheckFunctionResult |
DefaultAcctngDocumentCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
FixedAssetChangeFunctionResult |
FixedAssetChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
AcctngManCostAllocPostFunctionResult |
AcctngManCostAllocPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
FixedAssetGetListFunctionResult |
FixedAssetGetListFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
ForeignExchangeCreateSwapFunctionResult |
DefaultForeignExchangeCreateSwapFunction.execute(ErpConfigContext erpConfigContext)
Execute query on using the given ERP configuration context.
|
Modifier and Type | Method and Description |
---|---|
abstract ResultT |
FluentHelperBasic.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
com.sap.cloud.sdk.odatav2.connectivity.ODataDeleteResult |
FluentHelperDelete.execute(ErpConfigContext configContext)
Executes the underlying delete request.
|
List<EntityT> |
FluentHelperRead.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
com.sap.cloud.sdk.odatav2.connectivity.ODataUpdateResult |
FluentHelperUpdate.execute(ErpConfigContext configContext)
Executes the underlying update request.
|
EntityT |
FluentHelperByKey.execute(ErpConfigContext configContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously
called.
|
EntityT |
FluentHelperCreate.execute(ErpConfigContext configContext)
Executes the underlying update request.
|
protected List<ObjectT> |
FluentHelperFunction.executeMultiple(ErpConfigContext configContext) |
protected ObjectT |
FluentHelperFunction.executeSingle(ErpConfigContext configContext) |
protected void |
VdmEntity.setErpConfigContext(ErpConfigContext configContext) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
OperationalAcctgDocItemCube.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
void |
OperationalAcctgDocItemCube.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CostCenterActivityTypeText.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CostCenterActivityType.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
CostCenterActivityTypeText.CostCenterActivityTypeTextBuilder |
CostCenterActivityTypeText.CostCenterActivityTypeTextBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CostCenterActivityType.CostCenterActivityTypeBuilder |
CostCenterActivityType.CostCenterActivityTypeBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
CostCenterActivityTypeText.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CostCenterActivityType.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
CostCenterActivityType(String controllingArea,
String costCtrActivityType,
LocalDateTime validityEndDate,
LocalDateTime validityStartDate,
String costCtrActivityTypeQtyUnit,
String costCtrActivityTypeCategory,
String allocationCostElement,
String costCtrActivityTypeOutpQtyUnit,
LocalDateTime creationDate,
String enteredByUser,
String costOriginGroup,
String actlPostgCostCenterActyTypeCat,
BigDecimal outputQuantityFactor,
String activityTypeIsBlocked,
Boolean fixedCostIsPredistributed,
String priceAllocationMethod,
Boolean periodPriceIsAverage,
String actualPriceAllocationMethod,
Boolean actualQuantityIsSetManually,
Boolean planQuantityIsSetManually,
ErpConfigContext erpConfigContext,
List<CostCenterActivityTypeText> toText) |
CostCenterActivityTypeText(LocalDateTime validityEndDate,
String controllingArea,
String costCtrActivityType,
String language,
String costCtrActivityTypeName,
String costCtrActivityTypeDesc,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
AttachmentContent.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
DocumentInfoRecordAttch.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
AttachmentContent.AttachmentContentBuilder |
AttachmentContent.AttachmentContentBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
DocumentInfoRecordAttch.DocumentInfoRecordAttchBuilder |
DocumentInfoRecordAttch.DocumentInfoRecordAttchBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
List<AttachmentContent> |
GetAllOriginalsFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
AttachmentContent |
CreateUrlAsAttachmentFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
AttachmentContent |
RenameAttachmentFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
AttachmentsCount |
GetAttachmentCountFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
void |
AttachmentContent.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
DocumentInfoRecordAttch.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
AttachmentContent(String documentInfoRecordDocType,
String documentInfoRecordDocNumber,
String documentInfoRecordDocVersion,
String documentInfoRecordDocPart,
String logicalDocument,
String archiveDocumentID,
String linkedSAPObjectKey,
String businessObjectTypeName,
String semanticObject,
String workstationApplication,
String fileSize,
String fileName,
String documentURL,
String mimeType,
byte[] content,
String createdByUser,
String createdByUserFullName,
LocalDateTime creationDateTime,
String businessObjectType,
String lastChangedByUser,
String lastChangedByUserFullName,
LocalDateTime changedDateTime,
String storageCategory,
String archiveLinkRepository,
ErpConfigContext erpConfigContext) |
DocumentInfoRecordAttch(String documentInfoRecordDocType,
String documentInfoRecordDocNumber,
String documentInfoRecordDocVersion,
String documentInfoRecordDocPart,
String documentInfoRecord,
String documentDescription,
String externalDocumentStatus,
String documentStatusName,
Boolean docInfoRecdIsMarkedForDeletion,
ErpConfigContext erpConfigContext,
List<AttachmentContent> toDocumentInfoRecordToAttachmentNavigation) |
Modifier and Type | Method and Description |
---|---|
List<AvailabilityRecord> |
CalculateAvailabilityTimeseriesFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
AvailabilityRecord |
DetermineAvailabilityOfFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
AvailabilityRecord |
DetermineAvailabilityAtFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
BillingDocumentItemPrcgElmnt.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BillingDocumentItem.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BillingDocument.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BillingDocumentPrcgElmnt.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BillingDocumentItemPartner.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BillingDocumentPartner.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
BillingDocumentItemPrcgElmnt.BillingDocumentItemPrcgElmntBuilder |
BillingDocumentItemPrcgElmnt.BillingDocumentItemPrcgElmntBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BillingDocumentItem.BillingDocumentItemBuilder |
BillingDocumentItem.BillingDocumentItemBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BillingDocument.BillingDocumentBuilder |
BillingDocument.BillingDocumentBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BillingDocumentPrcgElmnt.BillingDocumentPrcgElmntBuilder |
BillingDocumentPrcgElmnt.BillingDocumentPrcgElmntBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BillingDocumentItemPartner.BillingDocumentItemPartnerBuilder |
BillingDocumentItemPartner.BillingDocumentItemPartnerBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BillingDocumentPartner.BillingDocumentPartnerBuilder |
BillingDocumentPartner.BillingDocumentPartnerBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
List<CancelResult> |
CancelFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
void |
BillingDocumentItemPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BillingDocumentItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BillingDocument.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BillingDocumentPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BillingDocumentItemPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BillingDocumentPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
BillingDocument(String billingDocument,
String sDDocumentCategory,
String billingDocumentCategory,
String billingDocumentType,
LocalDateTime creationDate,
LocalTime creationTime,
LocalDateTime lastChangeDate,
ZonedDateTime lastChangeDateTime,
String logicalSystem,
String salesOrganization,
String distributionChannel,
String division,
LocalDateTime billingDocumentDate,
Boolean billingDocumentIsCancelled,
String cancelledBillingDocument,
String foreignTrade,
String isExportDelivery,
String billingDocCombinationCriteria,
Boolean manualInvoiceMaintIsRelevant,
Boolean isIntrastatReportingRelevant,
Boolean isIntrastatReportingExcluded,
BigDecimal totalNetAmount,
String transactionCurrency,
String statisticsCurrency,
BigDecimal taxAmount,
BigDecimal totalGrossAmount,
String customerPriceGroup,
String priceListType,
String taxDepartureCountry,
String vATRegistration,
String vATRegistrationOrigin,
String vATRegistrationCountry,
String hierarchyTypePricing,
String customerTaxClassification1,
String customerTaxClassification2,
String customerTaxClassification3,
String customerTaxClassification4,
String customerTaxClassification5,
String customerTaxClassification6,
String customerTaxClassification7,
String customerTaxClassification8,
String customerTaxClassification9,
Boolean isEUTriangularDeal,
String sDPricingProcedure,
String shippingCondition,
String incotermsVersion,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String payerParty,
String contractAccount,
String customerPaymentTerms,
String paymentMethod,
String paymentReference,
LocalDateTime fixedValueDate,
String additionalValueDays,
String sEPAMandate,
String companyCode,
String fiscalYear,
String accountingDocument,
String customerAccountAssignmentGroup,
Boolean accountingExchangeRateIsSet,
BigDecimal absltAccountingExchangeRate,
Boolean acctgExchangeRateIsIndrctQtan,
LocalDateTime exchangeRateDate,
String exchangeRateType,
String documentReferenceID,
String assignmentReference,
String dunningArea,
String dunningBlockingReason,
String dunningKey,
String internalFinancialDocument,
Boolean isRelevantForAccrual,
String soldToParty,
String partnerCompany,
String purchaseOrderByCustomer,
String customerGroup,
String country,
String cityCode,
String salesDistrict,
String region,
String county,
String creditControlArea,
String customerRebateAgreement,
String salesDocumentCondition,
String overallSDProcessStatus,
String overallBillingStatus,
String accountingPostingStatus,
String accountingTransferStatus,
String billingIssueType,
String invoiceListStatus,
String ovrlItmGeneralIncompletionSts,
String overallPricingIncompletionSts,
String billingDocumentListType,
LocalDateTime billingDocumentListDate,
ErpConfigContext erpConfigContext,
List<BillingDocumentItem> toItem,
List<BillingDocumentPartner> toPartner,
List<BillingDocumentPrcgElmnt> toPricingElement) |
BillingDocumentItem(String billingDocument,
String billingDocumentItem,
String salesDocumentItemCategory,
String salesDocumentItemType,
String returnItemProcessingType,
String createdByUser,
LocalDateTime creationDate,
LocalTime creationTime,
String referenceLogicalSystem,
String organizationDivision,
String division,
String salesOffice,
String material,
String originallyRequestedMaterial,
String internationalArticleNumber,
String pricingReferenceMaterial,
String batch,
String productHierarchyNode,
String materialGroup,
String additionalMaterialGroup1,
String additionalMaterialGroup2,
String additionalMaterialGroup3,
String additionalMaterialGroup4,
String additionalMaterialGroup5,
String materialCommissionGroup,
String plant,
String storageLocation,
String replacementPartType,
String materialGroupHierarchy1,
String materialGroupHierarchy2,
String plantRegion,
String plantCounty,
String plantCity,
String bOMExplosion,
String materialDeterminationType,
String billingDocumentItemText,
LocalDateTime servicesRenderedDate,
BigDecimal billingQuantity,
String billingQuantityUnit,
BigDecimal billingQuantityInBaseUnit,
String baseUnit,
BigDecimal mRPRequiredQuantityInBaseUnit,
BigDecimal billingToBaseQuantityDnmntr,
BigDecimal billingToBaseQuantityNmrtr,
BigDecimal itemGrossWeight,
BigDecimal itemNetWeight,
String itemWeightUnit,
BigDecimal itemVolume,
String itemVolumeUnit,
String billToPartyCountry,
String billToPartyRegion,
String billingPlanRule,
String billingPlan,
String billingPlanItem,
BigDecimal netAmount,
String transactionCurrency,
BigDecimal grossAmount,
LocalDateTime pricingDate,
BigDecimal absltPriceDetnExchangeRate,
Boolean priceDetnExchRateIsIndrctQtan,
LocalDateTime priceDetnExchangeRateDate,
BigDecimal pricingScaleQuantityInBaseUnit,
BigDecimal taxAmount,
BigDecimal costAmount,
BigDecimal subtotal1Amount,
BigDecimal subtotal2Amount,
BigDecimal subtotal3Amount,
BigDecimal subtotal4Amount,
BigDecimal subtotal5Amount,
BigDecimal subtotal6Amount,
String statisticalValueControl,
Boolean cashDiscountIsDeductible,
String customerConditionGroup1,
String customerConditionGroup2,
String customerConditionGroup3,
String customerConditionGroup4,
String customerConditionGroup5,
String manualPriceChangeType,
String materialPricingGroup,
BigDecimal absltStatisticsExchangeRate,
Boolean statisticsExchRateIsIndrctQtan,
String mainItemPricingRefMaterial,
String mainItemMaterialPricingGroup,
String departureCountry,
String taxJurisdiction,
String productTaxClassification1,
String productTaxClassification2,
String productTaxClassification3,
String productTaxClassification4,
String productTaxClassification5,
String productTaxClassification6,
String productTaxClassification7,
String productTaxClassification8,
String productTaxClassification9,
String zeroVATRsn,
BigDecimal eligibleAmountForCashDiscount,
String businessArea,
String profitCenter,
String wBSElement,
String controllingArea,
String profitabilitySegment,
String orderID,
String costCenter,
String originSDDocument,
String originSDDocumentItem,
String matlAccountAssignmentGroup,
String referenceSDDocument,
String referenceSDDocumentItem,
String referenceSDDocumentCategory,
String salesDocument,
String salesDocumentItem,
String salesSDDocumentCategory,
String higherLevelItem,
String billingDocumentItemInPartSgmt,
String externalReferenceDocument,
String externalReferenceDocumentItem,
String salesGroup,
String additionalCustomerGroup1,
String additionalCustomerGroup2,
String additionalCustomerGroup3,
String additionalCustomerGroup4,
String additionalCustomerGroup5,
String sDDocumentReason,
String retailPromotion,
BigDecimal rebateBasisAmount,
String volumeRebateGroup,
Boolean itemIsRelevantForCredit,
BigDecimal creditRelatedPrice,
String salesDeal,
String salesPromotion,
String salesOrderSalesDistrict,
String salesOrderCustomerGroup,
String salesOrderCustomerPriceGroup,
String salesOrderPriceListType,
String salesOrderSalesOrganization,
String salesOrderDistributionChannel,
Boolean salesDocIsCreatedFromReference,
String shippingPoint,
String higherLevelItemUsage,
ErpConfigContext erpConfigContext,
BillingDocument toBillingDocument,
List<BillingDocumentItemPartner> toPartner,
List<BillingDocumentItemPrcgElmnt> toPricingElement) |
BillingDocumentItemPartner(String billingDocument,
String billingDocumentItem,
String partnerFunction,
String customer,
String supplier,
String personnel,
String contactPerson,
ErpConfigContext erpConfigContext,
BillingDocument toBillingDocument,
BillingDocumentItem toBillingDocumentItem) |
BillingDocumentItemPrcgElmnt(String billingDocument,
String billingDocumentItem,
String pricingProcedureStep,
String pricingProcedureCounter,
String conditionType,
String pricingDateTime,
String conditionCalculationType,
BigDecimal conditionBaseValue,
BigDecimal conditionRateValue,
String conditionCurrency,
BigDecimal conditionQuantity,
String conditionQuantityUnit,
String conditionCategory,
Boolean conditionIsForStatistics,
String pricingScaleType,
Boolean isRelevantForAccrual,
String cndnIsRelevantForInvoiceList,
String conditionOrigin,
String isGroupCondition,
String conditionRecord,
String conditionSequentialNumber,
String taxCode,
String withholdingTaxCode,
BigDecimal cndnRoundingOffDiffAmount,
BigDecimal conditionAmount,
String transactionCurrency,
String conditionControl,
String conditionInactiveReason,
String conditionClass,
String prcgProcedureCounterForHeader,
Double factorForConditionBasisValue,
String structureCondition,
Double periodFactorForCndnBasisValue,
String pricingScaleBasis,
BigDecimal conditionScaleBasisValue,
String conditionScaleBasisUnit,
String conditionScaleBasisCurrency,
Boolean cndnIsRelevantForIntcoBilling,
Boolean conditionIsManuallyChanged,
Boolean conditionIsForConfiguration,
String variantCondition,
ErpConfigContext erpConfigContext,
BillingDocument toBillingDocument,
BillingDocumentItem toBillingDocumentItem) |
BillingDocumentPartner(String billingDocument,
String partnerFunction,
String customer,
String supplier,
String personnel,
String contactPerson,
ErpConfigContext erpConfigContext,
BillingDocument toBillingDocument) |
BillingDocumentPrcgElmnt(String billingDocument,
String pricingProcedureStep,
String pricingProcedureCounter,
String conditionType,
String pricingDateTime,
String conditionCalculationType,
BigDecimal conditionBaseValue,
BigDecimal conditionRateValue,
String conditionCurrency,
BigDecimal conditionQuantity,
String conditionQuantityUnit,
String conditionCategory,
Boolean conditionIsForStatistics,
String pricingScaleType,
String conditionOrigin,
String isGroupCondition,
String conditionRecord,
String conditionSequentialNumber,
String taxCode,
String withholdingTaxCode,
BigDecimal cndnRoundingOffDiffAmount,
BigDecimal conditionAmount,
String transactionCurrency,
String conditionControl,
String conditionInactiveReason,
String conditionClass,
String prcgProcedureCounterForHeader,
Double factorForConditionBasisValue,
String structureCondition,
Double periodFactorForCndnBasisValue,
String pricingScaleBasis,
BigDecimal conditionScaleBasisValue,
String conditionScaleBasisUnit,
String conditionScaleBasisCurrency,
Boolean cndnIsRelevantForIntcoBilling,
Boolean conditionIsManuallyChanged,
Boolean conditionIsForConfiguration,
String variantCondition,
ErpConfigContext erpConfigContext,
BillingDocument toBillingDocument) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
BillingDocumentRequestItem.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BillingDocReqItemPartner.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BillingDocReqPartner.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BillingDocReqPrcgElmnt.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BillingDocReqItemPrcgElmnt.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BillingDocumentRequest.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
BillingDocumentRequestItem.BillingDocumentRequestItemBuilder |
BillingDocumentRequestItem.BillingDocumentRequestItemBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BillingDocReqItemPartner.BillingDocReqItemPartnerBuilder |
BillingDocReqItemPartner.BillingDocReqItemPartnerBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BillingDocReqPartner.BillingDocReqPartnerBuilder |
BillingDocReqPartner.BillingDocReqPartnerBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BillingDocReqPrcgElmnt.BillingDocReqPrcgElmntBuilder |
BillingDocReqPrcgElmnt.BillingDocReqPrcgElmntBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BillingDocReqItemPrcgElmnt.BillingDocReqItemPrcgElmntBuilder |
BillingDocReqItemPrcgElmnt.BillingDocReqItemPrcgElmntBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BillingDocumentRequest.BillingDocumentRequestBuilder |
BillingDocumentRequest.BillingDocumentRequestBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
List<Messages_Response> |
RejectFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
void |
BillingDocumentRequestItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BillingDocReqItemPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BillingDocReqPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BillingDocReqPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BillingDocReqItemPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BillingDocumentRequest.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
BillingDocReqItemPartner(String billingDocumentRequest,
String billingDocumentRequestItem,
String partnerFunction,
String customer,
String supplier,
String personnel,
String contactPerson,
ErpConfigContext erpConfigContext,
BillingDocumentRequest toBillingDocumentRequest,
BillingDocumentRequestItem toBillingDocumentRequestItem) |
BillingDocReqItemPrcgElmnt(String billingDocumentRequest,
String billingDocumentRequestItem,
String pricingProcedureStep,
String pricingProcedureCounter,
String conditionType,
String pricingDateTime,
String conditionCalculationType,
BigDecimal conditionBaseValue,
BigDecimal conditionRateValue,
String conditionCurrency,
BigDecimal conditionQuantity,
String conditionQuantityUnit,
String conditionCategory,
Boolean conditionIsForStatistics,
String pricingScaleType,
Boolean isRelevantForAccrual,
String cndnIsRelevantForInvoiceList,
String conditionOrigin,
String isGroupCondition,
String conditionRecord,
String conditionSequentialNumber,
String taxCode,
String withholdingTaxCode,
BigDecimal cndnRoundingOffDiffAmount,
BigDecimal conditionAmount,
String transactionCurrency,
String conditionControl,
String conditionInactiveReason,
String conditionClass,
String prcgProcedureCounterForHeader,
Double factorForConditionBasisValue,
String structureCondition,
Double periodFactorForCndnBasisValue,
String pricingScaleBasis,
BigDecimal conditionScaleBasisValue,
String conditionScaleBasisUnit,
String conditionScaleBasisCurrency,
Boolean cndnIsRelevantForIntcoBilling,
Boolean conditionIsManuallyChanged,
Boolean conditionIsForConfiguration,
String variantCondition,
ErpConfigContext erpConfigContext,
BillingDocumentRequest toBillingDocumentRequest,
BillingDocumentRequestItem toBillingDocumentRequestItem) |
BillingDocReqPartner(String billingDocumentRequest,
String partnerFunction,
String customer,
String supplier,
String personnel,
String contactPerson,
ErpConfigContext erpConfigContext,
BillingDocumentRequest toBillingDocumentRequest) |
BillingDocReqPrcgElmnt(String billingDocumentRequest,
String pricingProcedureStep,
String pricingProcedureCounter,
String conditionType,
String pricingDateTime,
String conditionCalculationType,
BigDecimal conditionBaseValue,
BigDecimal conditionRateValue,
String conditionCurrency,
BigDecimal conditionQuantity,
String conditionQuantityUnit,
String conditionCategory,
Boolean conditionIsForStatistics,
String pricingScaleType,
String conditionOrigin,
String isGroupCondition,
String conditionRecord,
String conditionSequentialNumber,
String taxCode,
String withholdingTaxCode,
BigDecimal cndnRoundingOffDiffAmount,
BigDecimal conditionAmount,
String transactionCurrency,
String conditionControl,
String conditionInactiveReason,
String conditionClass,
String prcgProcedureCounterForHeader,
Double factorForConditionBasisValue,
String structureCondition,
Double periodFactorForCndnBasisValue,
String pricingScaleBasis,
BigDecimal conditionScaleBasisValue,
String conditionScaleBasisUnit,
String conditionScaleBasisCurrency,
Boolean cndnIsRelevantForIntcoBilling,
Boolean conditionIsManuallyChanged,
Boolean conditionIsForConfiguration,
String variantCondition,
ErpConfigContext erpConfigContext,
BillingDocumentRequest toBillingDocumentRequest) |
BillingDocumentRequest(String billingDocumentRequest,
String billingDocumentRequestType,
String proposedBillingDocumentType,
LocalDateTime creationDate,
LocalTime creationTime,
LocalDateTime lastChangeDate,
ZonedDateTime lastChangeDateTime,
String logicalSystem,
String salesOrganization,
String distributionChannel,
String division,
LocalDateTime billingDocumentDate,
BigDecimal totalNetAmount,
String transactionCurrency,
BigDecimal totalTaxAmount,
BigDecimal totalGrossAmount,
String taxDepartureCountry,
String payerParty,
String contractAccount,
String customerPaymentTerms,
String paymentMethod,
String sEPAMandate,
String companyCode,
String referenceDocument,
String referenceDocumentLogicalSystem,
String referenceDocSDDocCategory,
String soldToParty,
String purchaseOrderByCustomer,
String pricingDocument,
String billingIssueType,
String incotermsVersion,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String overallBillingDocReqStatus,
String overallPricingIncompletionSts,
ErpConfigContext erpConfigContext,
List<BillingDocumentRequestItem> toItem,
List<BillingDocReqPartner> toPartner,
List<BillingDocReqPrcgElmnt> toPricingElement) |
BillingDocumentRequestItem(String billingDocumentRequest,
String billingDocumentRequestItem,
LocalDateTime creationDate,
LocalTime creationTime,
String referenceLogicalSystem,
String division,
String material,
String productHierarchyNode,
String plant,
String billingDocumentRequestItemText,
LocalDateTime servicesRenderedDate,
BigDecimal billingQuantity,
String billingQuantityUnit,
BigDecimal netAmount,
String transactionCurrency,
BigDecimal grossAmount,
LocalDateTime pricingDate,
BigDecimal absltPriceDetnExchangeRate,
Boolean priceDetnExchRateIsIndrctQtan,
BigDecimal taxAmount,
String departureCountry,
String taxJurisdiction,
String productTaxClassification1,
String businessArea,
String profitCenter,
String wBSElement,
String controllingArea,
String profitabilitySegment,
String orderID,
String costCenter,
String matlAccountAssignmentGroup,
String referenceDocument,
String referenceDocumentItem,
String higherLevelItem,
String billgDocRequestItemInPartSgmt,
ErpConfigContext erpConfigContext,
BillingDocumentRequest toBillingDocumentRequest,
List<BillingDocReqItemPartner> toPartner,
List<BillingDocReqItemPrcgElmnt> toPricingElement) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ComparisonResult.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
ComparisonResult.ComparisonResultBuilder |
ComparisonResult.ComparisonResultBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
List<ComparisonResult> |
BOMComparisonFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
void |
ComparisonResult.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
ComparisonResult(byte[] bOMComparisonUUID,
String bOMComponentPrimary,
String bOMComponentSecondary,
String bOMComparisonResult,
String materialTypePrimary,
String materialTypeSecondary,
BigDecimal bOMItemQuantityPrimary,
BigDecimal bOMItemQuantitySecondary,
String bOMItemCategoryPrimary,
String bOMItemCategorySecondary,
String completeMaintStatusPrimary,
String completeMaintStatusSecondary,
String bOMItemDescriptionPrimary,
String bOMItemDescriptionSecondary,
String bOMHeaderBaseUnitPrimary,
String bOMHeaderBaseUnitSecondary,
String bOMItemUnitPrimary,
String bOMItemUnitSecondary,
Boolean isProductionRelevantPrimary,
Boolean isProductionRelevantSecond,
String itemIsCostingRelevantPrimary,
String itemIsCostingRelevantSecondary,
Boolean isHeaderDeletePrimary,
Boolean isHeaderDeleteSecondary,
String spclProcurementTypePrimary,
Boolean matlIsConfigurablePrimary,
String isMaterialProvisionPrimary,
Boolean isCADPrimary,
BigDecimal leadTimeOffsetPrimary,
String purchasingGrouppPimary,
BigDecimal delivDurationInDaysPrimary,
String supplierPrimary,
BigDecimal bOMItemPricePrimary,
String bOMItemPriceUnitPrimary,
BigDecimal nmbrOfVarblSizeItemPrimary,
BigDecimal size1Primary,
BigDecimal size2Primary,
BigDecimal size3Primary,
BigDecimal qtyVariableSizeItemPrimary,
String formulaKeyPrimary,
BigDecimal goodsReceiptDurationPrimary,
String materialGroupPrimary,
String spclProcurementTypeSecondary,
Boolean matlIsConfigurableSecondary,
String isMaterialProvisionSecondary,
Boolean isCADSecondary,
BigDecimal leadTimeOffsetSecondary,
String purchasingGroupSecondary,
BigDecimal delivDurationInDaysSecondary,
String supplierSecondary,
BigDecimal bOMItemPriceSecondary,
String bomItemPriceUnitSecondary,
BigDecimal nmbrOfVarblSizeItemSecondary,
BigDecimal size1Secondary,
BigDecimal size2Secondary,
BigDecimal size3Secondary,
BigDecimal qtyVariableSizeItemSecondary,
String formulaKeySecondary,
BigDecimal goodsReceiptDurationSecondary,
String materialGroupSecondary,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
BillOfMaterialItem.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BillOfMaterial.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
BillOfMaterialItem.BillOfMaterialItemBuilder |
BillOfMaterialItem.BillOfMaterialItemBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BillOfMaterial.BillOfMaterialBuilder |
BillOfMaterial.BillOfMaterialBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
DummyFunctionImportResult |
ReleaseVersionBOMFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
void |
BillOfMaterialItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BillOfMaterial.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
BillOfMaterial(UUID billOfMaterialHeaderUUID,
String material,
String plant,
String billOfMaterialVariantUsage,
String billOfMaterialCategory,
String billOfMaterial,
String billOfMaterialVariant,
Boolean isMultipleBOMAlt,
String bOMHeaderInternalChangeCount,
String bOMUsagePriority,
String billOfMaterialAuthsnGrp,
String billOfMaterialVersion,
String bOMVersionStatus,
Boolean isVersionBillOfMaterial,
Boolean isLatestBOMVersion,
Boolean isConfiguredMaterial,
String bOMTechnicalType,
String bOMGroup,
String bOMHeaderText,
String bOMAlternativeText,
String billOfMaterialStatus,
LocalDateTime headerValidityStartDate,
LocalDateTime headerValidityEndDate,
String engineeringChangeDocument,
String chgToEngineeringChgDocument,
Boolean isMarkedForDeletion,
Boolean isALE,
String bOMHeaderBaseUnit,
BigDecimal bOMHeaderQuantityInBaseUnit,
LocalDateTime recordCreationDate,
LocalDateTime lastChangeDate,
String createdByUser,
String lastChangedByUser,
String bOMIsToBeDeleted,
Boolean documentIsCreatedByCAD,
String laboratoryOrDesignOffice,
String selectedBillOfMaterialVersion,
ErpConfigContext erpConfigContext,
List<BillOfMaterialItem> toBillOfMaterialItem) |
BillOfMaterialItem(UUID billOfMaterialItemUUID,
String billOfMaterialCategory,
String billOfMaterial,
String billOfMaterialVariant,
String billOfMaterialVersion,
String billOfMaterialItemNodeNumber,
String bOMItemInternalChangeCount,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
String engineeringChangeDocument,
String chgToEngineeringChgDocument,
String inheritedNodeNumberForBOMItem,
LocalDateTime bOMItemRecordCreationDate,
String bOMItemCreatedByUser,
LocalDateTime bOMItemLastChangeDate,
String bOMItemLastChangedByUser,
String billOfMaterialComponent,
String billOfMaterialItemCategory,
String billOfMaterialItemNumber,
String billOfMaterialItemUnit,
BigDecimal billOfMaterialItemQuantity,
String isAssembly,
Boolean isSubItem,
String bOMItemSorter,
Boolean fixedQuantity,
String purchasingGroup,
String currency,
BigDecimal materialComponentPrice,
String identifierBOMItem,
BigDecimal materialPriceUnitQty,
BigDecimal componentScrapInPercent,
BigDecimal operationScrapInPercent,
Boolean isNetScrap,
BigDecimal numberOfVariableSizeItem,
BigDecimal quantityVariableSizeItem,
String formulaKey,
String bOMItemDescription,
String bOMItemText2,
String materialGroup,
String documentType,
String docNumber,
String documentVersion,
String documentPart,
String classNumber,
String classType,
String resultingItemCategory,
String dependencyObjectNumber,
String objectType,
Boolean isClassificationRelevant,
Boolean isBulkMaterial,
String bOMItemIsSparePart,
String bOMItemIsSalesRelevant,
Boolean isProductionRelevant,
Boolean bOMItemIsPlantMaintRelevant,
String bOMItemIsCostingRelevant,
Boolean isEngineeringRelevant,
String specialProcurementType,
Boolean isBOMRecursiveAllowed,
BigDecimal operationLeadTimeOffset,
String opsLeadTimeOffsetUnit,
String isMaterialProvision,
Boolean bOMIsRecursive,
Boolean documentIsCreatedByCAD,
String distrKeyCompConsumption,
BigDecimal deliveryDurationInDays,
String creditor,
String costElement,
BigDecimal size1,
BigDecimal size2,
BigDecimal size3,
String unitOfMeasureForSize1To3,
BigDecimal goodsReceiptDuration,
String purchasingOrganization,
Boolean requiredComponent,
Boolean multipleSelectionAllowed,
String prodOrderIssueLocation,
Boolean materialIsCoProduct,
String explosionType,
String alternativeItemGroup,
String followUpGroup,
String discontinuationGroup,
String isConfigurableBOM,
String referencePoint,
BigDecimal leadTimeOffset,
String productionSupplyArea,
Boolean isDeleted,
Boolean isALE,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
BusinessArea.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BusinessAreaText.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
BusinessArea.BusinessAreaBuilder |
BusinessArea.BusinessAreaBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BusinessAreaText.BusinessAreaTextBuilder |
BusinessAreaText.BusinessAreaTextBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
BusinessArea.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BusinessAreaText.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
BusinessArea(String businessArea,
ErpConfigContext erpConfigContext,
List<BusinessAreaText> toText) |
BusinessAreaText(String businessArea,
String language,
String businessAreaName,
ErpConfigContext erpConfigContext,
BusinessArea toBusinessArea) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
BusObjects.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BusinessObjectKeys.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
Behqueuedata.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
BusObjects.BusObjectsBuilder |
BusObjects.BusObjectsBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BusinessObjectKeys.BusinessObjectKeysBuilder |
BusinessObjectKeys.BusinessObjectKeysBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
Behqueuedata.BehqueuedataBuilder |
Behqueuedata.BehqueuedataBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
BusObjects.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BusinessObjectKeys.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
Behqueuedata.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
Behqueuedata(UUID businessEvent,
String sAPBusinessObjectKey1,
String sAPBusinessObjectKey2,
String sAPBusinessObjectKey3,
String sAPBusinessObjectKey4,
String sAPBusinessObjectKey5,
String sAPBusinessObjectKey6,
Short busEventPriority,
BigDecimal creationUTCDateTime,
String sAPObjectTaskTypeName,
String sAPObjectTypeName,
String sAPObjectType,
String busEventSubscriberCode,
String sAPObjectTaskCode,
String businessEventSubscriberName,
ErpConfigContext erpConfigContext,
List<BusObjects> toBusObjects,
BusinessObjectKeys toKeys) |
BusinessObjectKeys(String sAPObjectType,
String keyFieldName1,
String keyFieldName2,
String keyFieldName3,
String keyFieldName4,
String keyFieldName5,
String keyFieldName6,
ErpConfigContext erpConfigContext) |
BusObjects(String sAPObjectType,
String sAPObjectTypeName,
String sAPObjectTaskCode,
String sAPObjectTaskTypeName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
SubscriptionMaintain.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
SubscriptionRead.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
SubscriptionMaintain.SubscriptionMaintainBuilder |
SubscriptionMaintain.SubscriptionMaintainBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
SubscriptionRead.SubscriptionReadBuilder |
SubscriptionRead.SubscriptionReadBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
SubscriptionMaintain.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
SubscriptionRead.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
SubscriptionMaintain(String busEventSubscriberCode,
String sAPObjectType,
String sAPObjectTaskCode,
String busEventSubscriptionStateCode,
Short busEventPriority,
ErpConfigContext erpConfigContext) |
SubscriptionRead(String busEventSubscriberCode,
String sAPObjectType,
String sAPObjectTaskCode,
String sAPObjectTypeName,
String sAPObjectTaskTypeName,
String busEventSubscriptionStateCode,
Short busEventPriority,
String businessEventSubscriberName,
BigDecimal creationUTCDateTime,
String createdByUserName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
BuPaAddressUsage.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
AddressFaxNumber.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
Customer.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
AddressHomePageURL.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
SupplierCompany.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
Supplier.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CustomerWithHoldingTax.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
SupplierPartnerFunc.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CustomerSalesArea.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BPContactToAddress.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
SupplierDunning.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
SupplierWithHoldingTax.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BusinessPartnerBank.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BusinessPartnerRole.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BusinessPartnerContact.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BPContactToFuncAndDept.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BusinessPartnerTaxNumber.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CustomerCompany.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CustomerSalesAreaTax.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CustomerDunning.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BuPaIdentification.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BusinessPartnerAddress.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CustSalesPartnerFunc.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
SupplierPurchasingOrg.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
AddressPhoneNumber.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
AddressEmailAddress.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
BusinessPartner.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
BuPaAddressUsage.BuPaAddressUsageBuilder |
BuPaAddressUsage.BuPaAddressUsageBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
AddressFaxNumber.AddressFaxNumberBuilder |
AddressFaxNumber.AddressFaxNumberBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
Customer.CustomerBuilder |
Customer.CustomerBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
AddressHomePageURL.AddressHomePageURLBuilder |
AddressHomePageURL.AddressHomePageURLBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
SupplierCompany.SupplierCompanyBuilder |
SupplierCompany.SupplierCompanyBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
Supplier.SupplierBuilder |
Supplier.SupplierBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CustomerWithHoldingTax.CustomerWithHoldingTaxBuilder |
CustomerWithHoldingTax.CustomerWithHoldingTaxBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
SupplierPartnerFunc.SupplierPartnerFuncBuilder |
SupplierPartnerFunc.SupplierPartnerFuncBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CustomerSalesArea.CustomerSalesAreaBuilder |
CustomerSalesArea.CustomerSalesAreaBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BPContactToAddress.BPContactToAddressBuilder |
BPContactToAddress.BPContactToAddressBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
SupplierDunning.SupplierDunningBuilder |
SupplierDunning.SupplierDunningBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
SupplierWithHoldingTax.SupplierWithHoldingTaxBuilder |
SupplierWithHoldingTax.SupplierWithHoldingTaxBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BusinessPartnerBank.BusinessPartnerBankBuilder |
BusinessPartnerBank.BusinessPartnerBankBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BusinessPartnerRole.BusinessPartnerRoleBuilder |
BusinessPartnerRole.BusinessPartnerRoleBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BusinessPartnerContact.BusinessPartnerContactBuilder |
BusinessPartnerContact.BusinessPartnerContactBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BPContactToFuncAndDept.BPContactToFuncAndDeptBuilder |
BPContactToFuncAndDept.BPContactToFuncAndDeptBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BusinessPartnerTaxNumber.BusinessPartnerTaxNumberBuilder |
BusinessPartnerTaxNumber.BusinessPartnerTaxNumberBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CustomerCompany.CustomerCompanyBuilder |
CustomerCompany.CustomerCompanyBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CustomerSalesAreaTax.CustomerSalesAreaTaxBuilder |
CustomerSalesAreaTax.CustomerSalesAreaTaxBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CustomerDunning.CustomerDunningBuilder |
CustomerDunning.CustomerDunningBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BuPaIdentification.BuPaIdentificationBuilder |
BuPaIdentification.BuPaIdentificationBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BusinessPartnerAddress.BusinessPartnerAddressBuilder |
BusinessPartnerAddress.BusinessPartnerAddressBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CustSalesPartnerFunc.CustSalesPartnerFuncBuilder |
CustSalesPartnerFunc.CustSalesPartnerFuncBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
SupplierPurchasingOrg.SupplierPurchasingOrgBuilder |
SupplierPurchasingOrg.SupplierPurchasingOrgBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
AddressPhoneNumber.AddressPhoneNumberBuilder |
AddressPhoneNumber.AddressPhoneNumberBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
AddressEmailAddress.AddressEmailAddressBuilder |
AddressEmailAddress.AddressEmailAddressBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
BusinessPartner.BusinessPartnerBuilder |
BusinessPartner.BusinessPartnerBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
BuPaAddressUsage.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
AddressFaxNumber.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
Customer.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
AddressHomePageURL.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
SupplierCompany.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
Supplier.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CustomerWithHoldingTax.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
SupplierPartnerFunc.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CustomerSalesArea.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BPContactToAddress.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
SupplierDunning.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
SupplierWithHoldingTax.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BusinessPartnerBank.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BusinessPartnerRole.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BusinessPartnerContact.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BPContactToFuncAndDept.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BusinessPartnerTaxNumber.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CustomerCompany.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CustomerSalesAreaTax.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CustomerDunning.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BuPaIdentification.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BusinessPartnerAddress.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CustSalesPartnerFunc.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
SupplierPurchasingOrg.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
AddressPhoneNumber.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
AddressEmailAddress.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
BusinessPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
AddressEmailAddress(String addressID,
String person,
String ordinalNumber,
Boolean isDefaultEmailAddress,
String emailAddress,
String searchEmailAddress,
ErpConfigContext erpConfigContext) |
AddressFaxNumber(String addressID,
String person,
String ordinalNumber,
Boolean isDefaultFaxNumber,
String faxCountry,
String faxNumber,
String faxNumberExtension,
String internationalFaxNumber,
ErpConfigContext erpConfigContext) |
AddressHomePageURL(String addressID,
String person,
String ordinalNumber,
LocalDateTime validityStartDate,
Boolean isDefaultURLAddress,
String searchURLAddress,
Short uRLFieldLength,
String websiteURL,
ErpConfigContext erpConfigContext) |
AddressPhoneNumber(String addressID,
String person,
String ordinalNumber,
String destinationLocationCountry,
Boolean isDefaultPhoneNumber,
String phoneNumber,
String phoneNumberExtension,
String internationalPhoneNumber,
String phoneNumberType,
ErpConfigContext erpConfigContext) |
BPContactToAddress(String relationshipNumber,
String businessPartnerCompany,
String businessPartnerPerson,
LocalDateTime validityEndDate,
String addressID,
String addressNumber,
String additionalStreetPrefixName,
String additionalStreetSuffixName,
String addressTimeZone,
String careOfName,
String cityCode,
String cityName,
String companyPostalCode,
String country,
String county,
String deliveryServiceNumber,
String deliveryServiceTypeCode,
String district,
String formOfAddress,
String fullName,
String homeCityName,
String houseNumber,
String houseNumberSupplementText,
String language,
String pOBox,
String pOBoxDeviatingCityName,
String pOBoxDeviatingCountry,
String pOBoxDeviatingRegion,
Boolean pOBoxIsWithoutNumber,
String pOBoxLobbyName,
String pOBoxPostalCode,
String person,
String postalCode,
String prfrdCommMediumType,
String region,
String streetName,
String streetPrefixName,
String streetSuffixName,
String taxJurisdiction,
String transportZone,
ErpConfigContext erpConfigContext,
List<AddressEmailAddress> toEmailAddress,
List<AddressFaxNumber> toFaxNumber,
List<AddressPhoneNumber> toMobilePhoneNumber,
List<AddressPhoneNumber> toPhoneNumber,
List<AddressHomePageURL> toURLAddress) |
BPContactToFuncAndDept(String relationshipNumber,
String businessPartnerCompany,
String businessPartnerPerson,
LocalDateTime validityEndDate,
String contactPersonFunction,
String contactPersonDepartment,
String phoneNumber,
String phoneNumberExtension,
String faxNumber,
String faxNumberExtension,
String emailAddress,
String relationshipCategory,
ErpConfigContext erpConfigContext) |
BuPaAddressUsage(String businessPartner,
ZonedDateTime validityEndDate,
String addressUsage,
String addressID,
ZonedDateTime validityStartDate,
Boolean standardUsage,
String authorizationGroup,
ErpConfigContext erpConfigContext) |
BuPaIdentification(String businessPartner,
String bPIdentificationType,
String bPIdentificationNumber,
String bPIdnNmbrIssuingInstitute,
LocalDateTime bPIdentificationEntryDate,
String country,
String region,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
String authorizationGroup,
ErpConfigContext erpConfigContext) |
BusinessPartner(String businessPartner,
String customer,
String supplier,
String academicTitle,
String authorizationGroup,
String businessPartnerCategory,
String businessPartnerFullName,
String businessPartnerGrouping,
String businessPartnerName,
UUID businessPartnerUUID,
String correspondenceLanguage,
String createdByUser,
LocalDateTime creationDate,
LocalTime creationTime,
String firstName,
String formOfAddress,
String industry,
String internationalLocationNumber1,
String internationalLocationNumber2,
Boolean isFemale,
Boolean isMale,
String isNaturalPerson,
Boolean isSexUnknown,
String language,
LocalDateTime lastChangeDate,
LocalTime lastChangeTime,
String lastChangedByUser,
String lastName,
String legalForm,
String organizationBPName1,
String organizationBPName2,
String organizationBPName3,
String organizationBPName4,
LocalDateTime organizationFoundationDate,
LocalDateTime organizationLiquidationDate,
String searchTerm1,
String additionalLastName,
LocalDateTime birthDate,
Boolean businessPartnerIsBlocked,
String businessPartnerType,
String eTag,
String groupBusinessPartnerName1,
String groupBusinessPartnerName2,
String independentAddressID,
String internationalLocationNumber3,
String middleName,
String nameCountry,
String nameFormat,
String personFullName,
String personNumber,
Boolean isMarkedForArchiving,
String businessPartnerIDByExtSystem,
ErpConfigContext erpConfigContext,
List<BuPaIdentification> toBuPaIdentification,
List<BusinessPartnerAddress> toBusinessPartnerAddress,
List<BusinessPartnerBank> toBusinessPartnerBank,
List<BusinessPartnerContact> toBusinessPartnerContact,
List<BusinessPartnerRole> toBusinessPartnerRole,
List<BusinessPartnerTaxNumber> toBusinessPartnerTax,
Customer toCustomer,
Supplier toSupplier) |
BusinessPartnerAddress(String businessPartner,
String addressID,
ZonedDateTime validityStartDate,
ZonedDateTime validityEndDate,
String authorizationGroup,
UUID addressUUID,
String additionalStreetPrefixName,
String additionalStreetSuffixName,
String addressTimeZone,
String careOfName,
String cityCode,
String cityName,
String companyPostalCode,
String country,
String county,
String deliveryServiceNumber,
String deliveryServiceTypeCode,
String district,
String formOfAddress,
String fullName,
String homeCityName,
String houseNumber,
String houseNumberSupplementText,
String language,
String pOBox,
String pOBoxDeviatingCityName,
String pOBoxDeviatingCountry,
String pOBoxDeviatingRegion,
Boolean pOBoxIsWithoutNumber,
String pOBoxLobbyName,
String pOBoxPostalCode,
String person,
String postalCode,
String prfrdCommMediumType,
String region,
String streetName,
String streetPrefixName,
String streetSuffixName,
String taxJurisdiction,
String transportZone,
String addressIDByExternalSystem,
ErpConfigContext erpConfigContext,
List<BuPaAddressUsage> toAddressUsage,
List<AddressEmailAddress> toEmailAddress,
List<AddressFaxNumber> toFaxNumber,
List<AddressPhoneNumber> toMobilePhoneNumber,
List<AddressPhoneNumber> toPhoneNumber,
List<AddressHomePageURL> toURLAddress) |
BusinessPartnerBank(String businessPartner,
String bankIdentification,
String bankCountryKey,
String bankName,
String bankNumber,
String sWIFTCode,
String bankControlKey,
String bankAccountHolderName,
String bankAccountName,
ZonedDateTime validityStartDate,
ZonedDateTime validityEndDate,
String iBAN,
LocalDateTime iBANValidityStartDate,
String bankAccount,
String bankAccountReferenceText,
Boolean collectionAuthInd,
String cityName,
String authorizationGroup,
ErpConfigContext erpConfigContext) |
BusinessPartnerContact(String relationshipNumber,
String businessPartnerCompany,
String businessPartnerPerson,
LocalDateTime validityEndDate,
LocalDateTime validityStartDate,
Boolean isStandardRelationship,
String relationshipCategory,
ErpConfigContext erpConfigContext,
List<BPContactToAddress> toContactAddress,
BPContactToFuncAndDept toContactRelationship) |
BusinessPartnerRole(String businessPartner,
String businessPartnerRole,
ZonedDateTime validFrom,
ZonedDateTime validTo,
String authorizationGroup,
ErpConfigContext erpConfigContext) |
BusinessPartnerTaxNumber(String businessPartner,
String bPTaxType,
String bPTaxNumber,
String authorizationGroup,
ErpConfigContext erpConfigContext) |
Customer(String customer,
String authorizationGroup,
String billingIsBlockedForCustomer,
String createdByUser,
LocalDateTime creationDate,
String customerAccountGroup,
String customerClassification,
String customerFullName,
String customerName,
String deliveryIsBlocked,
String nFPartnerIsNaturalPerson,
String orderIsBlockedForCustomer,
Boolean postingIsBlocked,
String supplier,
String customerCorporateGroup,
String fiscalAddress,
String industry,
String industryCode1,
String industryCode2,
String industryCode3,
String industryCode4,
String industryCode5,
String internationalLocationNumber1,
String nielsenRegion,
String responsibleType,
String taxNumber1,
String taxNumber2,
String taxNumber3,
String taxNumber4,
String taxNumber5,
String taxNumberType,
String vATRegistration,
Boolean deletionIndicator,
ErpConfigContext erpConfigContext,
List<CustomerCompany> toCustomerCompany,
List<CustomerSalesArea> toCustomerSalesArea) |
CustomerCompany(String customer,
String companyCode,
String aPARToleranceGroup,
String accountByCustomer,
String accountingClerk,
String accountingClerkFaxNumber,
String accountingClerkInternetAddress,
String accountingClerkPhoneNumber,
String alternativePayerAccount,
String authorizationGroup,
String collectiveInvoiceVariant,
String customerAccountNote,
String customerHeadOffice,
Boolean customerSupplierClearingIsUsed,
String houseBank,
String interestCalculationCode,
LocalDateTime interestCalculationDate,
String intrstCalcFrequencyInMonths,
Boolean isToBeLocallyProcessed,
Boolean itemIsToBePaidSeparately,
String layoutSortingRule,
String paymentBlockingReason,
String paymentMethodsList,
String paymentTerms,
Boolean paytAdviceIsSentbyEDI,
Boolean physicalInventoryBlockInd,
String reconciliationAccount,
Boolean recordPaymentHistoryIndicator,
String userAtCustomer,
Boolean deletionIndicator,
String customerAccountGroup,
ErpConfigContext erpConfigContext,
List<CustomerDunning> toCustomerDunning,
List<CustomerWithHoldingTax> toWithHoldingTax) |
CustomerDunning(String customer,
String companyCode,
String dunningArea,
String dunningBlock,
String dunningLevel,
String dunningProcedure,
String dunningRecipient,
LocalDateTime lastDunnedOn,
LocalDateTime legDunningProcedureOn,
String dunningClerk,
String authorizationGroup,
String customerAccountGroup,
ErpConfigContext erpConfigContext) |
CustomerSalesArea(String customer,
String salesOrganization,
String distributionChannel,
String division,
String accountByCustomer,
String authorizationGroup,
String billingIsBlockedForCustomer,
Boolean completeDeliveryIsDefined,
String currency,
String customerABCClassification,
String customerAccountAssignmentGroup,
String customerGroup,
String customerPaymentTerms,
String customerPriceGroup,
String customerPricingProcedure,
String deliveryIsBlockedForCustomer,
String deliveryPriority,
String incotermsClassification,
String incotermsLocation2,
String incotermsVersion,
String incotermsLocation1,
Boolean deletionIndicator,
String incotermsTransferLocation,
String invoiceDate,
String itemOrderProbabilityInPercent,
Boolean orderCombinationIsAllowed,
String orderIsBlockedForCustomer,
String partialDeliveryIsAllowed,
String priceListType,
String salesGroup,
String salesOffice,
String shippingCondition,
String supplyingPlant,
String salesDistrict,
String customerAccountGroup,
ErpConfigContext erpConfigContext,
List<CustSalesPartnerFunc> toPartnerFunction,
List<CustomerSalesAreaTax> toSalesAreaTax) |
CustomerSalesAreaTax(String customer,
String salesOrganization,
String distributionChannel,
String division,
String departureCountry,
String customerTaxCategory,
String customerTaxClassification,
ErpConfigContext erpConfigContext) |
CustomerWithHoldingTax(String customer,
String companyCode,
String withholdingTaxType,
String withholdingTaxCode,
Boolean withholdingTaxAgent,
LocalDateTime obligationDateBegin,
LocalDateTime obligationDateEnd,
String withholdingTaxNumber,
String withholdingTaxCertificate,
BigDecimal withholdingTaxExmptPercent,
LocalDateTime exemptionDateBegin,
LocalDateTime exemptionDateEnd,
String exemptionReason,
String authorizationGroup,
ErpConfigContext erpConfigContext) |
CustSalesPartnerFunc(String customer,
String salesOrganization,
String distributionChannel,
String division,
String partnerCounter,
String partnerFunction,
String bPCustomerNumber,
String customerPartnerDescription,
Boolean defaultPartner,
String authorizationGroup,
ErpConfigContext erpConfigContext) |
Supplier(String supplier,
String alternativePayeeAccountNumber,
String authorizationGroup,
String createdByUser,
LocalDateTime creationDate,
String customer,
Boolean paymentIsBlockedForSupplier,
Boolean postingIsBlocked,
Boolean purchasingIsBlocked,
String supplierAccountGroup,
String supplierFullName,
String supplierName,
String vATRegistration,
LocalDateTime birthDate,
String concatenatedInternationalLocNo,
Boolean deletionIndicator,
String fiscalAddress,
String industry,
String internationalLocationNumber1,
String internationalLocationNumber2,
String internationalLocationNumber3,
String isNaturalPerson,
String responsibleType,
LocalDateTime suplrQltyInProcmtCertfnValidTo,
String suplrQualityManagementSystem,
String supplierCorporateGroup,
String supplierProcurementBlock,
String taxNumber1,
String taxNumber2,
String taxNumber3,
String taxNumber4,
String taxNumber5,
String taxNumberResponsible,
String taxNumberType,
ErpConfigContext erpConfigContext,
List<SupplierCompany> toSupplierCompany,
List<SupplierPurchasingOrg> toSupplierPurchasingOrg) |
SupplierCompany(String supplier,
String companyCode,
String authorizationGroup,
String companyCodeName,
String paymentBlockingReason,
Boolean supplierIsBlockedForPosting,
String accountingClerk,
String accountingClerkFaxNumber,
String accountingClerkPhoneNumber,
String supplierClerk,
String supplierClerkURL,
String paymentMethodsList,
String paymentTerms,
Boolean clearCustomerSupplier,
Boolean isToBeLocallyProcessed,
Boolean itemIsToBePaidSeparately,
Boolean paymentIsToBeSentByEDI,
String houseBank,
BigDecimal checkPaidDurationInDays,
BigDecimal billOfExchLmtAmtInCoCodeCrcy,
String supplierClerkIDBySupplier,
String reconciliationAccount,
String interestCalculationCode,
LocalDateTime interestCalculationDate,
String intrstCalcFrequencyInMonths,
String supplierHeadOffice,
String alternativePayee,
String layoutSortingRule,
String aPARToleranceGroup,
LocalDateTime supplierCertificationDate,
String supplierAccountNote,
String withholdingTaxCountry,
Boolean deletionIndicator,
String cashPlanningGroup,
Boolean isToBeCheckedForDuplicates,
String supplierAccountGroup,
ErpConfigContext erpConfigContext,
List<SupplierDunning> toSupplierDunning,
List<SupplierWithHoldingTax> toSupplierWithHoldingTax) |
SupplierDunning(String supplier,
String companyCode,
String dunningArea,
String dunningBlock,
String dunningLevel,
String dunningProcedure,
String dunningRecipient,
LocalDateTime lastDunnedOn,
LocalDateTime legDunningProcedureOn,
String dunningClerk,
ErpConfigContext erpConfigContext) |
SupplierPartnerFunc(String supplier,
String purchasingOrganization,
String supplierSubrange,
String plant,
String partnerFunction,
String partnerCounter,
Boolean defaultPartner,
LocalDateTime creationDate,
String createdByUser,
String referenceSupplier,
String authorizationGroup,
ErpConfigContext erpConfigContext) |
SupplierPurchasingOrg(String supplier,
String purchasingOrganization,
String calculationSchemaGroupCode,
Boolean deletionIndicator,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsVersion,
String incotermsLocation1,
String incotermsLocation2,
Boolean invoiceIsGoodsReceiptBased,
BigDecimal materialPlannedDeliveryDurn,
BigDecimal minimumOrderAmount,
String paymentTerms,
String pricingDateControl,
Boolean purOrdAutoGenerationIsAllowed,
String purchaseOrderCurrency,
String purchasingGroup,
Boolean purchasingIsBlockedForSupplier,
String shippingCondition,
String supplierABCClassificationCode,
String supplierPhoneNumber,
String supplierRespSalesPersonName,
String authorizationGroup,
String supplierAccountGroup,
ErpConfigContext erpConfigContext,
List<SupplierPartnerFunc> toPartnerFunction) |
SupplierWithHoldingTax(String supplier,
String companyCode,
String withholdingTaxType,
LocalDateTime exemptionDateBegin,
LocalDateTime exemptionDateEnd,
String exemptionReason,
Boolean isWithholdingTaxSubject,
String recipientType,
String withholdingTaxCertificate,
String withholdingTaxCode,
BigDecimal withholdingTaxExmptPercent,
String withholdingTaxNumber,
String authorizationGroup,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CentralPurchaseContract.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CntrlPurchaseContractItem.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CntrlPurContrItmDistribution.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
CentralPurchaseContract.CentralPurchaseContractBuilder |
CentralPurchaseContract.CentralPurchaseContractBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CntrlPurchaseContractItem.CntrlPurchaseContractItemBuilder |
CntrlPurchaseContractItem.CntrlPurchaseContractItemBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CntrlPurContrItmDistribution.CntrlPurContrItmDistributionBuilder |
CntrlPurContrItmDistribution.CntrlPurContrItmDistributionBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
CentralPurchaseContract.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CntrlPurchaseContractItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CntrlPurContrItmDistribution.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
CentralPurchaseContract(String centralPurchaseContract,
String purchaseContractType,
String purchasingDocumentCategory,
String supplier,
String companyCode,
String purchasingOrganization,
String purchasingGroup,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
String documentCurrency,
ZonedDateTime lastChangeDateTime,
LocalDateTime creationDate,
String paymentTerms,
BigDecimal cashDiscount1Days,
BigDecimal cashDiscount2Days,
BigDecimal cashDiscount1Percent,
BigDecimal cashDiscount2Percent,
BigDecimal netPaymentDays,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsVersion,
String incotermsLocation1,
String incotermsLocation2,
BigDecimal purchaseContractTargetAmount,
String exchangeRate,
Boolean exchangeRateIsFixed,
String supplyingSupplier,
LocalDateTime quotationSubmissionDate,
String supplierQuotation,
String correspncExternalReference,
String correspncInternalReference,
String supplierRespSalesPersonName,
String supplierPhoneNumber,
String releaseCode,
String createdByUser,
String purchasingDocumentDeletionCode,
String purchasingProcessingStatus,
ErpConfigContext erpConfigContext,
List<CntrlPurchaseContractItem> toCentralPurchaseContractItem) |
CntrlPurchaseContractItem(String centralPurchaseContract,
String centralPurchaseContractItem,
String purchasingDocumentItemCategory,
String formattedPurchaseContractItem,
String materialGroup,
String purchasingCentralMaterial,
String cntrlPurContractItemText,
BigDecimal netPriceQuantity,
String orderPriceUnit,
BigDecimal targetQuantity,
BigDecimal cntrlPurContrItmTargetAmount,
BigDecimal contractNetPriceAmount,
String orderQuantityUnit,
BigDecimal purgDocReleaseOrderQuantity,
BigDecimal ordPriceUnitToOrderUnitDnmntr,
BigDecimal orderPriceUnitToOrderUnitNmrtr,
String documentCurrency,
BigDecimal noDaysReminder1,
BigDecimal noDaysReminder2,
BigDecimal noDaysReminder3,
String purgDocOrderAcknNumber,
String requirementTracking,
String supplierMaterialNumber,
Boolean isOrderAcknRqd,
Boolean purgDocEstimatedPrice,
Boolean priceIsToBePrinted,
BigDecimal underdelivTolrtdLmtRatioInPct,
BigDecimal overdelivTolrtdLmtRatioInPct,
Boolean unlimitedOverdeliveryIsAllowed,
String stockType,
String taxCode,
String shippingInstruction,
String isInfoRecordUpdated,
Boolean goodsReceiptIsExpected,
Boolean goodsReceiptIsNonValuated,
Boolean invoiceIsExpected,
Boolean invoiceIsGoodsReceiptBased,
Boolean evaldRcptSettlmtIsAllowed,
String purchasingContractDeletionCode,
ErpConfigContext erpConfigContext,
List<CntrlPurContrItmDistribution> toCntrlPurConItmDistribution) |
CntrlPurContrItmDistribution(String centralPurchaseContract,
String centralPurchaseContractItem,
String distributionKey,
String procmtHubCompanyCode,
String procmtHubPlant,
String procmtHubPurchasingOrg,
String procmtHubPurchasingGroup,
String cntrlPurContrDistrCurrency,
String paymentTerms,
BigDecimal cashDiscount1Days,
BigDecimal cashDiscount2Days,
BigDecimal netPaymentDays,
BigDecimal cashDiscount1Percent,
BigDecimal cashDiscount2Percent,
String distributionType,
BigDecimal cntrlPurContrDistributionPct,
BigDecimal cntrlPurContrItmDistrQty,
BigDecimal cntrlPurContrItmDistrAmt,
String procurementHubSourceSystem,
String procmtHubProduct,
String procmtHubProductGroup,
String procmtHubPurchaseContract,
String procmtHubPurchaseContractItem,
String itemDistributionStatus,
String isDeleted,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ChangeMasterClass.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ChangeMstrObMgReMatlBOM.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ChangeMasterCharc.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ChangeMasterObjTypeAssgmt.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ChangeMaster.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ChangeMstrObMgReMaterial.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ChangeMstrObMgReDocInfoRecd.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ChangeMasterAltDate.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ChangeMstrObjectMgmtRecord.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ChangeMasterClassCharc.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ChangeMasterCharcValue.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
ChangeMasterClass.ChangeMasterClassBuilder |
ChangeMasterClass.ChangeMasterClassBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ChangeMstrObMgReMatlBOM.ChangeMstrObMgReMatlBOMBuilder |
ChangeMstrObMgReMatlBOM.ChangeMstrObMgReMatlBOMBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ChangeMasterCharc.ChangeMasterCharcBuilder |
ChangeMasterCharc.ChangeMasterCharcBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ChangeMasterObjTypeAssgmt.ChangeMasterObjTypeAssgmtBuilder |
ChangeMasterObjTypeAssgmt.ChangeMasterObjTypeAssgmtBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ChangeMaster.ChangeMasterBuilder |
ChangeMaster.ChangeMasterBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ChangeMstrObMgReMaterial.ChangeMstrObMgReMaterialBuilder |
ChangeMstrObMgReMaterial.ChangeMstrObMgReMaterialBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ChangeMstrObMgReDocInfoRecd.ChangeMstrObMgReDocInfoRecdBuilder |
ChangeMstrObMgReDocInfoRecd.ChangeMstrObMgReDocInfoRecdBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ChangeMasterAltDate.ChangeMasterAltDateBuilder |
ChangeMasterAltDate.ChangeMasterAltDateBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ChangeMstrObjectMgmtRecord.ChangeMstrObjectMgmtRecordBuilder |
ChangeMstrObjectMgmtRecord.ChangeMstrObjectMgmtRecordBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ChangeMasterClassCharc.ChangeMasterClassCharcBuilder |
ChangeMasterClassCharc.ChangeMasterClassCharcBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ChangeMasterCharcValue.ChangeMasterCharcValueBuilder |
ChangeMasterCharcValue.ChangeMasterCharcValueBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
DummyFunctionImportResult |
AssignAltDateToMaterialObjectMgmtRecFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
DummyFunctionImportResult |
AssignAltDateToDocInfoRecdObjectMgmtRecFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
DummyFunctionImportResult |
ShiftValidityStartDateOfChangeMasterFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
DummyFunctionImportResult |
AssignAltDateToMatlBOMObjectMgmtRecFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
DummyFunctionImportResult |
UnassignAlternativeDateFromObjMgmtRecordFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
DummyFunctionImportResult |
UnassignAltDateFromMatlBOMObjMgmtRecFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
DummyFunctionImportResult |
UnassignAltDateFromMaterialObjMgmtRecFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
DummyFunctionImportResult |
AssignAlternativeDateToObjectMgmtRecordFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
DummyFunctionImportResult |
UnassignAltDateFromDocInfoRecdObjMgmtRecFluentHelper.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
void |
ChangeMasterClass.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ChangeMstrObMgReMatlBOM.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ChangeMasterCharc.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ChangeMasterObjTypeAssgmt.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ChangeMaster.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ChangeMstrObMgReMaterial.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ChangeMstrObMgReDocInfoRecd.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ChangeMasterAltDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ChangeMstrObjectMgmtRecord.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ChangeMasterClassCharc.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ChangeMasterCharcValue.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
ChangeMaster(Boolean shiftValidityStartDate_ac,
String changeNumber,
String changeNumberStatus,
String authorizationGroup,
String changeNumberFunction,
String isTechnicallyReleased,
String changeNumberReleaseKey,
String reasonForChangeText,
String changeNumberDescription,
LocalDateTime changeNumberValidFromDate,
LocalDateTime changeNumberCreationDate,
String changeNumberCreatedByUser,
LocalDateTime changeNumberLastChangedDate,
String changeNumberLastChangedByUser,
Boolean isUsedForDataDefinition,
Boolean changeNumberIsMrkdForDeletion,
Double changeNumberLastChgdDateTime,
ErpConfigContext erpConfigContext,
List<ChangeMasterAltDate> toAlternativeDate,
List<ChangeMstrObjectMgmtRecord> toChangeMstrObjectMgmtRecord,
List<ChangeMstrObMgReDocInfoRecd> toChangeMstrObMgReDocInfoRecd,
List<ChangeMstrObMgReMaterial> toChangeMstrObMgReMaterial,
List<ChangeMstrObMgReMatlBOM> toChangeMstrObMgReMatlBOM,
List<ChangeMasterCharc> toCharacteristics,
List<ChangeMasterClass> toClassification,
List<ChangeMasterObjTypeAssgmt> toObjTypeAssignment) |
ChangeMasterAltDate(String changeNumber,
String chgNmbrAlternativeDateID,
LocalDateTime chgNmbrAlternativeDate,
Boolean chgNmbrAltvDateIsAssignedToObj,
Double changeNumberLastChgdDateTime,
ErpConfigContext erpConfigContext) |
ChangeMasterCharc(String changeNumber,
String charcInternalID,
String classType,
LocalDateTime keyDate,
ErpConfigContext erpConfigContext,
List<ChangeMasterCharcValue> toValuation) |
ChangeMasterCharcValue(String changeNumber,
String classType,
String charcInternalID,
String charcValuePositionNumber,
LocalDateTime keyDate,
String charcValueDependency,
String charcValue,
Double charcFromNumericValue,
String charcFromNumericValueUnit,
Double charcToNumericValue,
String charcToNumericValueUnit,
BigDecimal charcFromDecimalValue,
BigDecimal charcToDecimalValue,
BigDecimal charcFromAmount,
BigDecimal charcToAmount,
String currency,
LocalDateTime charcFromDate,
LocalDateTime charcToDate,
LocalTime charcFromTime,
LocalTime charcToTime,
String characteristicAuthor,
ErpConfigContext erpConfigContext) |
ChangeMasterClass(String changeNumber,
String classInternalID,
LocalDateTime keyDate,
String classType,
ErpConfigContext erpConfigContext,
List<ChangeMasterClassCharc> toCharacteristics) |
ChangeMasterClassCharc(String changeNumber,
String classInternalID,
String charcInternalID,
LocalDateTime keyDate,
String classType,
ErpConfigContext erpConfigContext,
List<ChangeMasterCharcValue> toValuation) |
ChangeMasterObjTypeAssgmt(String changeNumber,
String sAPObjectType,
Boolean isActiveForChangeNumber,
String isLockedForChanges,
String isPartiallyDisplayed,
Boolean objMgmtRecdIsRequired,
Boolean objMgmtRecdIsGenerated,
String objMgmtRecdIsAutomlyCrted,
String objMgmtRecdIsAutomlyCrtedByDlg,
LocalDateTime objectTypeCreationDate,
String objectTypeCreatedByUser,
LocalDateTime objectTypeLastChangedDate,
String objectTypeLastChangedByUser,
Double changeNumberLastChgdDateTime,
ErpConfigContext erpConfigContext) |
ChangeMstrObjectMgmtRecord(Boolean assignAlternativeDate_ac,
Boolean unassignAlternativeDate_ac,
String changeNumber,
String sAPObjectType,
String sAPObjectTechnicalID,
String sAPObjectReadableID,
String chgNmbrAlternativeDateID,
String objMgmtRecdDescription,
UUID objMgmtRecdItemUUID,
LocalDateTime objMgmtRecdLastChangedAt,
String objMgmtRecdLastChangedBy,
LocalDateTime objMgmtRecdCreationDate,
String objMgmtRecdCreatedBy,
LocalDateTime objMgmtRecdObjLastChangedAt,
String objMgmtRecdObjLastChangedBy,
String objMgmtRecdObjIsLockedForChg,
String objMgmtRecdObjIsBaselined,
String objMgmtRecdObjIsPlanned,
String objMgmtRecdObjRevisionLevel,
Double changeNumberLastChgdDateTime,
ErpConfigContext erpConfigContext) |
ChangeMstrObMgReDocInfoRecd(Boolean assignAlternativeDate_ac,
Boolean unassignAlternativeDate_ac,
String changeNumber,
String documentType,
String documentInfoRecord,
String documentPart,
String documentVersion,
String chgNmbrAlternativeDateID,
String sAPObjectTechnicalID,
String objMgmtRecdDescription,
UUID objMgmtRecdItemUUID,
LocalDateTime objMgmtRecdLastChangedAt,
String objMgmtRecdLastChangedBy,
LocalDateTime objMgmtRecdCreationDate,
String objMgmtRecdCreatedBy,
LocalDateTime objMgmtRecdObjLastChangedAt,
String objMgmtRecdObjLastChangedBy,
String objMgmtRecdObjIsLockedForChg,
String objMgmtRecdObjIsPlanned,
String objMgmtRecdObjRevisionLevel,
Double changeNumberLastChgdDateTime,
ErpConfigContext erpConfigContext) |
ChangeMstrObMgReMaterial(Boolean assignAlternativeDate_ac,
Boolean unassignAlternativeDate_ac,
String changeNumber,
String material,
String chgNmbrAlternativeDateID,
String sAPObjectTechnicalID,
String objMgmtRecdDescription,
UUID objMgmtRecdItemUUID,
LocalDateTime objMgmtRecdLastChangedAt,
String objMgmtRecdLastChangedBy,
LocalDateTime objMgmtRecdCreationDate,
String objMgmtRecdCreatedBy,
LocalDateTime objMgmtRecdObjLastChangedAt,
String objMgmtRecdObjLastChangedBy,
String objMgmtRecdObjIsLockedForChg,
String objMgmtRecdObjIsPlanned,
String objMgmtRecdObjRevisionLevel,
Double changeNumberLastChgdDateTime,
ErpConfigContext erpConfigContext) |
ChangeMstrObMgReMatlBOM(Boolean assignAlternativeDate_ac,
Boolean unassignAlternativeDate_ac,
String changeNumber,
String material,
String plant,
String billOfMaterialVariantUsage,
String chgNmbrAlternativeDateID,
String sAPObjectTechnicalID,
String objMgmtRecdDescription,
UUID objMgmtRecdItemUUID,
LocalDateTime objMgmtRecdLastChangedAt,
String objMgmtRecdLastChangedBy,
LocalDateTime objMgmtRecdCreationDate,
String objMgmtRecdCreatedBy,
LocalDateTime objMgmtRecdObjLastChangedAt,
String objMgmtRecdObjLastChangedBy,
String objMgmtRecdObjIsLockedForChg,
String objMgmtRecdObjIsBaselined,
String objMgmtRecdObjIsPlanned,
Double changeNumberLastChgdDateTime,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ClfnCharcRefForKeyDate.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ClfnCharcValueDescForKeyDate.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ClfnCharcRstrcnForKeyDate.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ClfnCharcDescForKeyDate.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ClfnCharcValueForKeyDate.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ClfnCharacteristicForKeyDate.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
ClfnCharcRefForKeyDate.ClfnCharcRefForKeyDateBuilder |
ClfnCharcRefForKeyDate.ClfnCharcRefForKeyDateBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ClfnCharcValueDescForKeyDate.ClfnCharcValueDescForKeyDateBuilder |
ClfnCharcValueDescForKeyDate.ClfnCharcValueDescForKeyDateBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ClfnCharcRstrcnForKeyDate.ClfnCharcRstrcnForKeyDateBuilder |
ClfnCharcRstrcnForKeyDate.ClfnCharcRstrcnForKeyDateBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ClfnCharcDescForKeyDate.ClfnCharcDescForKeyDateBuilder |
ClfnCharcDescForKeyDate.ClfnCharcDescForKeyDateBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ClfnCharcValueForKeyDate.ClfnCharcValueForKeyDateBuilder |
ClfnCharcValueForKeyDate.ClfnCharcValueForKeyDateBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ClfnCharacteristicForKeyDate.ClfnCharacteristicForKeyDateBuilder |
ClfnCharacteristicForKeyDate.ClfnCharacteristicForKeyDateBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
ClfnCharcRefForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ClfnCharcValueDescForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ClfnCharcRstrcnForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ClfnCharcDescForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ClfnCharcValueForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ClfnCharacteristicForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
ClfnCharacteristicForKeyDate(String charcInternalID,
String characteristic,
String charcStatus,
String charcStatusName,
String charcDataType,
Short charcLength,
Short charcDecimals,
String charcTemplate,
Boolean valueIsCaseSensitive,
String charcGroup,
String charcGroupName,
Boolean entryIsRequired,
Boolean multipleValuesAreAllowed,
String charcValueUnit,
String unitOfMeasureISOCode,
String currency,
String currencyISOCode,
Short charcExponentValue,
Boolean valueIntervalIsAllowed,
Boolean additionalValueIsAllowed,
Boolean negativeValueIsAllowed,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
String changeNumber,
String documentType,
String docNumber,
String documentPart,
String documentVersion,
String charcMaintAuthGrp,
Boolean charcIsReadOnly,
Boolean charcIsHidden,
String charcExponentFormat,
Boolean charcEntryIsNotFormatCtrld,
Boolean charcTemplateIsDisplayed,
LocalDateTime creationDate,
LocalDateTime lastChangeDate,
ZonedDateTime charcLastChangedDateTime,
LocalDateTime keyDate,
ErpConfigContext erpConfigContext,
List<ClfnCharcDescForKeyDate> toCharacteristicDesc,
List<ClfnCharcRefForKeyDate> toCharacteristicReference,
List<ClfnCharcRstrcnForKeyDate> toCharacteristicRestriction,
List<ClfnCharcValueForKeyDate> toCharacteristicValue) |
ClfnCharcDescForKeyDate(String charcInternalID,
String language,
String charcDescription,
String changeNumber,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
LocalDateTime keyDate,
ZonedDateTime charcLastChangedDateTime,
ErpConfigContext erpConfigContext) |
ClfnCharcRefForKeyDate(String charcInternalID,
String charcReferenceTable,
String charcReferenceTableField,
LocalDateTime keyDate,
ZonedDateTime charcLastChangedDateTime,
ErpConfigContext erpConfigContext) |
ClfnCharcRstrcnForKeyDate(String charcInternalID,
String classType,
LocalDateTime keyDate,
ZonedDateTime charcLastChangedDateTime,
ErpConfigContext erpConfigContext) |
ClfnCharcValueDescForKeyDate(String charcInternalID,
String charcValuePositionNumber,
String language,
String charcValueDescription,
String changeNumber,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
LocalDateTime keyDate,
ZonedDateTime charcLastChangedDateTime,
ErpConfigContext erpConfigContext) |
ClfnCharcValueForKeyDate(String charcInternalID,
String charcValuePositionNumber,
String charcValueDependency,
String charcValue,
Double charcFromNumericValue,
Double charcToNumericValue,
Boolean isDefaultValue,
String charcFromNumericValueUnit,
String charcToNumericValueUnit,
String longTextID,
String changeNumber,
String documentType,
String docNumber,
String documentPart,
String documentVersion,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
LocalDateTime keyDate,
ZonedDateTime charcLastChangedDateTime,
ErpConfigContext erpConfigContext,
List<ClfnCharcValueDescForKeyDate> toCharcValueDesc) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ChartOfAccounts.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ChartOfAccountsText.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
ChartOfAccounts.ChartOfAccountsBuilder |
ChartOfAccounts.ChartOfAccountsBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ChartOfAccountsText.ChartOfAccountsTextBuilder |
ChartOfAccountsText.ChartOfAccountsTextBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
ChartOfAccounts.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ChartOfAccountsText.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
ChartOfAccounts(String chartOfAccounts,
String corporateGroupChartOfAccounts,
Boolean chartOfAcctsIsBlocked,
String maintenanceLanguage,
ErpConfigContext erpConfigContext,
List<ChartOfAccountsText> toText) |
ChartOfAccountsText(String chartOfAccounts,
String language,
String chartOfAccountsName,
ErpConfigContext erpConfigContext,
ChartOfAccounts toChartOfAccounts) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ClfnClassForKeyDate.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ClfnClassDescForKeyDate.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ClfnClassCharcForKeyDate.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ClfnClassKeywordForKeyDate.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
ClfnClassTextForKeyDate.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
ClfnClassForKeyDate.ClfnClassForKeyDateBuilder |
ClfnClassForKeyDate.ClfnClassForKeyDateBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder |
ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ClfnClassCharcForKeyDate.ClfnClassCharcForKeyDateBuilder |
ClfnClassCharcForKeyDate.ClfnClassCharcForKeyDateBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ClfnClassKeywordForKeyDate.ClfnClassKeywordForKeyDateBuilder |
ClfnClassKeywordForKeyDate.ClfnClassKeywordForKeyDateBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder |
ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
ClfnClassForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ClfnClassDescForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ClfnClassCharcForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ClfnClassKeywordForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
ClfnClassTextForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
ClfnClassCharcForKeyDate(String classInternalID,
String charcInternalID,
String charcPositionNumber,
String characteristic,
String ancestorClassInternalID,
String originalCharcInternalID,
String changeNumber,
String charcIsPrintRelevant,
String charcIsSearchRelevant,
String charcIsDisplayRelevant,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
LocalDateTime keyDate,
ZonedDateTime classLastChangedDateTime,
ErpConfigContext erpConfigContext) |
ClfnClassDescForKeyDate(String classInternalID,
String language,
String classDescription,
LocalDateTime keyDate,
ZonedDateTime classLastChangedDateTime,
ErpConfigContext erpConfigContext) |
ClfnClassForKeyDate(String classInternalID,
String classType,
String classTypeName,
String classProperty,
String classStatus,
String classStatusName,
String classGroup,
String classGroupName,
String classSearchAuthGrp,
String classClassfctnAuthGrp,
String classMaintAuthGrp,
String docNumber,
String documentType,
String documentPart,
String documentVersion,
String sameClassfctnReaction,
String classStandardOrgName,
String classStandardNumber,
LocalDateTime classStandardStartDate,
LocalDateTime classStandardVersionStartDate,
String classStandardVersion,
String classStandardCharcTable,
LocalDateTime creationDate,
LocalDateTime lastChangeDate,
Boolean classIsLocal,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
ZonedDateTime classLastChangedDateTime,
LocalDateTime keyDate,
ErpConfigContext erpConfigContext,
List<ClfnClassCharcForKeyDate> toClassCharacteristic,
List<ClfnClassDescForKeyDate> toClassDescription,
List<ClfnClassKeywordForKeyDate> toClassKeyword,
List<ClfnClassTextForKeyDate> toClassText) |
ClfnClassKeywordForKeyDate(String classInternalID,
String language,
String classKeywordPositionNumber,
String classKeywordText,
LocalDateTime keyDate,
ZonedDateTime classLastChangedDateTime,
ErpConfigContext erpConfigContext) |
ClfnClassTextForKeyDate(String classInternalID,
String language,
String longTextID,
String classText,
LocalDateTime keyDate,
ZonedDateTime classLastChangedDateTime,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
WorkPackage.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
WorkItem.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
Project.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
Demand.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
WorkPackage.WorkPackageBuilder |
WorkPackage.WorkPackageBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
WorkItem.WorkItemBuilder |
WorkItem.WorkItemBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
Project.ProjectBuilder |
Project.ProjectBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
Demand.DemandBuilder |
Demand.DemandBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
WorkPackage.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
WorkItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
Project.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
Demand.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
Demand(String billingControlCategory,
String projectID,
String uom,
String skills,
String workPackageID,
BigDecimal expenseCost,
String workPackageName,
BigDecimal expenseRevenue,
String resType,
String resourceId,
String workitem,
BigDecimal effort,
String delvryServOrg,
ErpConfigContext erpConfigContext) |
Project(String projectDesc,
String projManagerCompCode,
String projAccountantCompCode,
String projectID,
String projControllerCompCode,
String projManagerExtId,
String projectName,
String projPartnerCompCode,
String projAccountantExtId,
String projectStage,
String projControllerExtId,
String projPartnerExtId,
LocalDateTime startDate,
LocalDateTime endDate,
String customer,
String costCenter,
String profitCenter,
String projectCategory,
String currency,
String orgID,
String confidential,
ErpConfigContext erpConfigContext,
List<WorkPackage> toWorkPackageSet) |
WorkItem(String projectID,
String workitem,
String workPackageID,
String workPackageName,
String workitemname,
ErpConfigContext erpConfigContext) |
WorkPackage(String projectID,
String description,
String workPackageID,
String workPackageName,
LocalDateTime wPStartDate,
LocalDateTime wPEndDate,
ErpConfigContext erpConfigContext,
List<WorkItem> toWorkItemSet,
List<Demand> toDemandSet) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
Workpackage.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
PlanData.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
WorkItem.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
Project.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
Workpackage.WorkpackageBuilder |
Workpackage.WorkpackageBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
PlanData.PlanDataBuilder |
PlanData.PlanDataBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
WorkItem.WorkItemBuilder |
WorkItem.WorkItemBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
Project.ProjectBuilder |
Project.ProjectBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
Workpackage.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
PlanData.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
WorkItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
Project.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
PlanData(String billingControlCategory,
String employeeName,
String wpname,
String projectID,
String resType,
String workPackageID,
String resTypeText,
String resourceId,
String resourceText,
String uom,
String version,
String period,
String fcYear,
String employee,
String confirmed,
String workitemId,
String workitemName,
BigDecimal effort,
String delvryServOrg,
String delvryServOrgT,
ErpConfigContext erpConfigContext) |
Project(String changedBy,
String profitCenter,
ZonedDateTime changedOn,
String profitCenterName,
String projectID,
String projectName,
String projectStage,
String stageDesc,
LocalDateTime startDate,
LocalDateTime endDate,
String customer,
String customerName,
String projManagerId,
String projManagerName,
String projAccountantId,
String projAccountantName,
String projControllerId,
String projControllerName,
String projPartnerId,
String projPartnerName,
String costCenter,
String costCenterName,
String projectCategory,
String currency,
String currencyname,
String orgID,
String orgDesc,
String confidential,
ErpConfigContext erpConfigContext,
List<Workpackage> toWorkpackageSet) |
WorkItem(String workitem,
String workpackageID,
String workitemname,
String workitemisinactive,
ErpConfigContext erpConfigContext) |
Workpackage(ZonedDateTime changedOn,
String projectID,
String changedBy,
String workPackageID,
String workPackageName,
LocalDateTime wPStartDate,
LocalDateTime wPEndDate,
String projectName,
ErpConfigContext erpConfigContext,
List<WorkItem> toWorkItemSet,
List<PlanData> toPlanDataSet) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CompanyCode.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
CompanyCode.CompanyCodeBuilder |
CompanyCode.CompanyCodeBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
CompanyCode.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
CompanyCode(String companyCode,
String companyCodeName,
String cityName,
String country,
String currency,
String language,
String chartOfAccounts,
String fiscalYearVariant,
String company,
String creditControlArea,
String countryChartOfAccounts,
String financialManagementArea,
String addressID,
String taxableEntity,
String vATRegistration,
Boolean extendedWhldgTaxIsActive,
String controllingArea,
String fieldStatusVariant,
String nonTaxableTransactionTaxCode,
Boolean docDateIsUsedForTaxDetn,
Boolean taxRptgDateIsActive,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ControllingArea.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
ControllingArea.ControllingAreaBuilder |
ControllingArea.ControllingAreaBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
ControllingArea.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
ControllingArea(String controllingArea,
String fiscalYearVariant,
String controllingAreaName,
String controllingAreaCurrency,
String chartOfAccounts,
String costCenterStandardHierarchy,
String profitCenterStandardHierarchy,
String financialManagementArea,
String controllingAreaCurrencyRole,
String profitCenterAccountingCurrency,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CostCenterText.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CostCenter.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
CostCenterText.CostCenterTextBuilder |
CostCenterText.CostCenterTextBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CostCenter.CostCenterBuilder |
CostCenter.CostCenterBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
CostCenterText.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CostCenter.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
CostCenter(String controllingArea,
String costCenter,
LocalDateTime validityEndDate,
LocalDateTime validityStartDate,
String companyCode,
String businessArea,
String costCtrResponsiblePersonName,
String costCtrResponsibleUser,
String costCenterCurrency,
String profitCenter,
String department,
String costingSheet,
String functionalArea,
String country,
String region,
String cityName,
String costCenterStandardHierArea,
String costCenterCategory,
String isBlkdForPrimaryCostsPosting,
String isBlkdForSecondaryCostsPosting,
String isBlockedForRevenuePosting,
String isBlockedForCommitmentPosting,
String isBlockedForPlanPrimaryCosts,
String isBlockedForPlanSecondaryCosts,
String isBlockedForPlanRevenues,
String consumptionQtyIsRecorded,
String language,
String costCenterCreatedByUser,
LocalDateTime costCenterCreationDate,
ErpConfigContext erpConfigContext,
List<CostCenterText> toText) |
CostCenterText(String costCenter,
String controllingArea,
String language,
LocalDateTime validityEndDate,
LocalDateTime validityStartDate,
String costCenterName,
String costCenterDescription,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CostCenterText.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CostCenter.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
CostCenterText.CostCenterTextBuilder |
CostCenterText.CostCenterTextBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CostCenter.CostCenterBuilder |
CostCenter.CostCenterBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
CostCenterText.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CostCenter.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
CostCenter(String companyCode,
String costCenterID,
LocalDateTime validityEndDate,
LocalDateTime validityStartDate,
String status,
String category,
String language,
String costCenterName,
String costCenterDescription,
LocalDateTime lastChangeDateTime,
ErpConfigContext erpConfigContext,
List<CostCenterText> toCostCenterTexts) |
CostCenterText(String companyCode,
String costCenterID,
LocalDateTime validityEndDate,
String language,
String costCenterName,
String costCenterDescription,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
Country.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CountryText.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
Country.CountryBuilder |
Country.CountryBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CountryText.CountryTextBuilder |
CountryText.CountryTextBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
Country.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CountryText.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
Country(String country,
String countryCurrency,
String indexBasedCurrency,
String hardCurrency,
String taxCalculationProcedure,
String countryThreeLetterISOCode,
String countryThreeDigitISOCode,
ErpConfigContext erpConfigContext,
List<CountryText> toText) |
CountryText(String country,
String language,
String countryName,
String nationalityName,
String nationalityLongName,
ErpConfigContext erpConfigContext,
Country toCountry) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CreditMemoReqItemPrcgElmnt.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CreditMemoReqPartner.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CreditMemoRequestItem.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CreditMemoRequest.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CreditMemoReqItemPartner.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CreditMemoReqPrcgElmnt.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
CreditMemoReqItemPrcgElmnt.CreditMemoReqItemPrcgElmntBuilder |
CreditMemoReqItemPrcgElmnt.CreditMemoReqItemPrcgElmntBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CreditMemoReqPartner.CreditMemoReqPartnerBuilder |
CreditMemoReqPartner.CreditMemoReqPartnerBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CreditMemoRequestItem.CreditMemoRequestItemBuilder |
CreditMemoRequestItem.CreditMemoRequestItemBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CreditMemoRequest.CreditMemoRequestBuilder |
CreditMemoRequest.CreditMemoRequestBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CreditMemoReqItemPartner.CreditMemoReqItemPartnerBuilder |
CreditMemoReqItemPartner.CreditMemoReqItemPartnerBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CreditMemoReqPrcgElmnt.CreditMemoReqPrcgElmntBuilder |
CreditMemoReqPrcgElmnt.CreditMemoReqPrcgElmntBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
CreditMemoReqItemPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CreditMemoReqPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CreditMemoRequestItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CreditMemoRequest.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CreditMemoReqItemPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CreditMemoReqPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
CreditMemoReqItemPartner(String creditMemoRequest,
String creditMemoRequestItem,
String partnerFunction,
String customer,
String supplier,
String personnel,
String contactPerson,
ErpConfigContext erpConfigContext,
CreditMemoRequest toCreditMemoRequest,
CreditMemoRequestItem toCreditMemoRequestItem) |
CreditMemoReqItemPrcgElmnt(String creditMemoRequest,
String creditMemoRequestItem,
String pricingProcedureStep,
String pricingProcedureCounter,
String conditionApplication,
String conditionType,
String pricingDateTime,
String conditionCalculationType,
BigDecimal conditionBaseValue,
BigDecimal conditionRateValue,
String conditionCurrency,
BigDecimal conditionQuantity,
String conditionQuantityUnit,
BigDecimal conditionToBaseQtyNmrtr,
BigDecimal conditionToBaseQtyDnmntr,
String conditionCategory,
Boolean conditionIsForStatistics,
String pricingScaleType,
Boolean isRelevantForAccrual,
String cndnIsRelevantForInvoiceList,
String conditionOrigin,
String isGroupCondition,
String accessNumberOfAccessSequence,
String conditionRecord,
String conditionSequentialNumber,
String taxCode,
String withholdingTaxCode,
BigDecimal cndnRoundingOffDiffAmount,
BigDecimal conditionAmount,
String transactionCurrency,
String conditionControl,
String conditionInactiveReason,
String conditionClass,
String prcgProcedureCounterForHeader,
Double factorForConditionBasisValue,
String structureCondition,
Double periodFactorForCndnBasisValue,
String pricingScaleBasis,
BigDecimal conditionScaleBasisValue,
String conditionScaleBasisUnit,
String conditionScaleBasisCurrency,
String conditionAlternativeCurrency,
BigDecimal conditionAmountInLocalCrcy,
Boolean cndnIsRelevantForIntcoBilling,
Boolean conditionIsManuallyChanged,
BigDecimal cumulatedConditionBasisValue,
Boolean conditionIsForConfiguration,
String variantCondition,
ErpConfigContext erpConfigContext,
CreditMemoRequest toCreditMemoRequest,
CreditMemoRequestItem toCreditMemoRequestItem) |
CreditMemoReqPartner(String creditMemoRequest,
String partnerFunction,
String customer,
String supplier,
String personnel,
String contactPerson,
ErpConfigContext erpConfigContext,
CreditMemoRequest toCreditMemoRequest) |
CreditMemoReqPrcgElmnt(String creditMemoRequest,
String pricingProcedureStep,
String pricingProcedureCounter,
String conditionApplication,
String conditionType,
String pricingDateTime,
String conditionCalculationType,
BigDecimal conditionBaseValue,
BigDecimal conditionRateValue,
String conditionCurrency,
BigDecimal conditionQuantity,
String conditionQuantityUnit,
BigDecimal conditionToBaseQtyNmrtr,
BigDecimal conditionToBaseQtyDnmntr,
String conditionCategory,
Boolean conditionIsForStatistics,
String pricingScaleType,
Boolean isRelevantForAccrual,
String cndnIsRelevantForInvoiceList,
String conditionOrigin,
String isGroupCondition,
String accessNumberOfAccessSequence,
String conditionRecord,
String conditionSequentialNumber,
String taxCode,
String withholdingTaxCode,
BigDecimal cndnRoundingOffDiffAmount,
BigDecimal conditionAmount,
String transactionCurrency,
String conditionControl,
String conditionInactiveReason,
String conditionClass,
String prcgProcedureCounterForHeader,
Double factorForConditionBasisValue,
String structureCondition,
Double periodFactorForCndnBasisValue,
String pricingScaleBasis,
BigDecimal conditionScaleBasisValue,
String conditionScaleBasisUnit,
String conditionScaleBasisCurrency,
String conditionAlternativeCurrency,
BigDecimal conditionAmountInLocalCrcy,
Boolean cndnIsRelevantForIntcoBilling,
Boolean conditionIsManuallyChanged,
BigDecimal cumulatedConditionBasisValue,
Boolean conditionIsForConfiguration,
String variantCondition,
ErpConfigContext erpConfigContext,
CreditMemoRequest toCreditMemoRequest) |
CreditMemoRequest(String creditMemoRequest,
String creditMemoRequestType,
String salesOrganization,
String distributionChannel,
String organizationDivision,
String salesGroup,
String salesOffice,
String salesDistrict,
String soldToParty,
LocalDateTime creationDate,
String createdByUser,
LocalDateTime lastChangeDate,
ZonedDateTime lastChangeDateTime,
String purchaseOrderByCustomer,
String customerPurchaseOrderType,
LocalDateTime customerPurchaseOrderDate,
LocalDateTime creditMemoRequestDate,
BigDecimal totalNetAmount,
String transactionCurrency,
String sDDocumentReason,
LocalDateTime pricingDate,
String headerBillingBlockReason,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String incotermsVersion,
String customerPaymentTerms,
String paymentMethod,
LocalDateTime billingDocumentDate,
LocalDateTime servicesRenderedDate,
String overallSDProcessStatus,
String totalCreditCheckStatus,
String overallSDDocumentRejectionSts,
String overallOrdReltdBillgStatus,
ErpConfigContext erpConfigContext,
List<CreditMemoRequestItem> toItem,
List<CreditMemoReqPartner> toPartner,
List<CreditMemoReqPrcgElmnt> toPricingElement) |
CreditMemoRequestItem(String creditMemoRequest,
String creditMemoRequestItem,
String higherLevelItem,
String creditMemoRequestItemCategory,
String creditMemoRequestItemText,
String purchaseOrderByCustomer,
String material,
String materialByCustomer,
LocalDateTime pricingDate,
BigDecimal requestedQuantity,
String requestedQuantityUnit,
BigDecimal itemGrossWeight,
BigDecimal itemNetWeight,
String itemWeightUnit,
BigDecimal itemVolume,
String itemVolumeUnit,
String transactionCurrency,
BigDecimal netAmount,
String materialGroup,
String batch,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String customerPaymentTerms,
String itemBillingBlockReason,
String salesDocumentRjcnReason,
String sDProcessStatus,
String orderRelatedBillingStatus,
ErpConfigContext erpConfigContext,
CreditMemoRequest toCreditMemoRequest,
List<CreditMemoReqItemPartner> toPartner,
List<CreditMemoReqItemPrcgElmnt> toPricingElement) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CustomerSupplierIndustryText.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CustomerSupplierIndustry.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder |
CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CustomerSupplierIndustry.CustomerSupplierIndustryBuilder |
CustomerSupplierIndustry.CustomerSupplierIndustryBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
CustomerSupplierIndustryText.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CustomerSupplierIndustry.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
CustomerSupplierIndustry(String industry,
ErpConfigContext erpConfigContext,
List<CustomerSupplierIndustryText> toText) |
CustomerSupplierIndustryText(String language,
String industry,
String industryKeyText,
ErpConfigContext erpConfigContext,
CustomerSupplierIndustry toCustomerSupplierIndustry) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CustomerGroupText.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CustomerGroup.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
CustomerGroupText.CustomerGroupTextBuilder |
CustomerGroupText.CustomerGroupTextBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CustomerGroup.CustomerGroupBuilder |
CustomerGroup.CustomerGroupBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
CustomerGroupText.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CustomerGroup.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
CustomerGroup(String customerGroup,
ErpConfigContext erpConfigContext,
List<CustomerGroupText> toText) |
CustomerGroupText(String customerGroup,
String language,
String customerGroupName,
ErpConfigContext erpConfigContext,
CustomerGroup toCustomerGroup) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CustomerMaterial.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
CustomerMaterial.CustomerMaterialBuilder |
CustomerMaterial.CustomerMaterialBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
CustomerMaterial.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
CustomerMaterial(String salesOrganization,
String distributionChannel,
String customer,
String material,
String materialByCustomer,
String materialDescriptionByCustomer,
String plant,
String deliveryPriority,
BigDecimal minDeliveryQtyInBaseUnit,
String baseUnit,
String partialDeliveryIsAllowed,
BigDecimal maxNmbrOfPartialDelivery,
BigDecimal underdelivTolrtdLmtRatioInPct,
BigDecimal overdelivTolrtdLmtRatioInPct,
Boolean unlimitedOverdeliveryIsAllowed,
String customerMaterialItemUsage,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CustomerReturnItemPartner.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CustomerReturnProcessStep.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CustomerReturn.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CustomerReturnItem.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CustomerReturnScheduleLine.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CustomerReturnPrcgElmnt.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CustomerReturnItemPrcgElmnt.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
ErpConfigContext |
CustomerReturnPartner.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Modifier and Type | Method and Description |
---|---|
CustomerReturnItemPartner.CustomerReturnItemPartnerBuilder |
CustomerReturnItemPartner.CustomerReturnItemPartnerBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CustomerReturnProcessStep.CustomerReturnProcessStepBuilder |
CustomerReturnProcessStep.CustomerReturnProcessStepBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CustomerReturn.CustomerReturnBuilder |
CustomerReturn.CustomerReturnBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CustomerReturnItem.CustomerReturnItemBuilder |
CustomerReturnItem.CustomerReturnItemBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder |
CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CustomerReturnPrcgElmnt.CustomerReturnPrcgElmntBuilder |
CustomerReturnPrcgElmnt.CustomerReturnPrcgElmntBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CustomerReturnItemPrcgElmnt.CustomerReturnItemPrcgElmntBuilder |
CustomerReturnItemPrcgElmnt.CustomerReturnItemPrcgElmntBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
CustomerReturnPartner.CustomerReturnPartnerBuilder |
CustomerReturnPartner.CustomerReturnPartnerBuilder.erpConfigContext(ErpConfigContext erpConfigContext) |
void |
CustomerReturnItemPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CustomerReturnProcessStep.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CustomerReturn.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CustomerReturnItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CustomerReturnScheduleLine.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CustomerReturnPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CustomerReturnItemPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
CustomerReturnPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Constructor and Description |
---|
CustomerReturn(String customerReturn,
String customerReturnType,
String salesOrganization,
String distributionChannel,
String organizationDivision,
String salesGroup,
String salesOffice,
String salesDistrict,
String soldToParty,
LocalDateTime creationDate,
String createdByUser,
LocalDateTime lastChangeDate,
ZonedDateTime lastChangeDateTime,
String purchaseOrderByCustomer,
String customerPurchaseOrderType,
LocalDateTime customerPurchaseOrderDate,
LocalDateTime customerReturnDate,
BigDecimal totalNetAmount,
String transactionCurrency,
String sDDocumentReason,
LocalDateTime pricingDate,
LocalDateTime requestedDeliveryDate,
String headerBillingBlockReason,
String deliveryBlockReason,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String incotermsVersion,
String customerPaymentTerms,
String paymentMethod,
String retsMgmtProcess,
String referenceSDDocument,
String referenceSDDocumentCategory,
String retsMgmtLogProcgStatus,
String retsMgmtCompnProcgStatus,
String retsMgmtProcessingStatus,
String overallSDProcessStatus,
String totalCreditCheckStatus,
String overallSDDocumentRejectionSts,
ErpConfigContext erpConfigContext,
List<CustomerReturnItem> toItem,
List<CustomerReturnPartner> toPartner,
List<CustomerReturnPrcgElmnt> toPricingElement) |
CustomerReturnItem(String customerReturn,
String customerReturnItem,
String higherLevelItem,
String customerReturnItemCategory,
String customerReturnItemText,
String purchaseOrderByCustomer,
String material,
String materialByCustomer,
BigDecimal requestedQuantity,
String requestedQuantityUnit,
BigDecimal itemGrossWeight,
BigDecimal itemNetWeight,
String itemWeightUnit,
BigDecimal itemVolume,
String itemVolumeUnit,
String transactionCurrency,
BigDecimal netAmount,
String materialGroup,
String batch,
String productionPlant,
String storageLocation,
String shippingPoint,
String deliveryPriority,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String customerPaymentTerms,
String salesDocumentRjcnReason,
String itemBillingBlockReason,
String retsMgmtProcess,
String retsMgmtProcessItem,
String returnReason,
String retsMgmtProcessingBlock,
String custRetItmFollowUpActivity,
String returnsMaterialHasBeenReceived,
String returnsRefundType,
String returnsRefundProcgMode,
String returnsRefundExtent,
String prelimRefundIsDetermined,
String returnsRefundRjcnReason,
String replacementMaterial,
BigDecimal replacementMaterialQuantity,
String replacementMaterialQtyUnit,
String replacementMaterialIsRequested,
String replacementMatlSupplyingPlant,
String nextPlantForFollowUpActivity,
String returnsTransshipmentPlant,
String supplier,
String supplierRetMatlAuthzn,
String suplrRetMatlAuthznIsRequired,
String customerRetMatlInspResultCode,
String nextFllwUpActivityForMatlInsp,
String retMatlInspResultCode,
String productIsInspectedAtCustSite,
String custRetMatlAuthzn,
String cRMLogicalSystem,
String cRMObjectUUID,
String cRMObjectID,
String cRMObjectType,
String retsMgmtItmLogProcgStatus,
String retsMgmtItmCompnProcgStatus,
String retsMgmtItmProcgStatus,
String returnsDocumentStatus,
String returnsDocumentApprovalStatus,
String sDProcessStatus,
String referenceSDDocument,
String referenceSDDocumentItem,
String referenceSDDocumentCategory,
String sDDocumentRejectionStatus,
ErpConfigContext erpConfigContext,
CustomerReturn toCustomerReturn,
List<CustomerReturnItemPartner> toPartner,
List<CustomerReturnItemPrcgElmnt> toPricingElement,
List<CustomerReturnProcessStep> toProcessStep,
List<CustomerReturnScheduleLine> toScheduleLine) |
CustomerReturnItemPartner(String customerReturn,
String customerReturnItem,
String partnerFunction,
String customer,
String supplier,
String personnel,
String contactPerson,
ErpConfigContext erpConfigContext,
CustomerReturn toCustomerReturn,
CustomerReturnItem toCustomerReturnItem) |
CustomerReturnItemPrcgElmnt(String customerReturn,
String customerReturnItem,
|