Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
WithErpConfigContext.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 |
ErpCommand.getConfigContext()
Returns the
ErpConfigContext , including properties, such as destination name, SAP client, and locale. |
Modifier and Type | Method and Description |
---|---|
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.
|
QueryResultT |
HttpRequestExecutor.execute(ErpConfigContext configContext,
QueryT query,
QuerySerializer<QueryT,QueryResultT> querySerializer)
Serializes the given query, executes it, and the deserializes the response.
|
String |
HttpRequestExecutor.execute(ErpConfigContext configContext,
SerializedQuery<QueryT> serializedQuery)
Executes the given
serializedQuery as a HttpUriRequest , returning the body of the
HttpResponse received. |
protected com.sap.cloud.sdk.s4hana.connectivity.HttpRequestExecutor.RequestBodyWithHeader |
HttpRequestExecutor.getRequestBodyWithHeader(ErpConfigContext configContext,
SerializedQuery<QueryT> query)
Returns a wrapper object which encapsulates the HTTP request body and headers.
|
protected URI |
HttpRequestExecutor.getRequestUri(ErpConfigContext configContext,
Destination destination,
SerializedQuery<QueryT> serializedQuery) |
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 |
---|---|
void |
SoapTransaction.before(ErpConfigContext configContext,
QueryT query) |
void |
Transaction.before(ErpConfigContext configContext,
QueryT query)
This method gets called before anything else gets called in the
RemoteFunctionQueryExecutor . |
void |
JCoTransaction.before(ErpConfigContext configContext,
QueryT query) |
void |
SoapTransaction.commit(ErpConfigContext configContext,
QueryT query) |
void |
Transaction.commit(ErpConfigContext configContext,
QueryT query)
If
Transaction.execute(ErpConfigContext, AbstractRemoteFunctionQuery) succeeded, this method is called to actually
commit the changes. |
void |
JCoTransaction.commit(ErpConfigContext configContext,
QueryT query) |
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 |
SoapTransaction.execute(ErpConfigContext configContext,
QueryT query) |
QueryResultT |
Transaction.execute(ErpConfigContext configContext,
QueryT query)
The actual logic to be executed.
|
QueryResultT |
JCoTransaction.execute(ErpConfigContext configContext,
QueryT query) |
QueryResultT |
RemoteFunctionQueryExecutor.execute(ErpConfigContext configContext,
QueryT query) |
void |
SoapTransaction.rollback(ErpConfigContext configContext,
QueryT query) |
void |
Transaction.rollback(ErpConfigContext configContext,
QueryT query)
If there was a problem with
Transaction.execute(ErpConfigContext, AbstractRemoteFunctionQuery) or
Transaction.commit(ErpConfigContext, AbstractRemoteFunctionQuery) this method will get called to rollback any
unwanted changes. |
void |
JCoTransaction.rollback(ErpConfigContext configContext,
QueryT query) |
Constructor and Description |
---|
BapiQueryCommand(BapiQuery query,
ErpConfigContext configContext)
Creates an
BapiQueryCommand instance. |
BapiQueryCommand(ErpConfigContext configContext,
BapiQuery query)
Deprecated.
|
RfcQueryCommand(ErpConfigContext configContext,
RfcQuery query)
Deprecated.
|
RfcQueryCommand(RfcQuery query,
ErpConfigContext configContext)
Creates an
RfcQueryCommand instance. |
Constructor and Description |
---|
SoapQuery(Class<ServiceT> serviceClass,
ErpConfigContext configContext)
Takes the class type of the SOAP service type
ServiceT as serviceClass and an
ErpConfigContext , creates and prepares the Axis2 configuration context and instantiates the class
ServiceT . |
Modifier and Type | Method and Description |
---|---|
ForeignExchangeDealChangeFunctionResult |
ForeignExchangeDealChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngDocumentCheckFunctionResult |
AcctngDocumentCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FxOptionCreateFunctionResult |
DefaultFxOptionCreateFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngActivityAllocCheckFunctionResult |
AcctngActivityAllocCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FixedAssetCreateFromData1FunctionResult |
FixedAssetCreateFromData1Function.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngActivityAllocPostFunctionResult |
AcctngActivityAllocPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngManCostAllocCheckFunctionResult |
AcctngManCostAllocCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
ForeignExchangeDealChangeFunctionResult |
DefaultForeignExchangeDealChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FixedAssetGetListFunctionResult |
FixedAssetGetListFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FxOptionChangeFunctionResult |
FxOptionChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
ForeignExchangeDealGetFunctionResult |
ForeignExchangeDealGetFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FxOptionGetDetailFunctionResult |
DefaultFxOptionGetDetailFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
CostCenterCreateMultipleFunctionResult |
CostCenterCreateMultipleFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FinancialTransactionGetListFunctionResult |
DefaultFinancialTransactionGetListFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
ForeignExchangeDealCreateFunctionResult |
DefaultForeignExchangeDealCreateFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FixedAssetGetListFunctionResult |
DefaultFixedAssetGetListFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngDocumentPostFunctionResult |
AcctngDocumentPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FixedAssetChangeFunctionResult |
DefaultFixedAssetChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
ForeignExchangeCreateSwapFunctionResult |
DefaultForeignExchangeCreateSwapFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngRepstPrimCostsPostFunctionResult |
DefaultAcctngRepstPrimCostsPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngRepstPrimCostsCheckFunctionResult |
AcctngRepstPrimCostsCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngRepstPrimCostsCheckFunctionResult |
DefaultAcctngRepstPrimCostsCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FxOptionGetDetailFunctionResult |
FxOptionGetDetailFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngManCostAllocCheckFunctionResult |
DefaultAcctngManCostAllocCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngDocumentPostFunctionResult |
DefaultAcctngDocumentPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngRepstPrimCostsPostFunctionResult |
AcctngRepstPrimCostsPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FixedAssetCreateFromData1FunctionResult |
DefaultFixedAssetCreateFromData1Function.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
ForeignExchangeDealCreateFunctionResult |
ForeignExchangeDealCreateFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
ForeignExchangeCreateSwapFunctionResult |
ForeignExchangeCreateSwapFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngManCostAllocPostFunctionResult |
DefaultAcctngManCostAllocPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngManCostAllocPostFunctionResult |
AcctngManCostAllocPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
CostCenterCreateMultipleFunctionResult |
DefaultCostCenterCreateMultipleFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FxOptionChangeFunctionResult |
DefaultFxOptionChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngDocumentCheckFunctionResult |
DefaultAcctngDocumentCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FxOptionCreateFunctionResult |
FxOptionCreateFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
ForeignExchangeDealGetFunctionResult |
DefaultForeignExchangeDealGetFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngActivityAllocPostFunctionResult |
DefaultAcctngActivityAllocPostFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FinancialTransactionGetListFunctionResult |
FinancialTransactionGetListFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
AcctngActivityAllocCheckFunctionResult |
DefaultAcctngActivityAllocCheckFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
FixedAssetChangeFunctionResult |
FixedAssetChangeFunction.execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
Modifier and Type | Method and Description |
---|---|
protected ErpConfigContext |
VdmEntity.getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Modifier and Type | Method and Description |
---|---|
ODataRequestCommand<ResultT> |
FluentHelperBasic.asResilientCommand(ErpConfigContext configContext)
This method will take the OData requests on which it is called and return an
ODataRequestCommand that
wraps the request and will use the given ERP configuration context for executing the request. |
protected void |
VdmEntity.attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
com.sap.cloud.sdk.odatav2.connectivity.ODataUpdateResult |
FluentHelperUpdate.execute(ErpConfigContext configContext)
Executes the underlying update request.
|
abstract ResultT |
FluentHelperBasic.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
List<EntityT> |
FluentHelperRead.execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
long |
FluentHelperCount.execute(ErpConfigContext configContext)
Executes the underlying query for count, using the stored values, plus any query modifiers that were previously
called.
|
EntityT |
FluentHelperByKey.execute(ErpConfigContext configContext)
Executes the underlying query using the stored key field 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.
|
EntityT |
FluentHelperCreate.execute(ErpConfigContext configContext)
Executes the underlying update request.
|
protected List<ObjectT> |
FluentHelperFunction.executeMultiple(ErpConfigContext configContext)
Default implementation for the case that this function retuns a collection of entries.
|
protected ObjectT |
FluentHelperFunction.executeSingle(ErpConfigContext configContext)
Default implementation for the case that this function returns a single type.
|
protected void |
VdmEntity.setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Constructor and Description |
---|
ODataRequestCommand(FluentHelperBasic<?,?,T> oDataRequest,
ErpConfigContext configContext)
Creates an
ODataRequestCommand instance. |
ODataRequestCommand(FluentHelperBasic<?,?,T> oDataRequest,
com.netflix.hystrix.HystrixCommand.Setter setter,
ErpConfigContext configContext)
Creates an
ODataRequestCommand instance. |
Modifier and Type | Method and Description |
---|---|
BatchResponse |
FluentHelperServiceBatchExecute.execute(ErpConfigContext configContext)
Executes the underlying batch query including the stored changeset operations.
|
BatchResponse |
BatchFluentHelperBasic.execute(ErpConfigContext configContext)
Executes the underlying batch query including the stored changeset operations.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
OperationalAcctgDocItemCube.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
OperationalAcctgDocItemCube.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
OperationalAcctgDocItemCube.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CostCenterActivityType.getErpConfigContext() |
ErpConfigContext |
CostCenterActivityTypeText.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
CostCenterActivityType.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CostCenterActivityTypeText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CostCenterActivityType.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CostCenterActivityTypeText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
DocumentInfoRecordAttch.getErpConfigContext() |
ErpConfigContext |
AttachmentContent.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecordAttch.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
AttachmentContent.attachToService(String servicePath,
ErpConfigContext configContext) |
AttachmentContent |
CreateUrlAsAttachmentFluentHelper.execute(ErpConfigContext configContext) |
AttachmentsCount |
GetAttachmentCountFluentHelper.execute(ErpConfigContext configContext) |
List<AttachmentContent> |
GetAllOriginalsFluentHelper.execute(ErpConfigContext configContext) |
AttachmentContent |
RenameAttachmentFluentHelper.execute(ErpConfigContext configContext) |
void |
DocumentInfoRecordAttch.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
AttachmentContent.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
BankDetail.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
BankDetail.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BankDetail.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
BankDetail.attachToService(String, ErpConfigContext) instead. |
Modifier and Type | Method and Description |
---|---|
AvailabilityRecord |
DetermineAvailabilityOfFluentHelper.execute(ErpConfigContext configContext) |
List<AvailabilityRecord> |
CalculateAvailabilityTimeseriesFluentHelper.execute(ErpConfigContext configContext) |
AvailabilityRecord |
DetermineAvailabilityAtFluentHelper.execute(ErpConfigContext configContext) |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
BatchCharcValue.getErpConfigContext() |
ErpConfigContext |
BatchClass.getErpConfigContext() |
ErpConfigContext |
BatchCharc.getErpConfigContext() |
ErpConfigContext |
BatchPlant.getErpConfigContext() |
ErpConfigContext |
Batch.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
BillingDocumentItem.getErpConfigContext() |
ErpConfigContext |
BillingDocumentPartner.getErpConfigContext() |
ErpConfigContext |
BillingDocumentPrcgElmnt.getErpConfigContext() |
ErpConfigContext |
BillingDocument.getErpConfigContext() |
ErpConfigContext |
BillingDocumentItemPrcgElmnt.getErpConfigContext() |
ErpConfigContext |
BillingDocumentItemPartner.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
BillingDocumentItem.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BillingDocumentPartner.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BillingDocumentPrcgElmnt.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BillingDocument.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BillingDocumentItemPrcgElmnt.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BillingDocumentItemPartner.attachToService(String servicePath,
ErpConfigContext configContext) |
GetPDFResult |
GetPDFFluentHelper.execute(ErpConfigContext configContext) |
List<CancelResult> |
CancelFluentHelper.execute(ErpConfigContext configContext) |
void |
BillingDocumentItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BillingDocumentPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BillingDocumentPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BillingDocument.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BillingDocumentItemPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BillingDocumentItemPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
BillingDocumentRequestItem.getErpConfigContext() |
ErpConfigContext |
BillingDocReqPartner.getErpConfigContext() |
ErpConfigContext |
BillingDocumentRequest.getErpConfigContext() |
ErpConfigContext |
BillingDocReqPrcgElmnt.getErpConfigContext() |
ErpConfigContext |
BillingDocReqItemPrcgElmnt.getErpConfigContext() |
ErpConfigContext |
BillingDocReqItemPartner.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
BillingDocumentRequestItem.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BillingDocReqPartner.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BillingDocumentRequest.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BillingDocReqPrcgElmnt.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BillingDocReqItemPrcgElmnt.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BillingDocReqItemPartner.attachToService(String servicePath,
ErpConfigContext configContext) |
List<Messages_Response> |
RejectFluentHelper.execute(ErpConfigContext configContext) |
void |
BillingDocumentRequestItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BillingDocReqPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BillingDocumentRequest.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BillingDocReqPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BillingDocReqItemPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BillingDocReqItemPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ComparisonResult.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
ComparisonResult.attachToService(String servicePath,
ErpConfigContext configContext) |
List<ComparisonResult> |
BOMComparisonFluentHelper.execute(ErpConfigContext configContext) |
void |
ComparisonResult.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
BOMItemCategory.getErpConfigContext() |
ErpConfigContext |
BOMItemCategoryText.getErpConfigContext() |
ErpConfigContext |
BillOfMaterialUsageText.getErpConfigContext() |
ErpConfigContext |
BillOfMaterial.getErpConfigContext() |
ErpConfigContext |
BillOfMaterialUsage.getErpConfigContext() |
ErpConfigContext |
BillOfMaterialItem.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
BOMItemCategory.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BOMItemCategoryText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BillOfMaterialUsageText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BillOfMaterial.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BillOfMaterialUsage.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BillOfMaterialItem.attachToService(String servicePath,
ErpConfigContext configContext) |
BillOfMaterial |
ReleaseVersionBOMFluentHelper.execute(ErpConfigContext configContext) |
List<DBomheaderforexplosionOut> |
ExplodeBOMFluentHelper.execute(ErpConfigContext configContext) |
void |
BOMItemCategory.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BOMItemCategoryText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BillOfMaterialUsageText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BillOfMaterial.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BillOfMaterialUsage.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BillOfMaterialItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
BOMItemCategory.getErpConfigContext() |
ErpConfigContext |
MaterialBOMItem.getErpConfigContext() |
ErpConfigContext |
BOMItemCategoryText.getErpConfigContext() |
ErpConfigContext |
BillOfMaterialUsageText.getErpConfigContext() |
ErpConfigContext |
BillOfMaterialUsage.getErpConfigContext() |
ErpConfigContext |
MaterialBOM.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
BOMItemCategory.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
MaterialBOMItem.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BOMItemCategoryText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BillOfMaterialUsageText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BillOfMaterialUsage.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
MaterialBOM.attachToService(String servicePath,
ErpConfigContext configContext) |
MaterialBOM |
ReleaseVersionBOMFluentHelper.execute(ErpConfigContext configContext) |
List<DBomheaderforexplosionOut> |
ExplodeBOMFluentHelper.execute(ErpConfigContext configContext) |
void |
BOMItemCategory.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
MaterialBOMItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BOMItemCategoryText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BillOfMaterialUsageText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BillOfMaterialUsage.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
MaterialBOM.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
BOMWhereUsed.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
BOMWhereUsed.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BOMWhereUsed.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ProfileDetails.getErpConfigContext() |
ErpConfigContext |
ProfileAssignedToPlant.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
ProfileDetails.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ProfileAssignedToPlant.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ProfileDetails.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ProfileAssignedToPlant.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ProposalHeader.getErpConfigContext() |
ErpConfigContext |
DemandAdjustments.getErpConfigContext() |
ErpConfigContext |
LongestPathInBOM.getErpConfigContext() |
ErpConfigContext |
ZoneAdjustments.getErpConfigContext() |
ErpConfigContext |
ActualStock.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
ProposalHeader.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DemandAdjustments.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
LongestPathInBOM.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ZoneAdjustments.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ActualStock.attachToService(String servicePath,
ErpConfigContext configContext) |
ProposalHeader |
SuspendFluentHelper.execute(ErpConfigContext configContext) |
ProposalHeader |
AdoptFluentHelper.execute(ErpConfigContext configContext) |
ProposalHeader |
ResumeFluentHelper.execute(ErpConfigContext configContext) |
ProposalHeader |
DiscardFluentHelper.execute(ErpConfigContext configContext) |
void |
ProposalHeader.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DemandAdjustments.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
LongestPathInBOM.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ZoneAdjustments.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ActualStock.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
BusinessAreaText.getErpConfigContext() |
ErpConfigContext |
BusinessArea.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessAreaText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BusinessArea.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BusinessAreaText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BusinessArea.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
Behqueuedata.getErpConfigContext() |
ErpConfigContext |
BusinessObjectKeys.getErpConfigContext() |
ErpConfigContext |
BusObjects.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
Behqueuedata.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BusinessObjectKeys.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BusObjects.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
Behqueuedata.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BusinessObjectKeys.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BusObjects.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
BusObjects.attachToService(String, ErpConfigContext) instead. |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
SubscriptionRead.getErpConfigContext() |
ErpConfigContext |
SubscriptionMaintain.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionRead.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
SubscriptionMaintain.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
SubscriptionRead.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
SubscriptionMaintain.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BusinessPartnerRole.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
SupplierPartnerFunc.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BusinessPartnerBank.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
SupplierPurchasingOrg.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerSalesAreaTax.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BusinessPartnerContact.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BuPaAddressUsage.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
AddressHomePageURL.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustSalesPartnerFunc.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BusinessPartnerTaxNumber.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
AddressPhoneNumber.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
AddressFaxNumber.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
AddressEmailAddress.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
SupplierDunning.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerSalesArea.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
SupplierCompany.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BPContactToAddress.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
SupplierWithHoldingTax.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
Supplier.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BusinessPartnerAddress.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BuPaIdentification.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BusinessPartner.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerDunning.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerWithHoldingTax.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerCompany.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
Customer.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BPContactToFuncAndDept.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BusinessPartnerRole.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
SupplierPartnerFunc.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BusinessPartnerBank.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
SupplierPurchasingOrg.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustomerSalesAreaTax.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BusinessPartnerContact.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BuPaAddressUsage.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
AddressHomePageURL.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustSalesPartnerFunc.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BusinessPartnerTaxNumber.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
AddressPhoneNumber.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
AddressFaxNumber.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
AddressEmailAddress.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
SupplierDunning.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustomerSalesArea.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
SupplierCompany.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BPContactToAddress.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
SupplierWithHoldingTax.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
Supplier.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
Supplier.attachToService(String, ErpConfigContext) instead. |
void |
BusinessPartnerAddress.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BuPaIdentification.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BusinessPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustomerDunning.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustomerWithHoldingTax.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustomerCompany.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
Customer.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
Customer.attachToService(String, ErpConfigContext) instead. |
void |
BPContactToFuncAndDept.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
SitnInstance.getErpConfigContext() |
ErpConfigContext |
SitnDataContext.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
SitnInstance.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
SitnDataContext.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
SitnInstance.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
SitnDataContext.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CntrlPurContrItmDistribution.getErpConfigContext() |
ErpConfigContext |
CntrlPurchaseContractItem.getErpConfigContext() |
ErpConfigContext |
CentralPurchaseContract.getErpConfigContext() |
ErpConfigContext |
CntrlPurContrDistrMessages.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
CntrlPurContrItmDistribution.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CntrlPurchaseContractItem.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CentralPurchaseContract.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CntrlPurContrDistrMessages.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CntrlPurContrItmDistribution.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CntrlPurchaseContractItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CentralPurchaseContract.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CntrlPurContrDistrMessages.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ChangeMstrObMgReMatlBOM.getErpConfigContext() |
ErpConfigContext |
ChangeMaster.getErpConfigContext() |
ErpConfigContext |
ChangeMasterAltDate.getErpConfigContext() |
ErpConfigContext |
ChangeMasterObjTypeAssgmt.getErpConfigContext() |
ErpConfigContext |
ChangeMstrObMgReDocInfoRecd.getErpConfigContext() |
ErpConfigContext |
ChangeMasterCharcValue.getErpConfigContext() |
ErpConfigContext |
ChangeMasterClass.getErpConfigContext() |
ErpConfigContext |
ChangeMasterClassCharc.getErpConfigContext() |
ErpConfigContext |
ChangeMstrObMgReMaterial.getErpConfigContext() |
ErpConfigContext |
ChangeMasterCharc.getErpConfigContext() |
ErpConfigContext |
ChangeMstrObjectMgmtRecord.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeMstrObMgReMatlBOM.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChangeMaster.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChangeMasterAltDate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChangeMasterObjTypeAssgmt.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChangeMstrObMgReDocInfoRecd.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChangeMasterCharcValue.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChangeMasterClass.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChangeMasterClassCharc.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChangeMstrObMgReMaterial.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChangeMasterCharc.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChangeMstrObjectMgmtRecord.attachToService(String servicePath,
ErpConfigContext configContext) |
ChangeMaster |
ShiftValidityStartDateOfChangeMasterFluentHelper.execute(ErpConfigContext configContext) |
ChangeMstrObMgReMatlBOM |
UnassignAltDateFromMatlBOMObjMgmtRecFluentHelper.execute(ErpConfigContext configContext) |
ChangeMstrObjectMgmtRecord |
UnassignAlternativeDateFromObjMgmtRecordFluentHelper.execute(ErpConfigContext configContext) |
ChangeMstrObMgReDocInfoRecd |
UnassignAltDateFromDocInfoRecdObjMgmtRecFluentHelper.execute(ErpConfigContext configContext) |
ChangeMstrObMgReMatlBOM |
AssignAltDateToMatlBOMObjectMgmtRecFluentHelper.execute(ErpConfigContext configContext) |
ChangeMstrObMgReMaterial |
AssignAltDateToMaterialObjectMgmtRecFluentHelper.execute(ErpConfigContext configContext) |
ChangeMstrObjectMgmtRecord |
AssignAlternativeDateToObjectMgmtRecordFluentHelper.execute(ErpConfigContext configContext) |
ChangeMstrObMgReMaterial |
UnassignAltDateFromMaterialObjMgmtRecFluentHelper.execute(ErpConfigContext configContext) |
ChangeMstrObMgReDocInfoRecd |
AssignAltDateToDocInfoRecdObjectMgmtRecFluentHelper.execute(ErpConfigContext configContext) |
void |
ChangeMstrObMgReMatlBOM.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ChangeMaster.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ChangeMasterAltDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ChangeMasterObjTypeAssgmt.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ChangeMstrObMgReDocInfoRecd.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ChangeMasterCharcValue.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ChangeMasterClass.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ChangeMasterClassCharc.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ChangeMstrObMgReMaterial.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ChangeMasterCharc.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ChangeMstrObjectMgmtRecord.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ChangeRecord.getErpConfigContext() |
ErpConfigContext |
ChangeRecordReferenceMat.getErpConfigContext() |
ErpConfigContext |
ChangeRecordReferenceDoc.getErpConfigContext() |
ErpConfigContext |
ChangeRecordReferencePSV.getErpConfigContext() |
ErpConfigContext |
ChangeRecordReferenceBit.getErpConfigContext() |
ErpConfigContext |
ChangeRecordReferenceBOM.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeRecord.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChangeRecordReferenceMat.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChangeRecordReferenceDoc.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChangeRecordReferencePSV.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChangeRecordReferenceBit.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChangeRecordReferenceBOM.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChangeRecord.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ChangeRecordReferenceMat.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ChangeRecordReferenceDoc.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ChangeRecordReferencePSV.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ChangeRecordReferenceBit.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ChangeRecordReferenceBOM.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CharcAttribSeldSetCodeT.getErpConfigContext() |
ErpConfigContext |
CharcAttribSeldSetT.getErpConfigContext() |
ErpConfigContext |
CharcAttribSeldSetCode.getErpConfigContext() |
ErpConfigContext |
CharcAttribSeldCodeSet.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
CharcAttribSeldSetCodeT.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CharcAttribSeldSetT.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CharcAttribSeldSetCode.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CharcAttribSeldCodeSet.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CharcAttribSeldSetCodeT.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CharcAttribSeldSetT.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CharcAttribSeldSetCode.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CharcAttribSeldCodeSet.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ClfnCharacteristicForKeyDate.getErpConfigContext() |
ErpConfigContext |
ClfnCharcRstrcnForKeyDate.getErpConfigContext() |
ErpConfigContext |
ClfnCharcRefForKeyDate.getErpConfigContext() |
ErpConfigContext |
ClfnCharcDescForKeyDate.getErpConfigContext() |
ErpConfigContext |
ClfnCharcValueForKeyDate.getErpConfigContext() |
ErpConfigContext |
ClfnCharcValueDescForKeyDate.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
ClfnCharacteristicForKeyDate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ClfnCharcRstrcnForKeyDate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ClfnCharcRefForKeyDate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ClfnCharcDescForKeyDate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ClfnCharcValueForKeyDate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ClfnCharcValueDescForKeyDate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ClfnCharacteristicForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ClfnCharcRstrcnForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ClfnCharcRefForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ClfnCharcDescForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ClfnCharcValueForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ClfnCharcValueDescForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ChartOfAccountsText.getErpConfigContext() |
ErpConfigContext |
ChartOfAccounts.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
ChartOfAccountsText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChartOfAccounts.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ChartOfAccountsText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ChartOfAccounts.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ClfnClassDescForKeyDate.getErpConfigContext() |
ErpConfigContext |
ClfnClassKeywordForKeyDate.getErpConfigContext() |
ErpConfigContext |
ClfnClassCharcForKeyDate.getErpConfigContext() |
ErpConfigContext |
ClfnClassTextForKeyDate.getErpConfigContext() |
ErpConfigContext |
ClfnClassForKeyDate.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
ClfnClassDescForKeyDate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ClfnClassKeywordForKeyDate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ClfnClassCharcForKeyDate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ClfnClassTextForKeyDate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ClfnClassForKeyDate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ClfnClassDescForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ClfnClassKeywordForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ClfnClassCharcForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ClfnClassTextForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ClfnClassForKeyDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
WorkPackage.getErpConfigContext() |
ErpConfigContext |
CustProjSlsOrdItemText.getErpConfigContext() |
ErpConfigContext |
CustProjSlsOrd.getErpConfigContext() |
ErpConfigContext |
Demand.getErpConfigContext() |
ErpConfigContext |
CustProjSlsOrdText.getErpConfigContext() |
ErpConfigContext |
Project.getErpConfigContext() |
ErpConfigContext |
CustProjSlsOrdItem.getErpConfigContext() |
ErpConfigContext |
WorkItem.getErpConfigContext() |
ErpConfigContext |
CustProjSlsOrdItemWorkPckg.getErpConfigContext() |
ErpConfigContext |
CustProjSlsOrdItmBillgPlnItm.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
WorkPackage.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustProjSlsOrdItemText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustProjSlsOrd.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
Demand.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustProjSlsOrdText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
Project.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustProjSlsOrdItem.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
WorkItem.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustProjSlsOrdItemWorkPckg.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustProjSlsOrdItmBillgPlnItm.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
WorkPackage.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustProjSlsOrdItemText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustProjSlsOrd.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
Demand.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
Demand.attachToService(String, ErpConfigContext) instead. |
void |
CustProjSlsOrdText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
Project.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
Project.attachToService(String, ErpConfigContext) instead. |
void |
CustProjSlsOrdItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
WorkItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
WorkItem.attachToService(String, ErpConfigContext) instead. |
void |
CustProjSlsOrdItemWorkPckg.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustProjSlsOrdItmBillgPlnItm.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
StaffingData.getErpConfigContext() |
ErpConfigContext |
PlanData.getErpConfigContext() |
ErpConfigContext |
Workpackage.getErpConfigContext() |
ErpConfigContext |
Project.getErpConfigContext() |
ErpConfigContext |
WorkItem.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CompanyCode.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
CompanyCode.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CompanyCode.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
BusVolFldCombnTypeFldAssgmt.getErpConfigContext() |
ErpConfigContext |
CndnContrType.getErpConfigContext() |
ErpConfigContext |
BusVolFldCombnSetTypeAssgmt.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
BusVolFldCombnTypeFldAssgmt.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CndnContrType.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BusVolFldCombnSetTypeAssgmt.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
BusVolFldCombnTypeFldAssgmt.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CndnContrType.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
BusVolFldCombnSetTypeAssgmt.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
PurgPrcgCndnTypeText.getErpConfigContext() |
ErpConfigContext |
PurgPricingConditionType.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
PurgPrcgCndnTypeText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
PurgPricingConditionType.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
PurgPrcgCndnTypeText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
PurgPricingConditionType.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
SlsPrcgCndnTypeText.getErpConfigContext() |
ErpConfigContext |
SlsPricingConditionType.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
SlsPrcgCndnTypeText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
SlsPricingConditionType.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
SlsPrcgCndnTypeText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
SlsPricingConditionType.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ControllingArea.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
ControllingArea.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ControllingArea.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CostCenter.getErpConfigContext() |
ErpConfigContext |
CostCenterText.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
CostCenter.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CostCenterText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CostCenter.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
CostCenter.attachToService(String, ErpConfigContext) instead. |
void |
CostCenterText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CostCenter.getErpConfigContext() |
ErpConfigContext |
CostCenterText.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
CostCenter.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CostCenterText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CostCenter.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
CostCenter.attachToService(String, ErpConfigContext) instead. |
void |
CostCenterText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ServiceCostRate.getErpConfigContext() |
ErpConfigContext |
PlanCostRate.getErpConfigContext() |
ErpConfigContext |
ActualCostRate.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceCostRate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
PlanCostRate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ActualCostRate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ServiceCostRate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
PlanCostRate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ActualCostRate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
Country.getErpConfigContext() |
ErpConfigContext |
CountryText.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
Country.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CountryText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
Country.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
Country.attachToService(String, ErpConfigContext) instead. |
void |
CountryText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CreditMemoReqPrcgElmnt.getErpConfigContext() |
ErpConfigContext |
CreditMemoReqItemPartner.getErpConfigContext() |
ErpConfigContext |
CreditMemoRequest.getErpConfigContext() |
ErpConfigContext |
CreditMemoRequestItem.getErpConfigContext() |
ErpConfigContext |
CreditMemoReqItemPrcgElmnt.getErpConfigContext() |
ErpConfigContext |
CreditMemoReqPartner.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
CreditMemoReqPrcgElmnt.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CreditMemoReqItemPartner.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CreditMemoRequest.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CreditMemoRequestItem.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CreditMemoReqItemPrcgElmnt.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CreditMemoReqPartner.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CreditMemoReqPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CreditMemoReqItemPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CreditMemoRequest.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CreditMemoRequestItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CreditMemoReqItemPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CreditMemoReqPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CustomerSupplierIndustry.getErpConfigContext() |
ErpConfigContext |
CustomerSupplierIndustryText.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerSupplierIndustry.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerSupplierIndustryText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerSupplierIndustry.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustomerSupplierIndustryText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CustomerGroupText.getErpConfigContext() |
ErpConfigContext |
CustomerGroup.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerGroupText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerGroup.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerGroupText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustomerGroup.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CustomerMaterial.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerMaterial.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerMaterial.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CustomerReturn.getErpConfigContext() |
ErpConfigContext |
CustomerReturnItemPartner.getErpConfigContext() |
ErpConfigContext |
CustomerReturnPrcgElmnt.getErpConfigContext() |
ErpConfigContext |
CustomerReturnPartner.getErpConfigContext() |
ErpConfigContext |
CustomerReturnItem.getErpConfigContext() |
ErpConfigContext |
CustomerReturnItemPrcgElmnt.getErpConfigContext() |
ErpConfigContext |
CustomerReturnScheduleLine.getErpConfigContext() |
ErpConfigContext |
CustomerReturnProcessStep.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerReturn.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerReturnItemPartner.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerReturnPrcgElmnt.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerReturnPartner.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerReturnItem.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerReturnItemPrcgElmnt.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerReturnScheduleLine.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerReturnProcessStep.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CustomerReturn.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustomerReturnItemPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustomerReturnPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustomerReturnPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustomerReturnItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustomerReturnItemPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustomerReturnScheduleLine.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CustomerReturnProcessStep.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ReturnsDeliveryAddress.getErpConfigContext() |
ErpConfigContext |
ReturnsDeliveryPartner.getErpConfigContext() |
ErpConfigContext |
ReturnsDeliveryHeader.getErpConfigContext() |
ErpConfigContext |
ReturnsDeliveryItem.getErpConfigContext() |
ErpConfigContext |
ReturnsDeliverySrlNmbr.getErpConfigContext() |
ErpConfigContext |
ReturnsDeliveryDocFlow.getErpConfigContext() |
ErpConfigContext |
ReturnsDeliveryMaintObj.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
ReturnsDeliveryAddress.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ReturnsDeliveryPartner.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ReturnsDeliveryHeader.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ReturnsDeliveryItem.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ReturnsDeliverySrlNmbr.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ReturnsDeliveryDocFlow.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ReturnsDeliveryMaintObj.attachToService(String servicePath,
ErpConfigContext configContext) |
List<PutawayReport> |
PutawayOneItemFluentHelper.execute(ErpConfigContext configContext) |
List<PutawayReport> |
ConfirmPutawayOneItemFluentHelper.execute(ErpConfigContext configContext) |
List<DeliveryMessage> |
ReverseGoodsReceiptFluentHelper.execute(ErpConfigContext configContext) |
List<PutawayReport> |
ConfirmPutawayAllItemsFluentHelper.execute(ErpConfigContext configContext) |
List<PutawayReport> |
PutawayAllItemsFluentHelper.execute(ErpConfigContext configContext) |
List<PutawayReport> |
PostGoodsReceiptFluentHelper.execute(ErpConfigContext configContext) |
void |
ReturnsDeliveryAddress.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ReturnsDeliveryPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ReturnsDeliveryHeader.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ReturnsDeliveryItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ReturnsDeliverySrlNmbr.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ReturnsDeliveryDocFlow.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ReturnsDeliveryMaintObj.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
DebitMemoReqPartner.getErpConfigContext() |
ErpConfigContext |
DebitMemoRequest.getErpConfigContext() |
ErpConfigContext |
DebitMemoReqItemPrcgElmnt.getErpConfigContext() |
ErpConfigContext |
DebitMemoRequestItem.getErpConfigContext() |
ErpConfigContext |
DebitMemoReqPrcgElmnt.getErpConfigContext() |
ErpConfigContext |
DebitMemoReqItemPartner.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
DebitMemoReqPartner.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DebitMemoRequest.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DebitMemoReqItemPrcgElmnt.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DebitMemoRequestItem.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DebitMemoReqPrcgElmnt.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DebitMemoReqItemPartner.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DebitMemoReqPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DebitMemoRequest.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DebitMemoReqItemPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DebitMemoRequestItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DebitMemoReqPrcgElmnt.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DebitMemoReqItemPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
ControllingDebitCreditCode.getErpConfigContext() |
ErpConfigContext |
ControllingDebitCreditCodeT.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
ControllingDebitCreditCode.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ControllingDebitCreditCodeT.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ControllingDebitCreditCode.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ControllingDebitCreditCodeT.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
DefectCategory.getErpConfigContext() |
ErpConfigContext |
DefectCategoryText.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
DefectCategory.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DefectCategoryText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DefectCategory.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DefectCategoryText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
DefectClass.getErpConfigContext() |
ErpConfigContext |
DefectClassText.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
DefectClass.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DefectClassText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DefectClass.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DefectClassText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
DefectCodeText.getErpConfigContext() |
ErpConfigContext |
DefectCodeGroupText.getErpConfigContext() |
ErpConfigContext |
DefectCodeGroup.getErpConfigContext() |
ErpConfigContext |
DefectCode.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
DefectCodeText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DefectCodeGroupText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DefectCodeGroup.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DefectCode.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DefectCodeText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DefectCodeGroupText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DefectCodeGroup.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DefectCode.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
DefectCode.attachToService(String, ErpConfigContext) instead. |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
Defect.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
Defect.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
Defect.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
Defect.attachToService(String, ErpConfigContext) instead. |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
SalesDocumentRjcnReason.getErpConfigContext() |
ErpConfigContext |
CreditBlockedDeliveryDoc.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
SalesDocumentRjcnReason.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CreditBlockedDeliveryDoc.attachToService(String servicePath,
ErpConfigContext configContext) |
ReturnMessage |
ReleaseCreditBlockFluentHelper.execute(ErpConfigContext configContext) |
ReturnMessage |
CheckCreditBlockFluentHelper.execute(ErpConfigContext configContext) |
ReturnMessage |
RejectCreditBlockFluentHelper.execute(ErpConfigContext configContext) |
void |
SalesDocumentRjcnReason.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CreditBlockedDeliveryDoc.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
DistributionChannelText.getErpConfigContext() |
ErpConfigContext |
DistributionChannel.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
DistributionChannelText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DistributionChannel.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DistributionChannelText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DistributionChannel.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
DivisionText.getErpConfigContext() |
ErpConfigContext |
Division.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
DivisionText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
Division.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DivisionText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
Division.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
Division.attachToService(String, ErpConfigContext) instead. |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
DocumentInfoRecordCharcValue.getErpConfigContext() |
ErpConfigContext |
DocumentInfoRecordClassCharc.getErpConfigContext() |
ErpConfigContext |
DocumentInfoRecordCharc.getErpConfigContext() |
ErpConfigContext |
DocumentInfoRecordDesc.getErpConfigContext() |
ErpConfigContext |
DocInfoRecdObjLinkProduct.getErpConfigContext() |
ErpConfigContext |
DocInfoRecdObjLinkChgRecd.getErpConfigContext() |
ErpConfigContext |
DocInfoRecdObjLinkBOM.getErpConfigContext() |
ErpConfigContext |
DocumentInfoRecord.getErpConfigContext() |
ErpConfigContext |
DocumentInfoRecordDocStsVH.getErpConfigContext() |
ErpConfigContext |
DocumentInfoRecordClass.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecordCharcValue.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DocumentInfoRecordClassCharc.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DocumentInfoRecordCharc.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DocumentInfoRecordDesc.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DocInfoRecdObjLinkProduct.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DocInfoRecdObjLinkChgRecd.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DocInfoRecdObjLinkBOM.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DocumentInfoRecord.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DocumentInfoRecordDocStsVH.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DocumentInfoRecordClass.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
DocumentInfoRecordCharcValue.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DocumentInfoRecordClassCharc.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DocumentInfoRecordCharc.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DocumentInfoRecordDesc.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DocInfoRecdObjLinkProduct.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DocInfoRecdObjLinkChgRecd.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DocInfoRecdObjLinkBOM.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DocumentInfoRecord.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DocumentInfoRecordDocStsVH.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
DocumentInfoRecordClass.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
EnterpriseProjectJVA.getErpConfigContext() |
ErpConfigContext |
EntProjectElementJVA.getErpConfigContext() |
ErpConfigContext |
EnterpriseProject.getErpConfigContext() |
ErpConfigContext |
EnterpriseProjectElement.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
EnterpriseProjectJVA.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
EntProjectElementJVA.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
EnterpriseProject.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
EnterpriseProjectElement.attachToService(String servicePath,
ErpConfigContext configContext) |
EnterpriseProject |
SetProcessingStatusFluentHelper.execute(ErpConfigContext configContext) |
EnterpriseProjectElement |
SetProjElemProcessingStatusFluentHelper.execute(ErpConfigContext configContext) |
void |
EnterpriseProjectJVA.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
EntProjectElementJVA.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
EnterpriseProject.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
EnterpriseProjectElement.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
PlannedIndepRqmt.getErpConfigContext() |
ErpConfigContext |
PlannedIndepRqmtItem.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
PlannedIndepRqmt.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
PlannedIndepRqmtItem.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
PlannedIndepRqmt.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
PlannedIndepRqmtItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
FuncImpReturn.getErpConfigContext() |
ErpConfigContext |
JobTemplate.getErpConfigContext() |
ErpConfigContext |
JobScheduleStatus.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
FuncImpReturn.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
JobTemplate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
JobScheduleStatus.attachToService(String servicePath,
ErpConfigContext configContext) |
JobScheduleStatus |
JobStatusGetFluentHelper.execute(ErpConfigContext configContext) |
FuncImpReturn |
JobAbortFluentHelper.execute(ErpConfigContext configContext) |
JobScheduleStatus |
JobScheduleFluentHelper.execute(ErpConfigContext configContext) |
FuncImpReturn |
JobCancelFluentHelper.execute(ErpConfigContext configContext) |
void |
FuncImpReturn.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
JobTemplate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
JobScheduleStatus.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
FinancialPlanData.getErpConfigContext() |
ErpConfigContext |
FinPlanningEntryItemTP.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
FinancialPlanData.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
FinPlanningEntryItemTP.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
FinancialPlanData.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
FinPlanningEntryItemTP.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CostCenter.getErpConfigContext() |
ErpConfigContext |
FinPlanningEntryItem.getErpConfigContext() |
ErpConfigContext |
ProfitCenter.getErpConfigContext() |
ErpConfigContext |
CompanyCode.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
CostCenter.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
FinPlanningEntryItem.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ProfitCenter.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CompanyCode.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CostCenter.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
CostCenter.attachToService(String, ErpConfigContext) instead. |
void |
FinPlanningEntryItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ProfitCenter.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CompanyCode.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
FunctionalArea.getErpConfigContext() |
ErpConfigContext |
FunctionalAreaText.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
FunctionalArea.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
FunctionalAreaText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
FunctionalArea.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
FunctionalAreaText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
GLAccountText.getErpConfigContext() |
ErpConfigContext |
GLAccountInChartOfAccounts.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
GLAccountText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
GLAccountInChartOfAccounts.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
GLAccountText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
GLAccountInChartOfAccounts.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
MaintenanceItemObjList.getErpConfigContext() |
ErpConfigContext |
InbDeliveryAddress.getErpConfigContext() |
ErpConfigContext |
InbDeliveryDocFlow.getErpConfigContext() |
ErpConfigContext |
InbDeliveryItemText.getErpConfigContext() |
ErpConfigContext |
InbDeliverySerialNmbr.getErpConfigContext() |
ErpConfigContext |
InbDeliveryHeader.getErpConfigContext() |
ErpConfigContext |
InbDeliveryHeaderText.getErpConfigContext() |
ErpConfigContext |
InbDeliveryItem.getErpConfigContext() |
ErpConfigContext |
InbDeliveryPartner.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
MaintenanceItemObjList.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
InbDeliveryAddress.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
InbDeliveryDocFlow.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
InbDeliveryItemText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
InbDeliverySerialNmbr.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
InbDeliveryHeader.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
InbDeliveryHeaderText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
InbDeliveryItem.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
InbDeliveryPartner.attachToService(String servicePath,
ErpConfigContext configContext) |
List<PutawayReport> |
PutawayOneItemFluentHelper.execute(ErpConfigContext configContext) |
List<PutawayReport> |
ConfirmPutawayOneItemFluentHelper.execute(ErpConfigContext configContext) |
List<DeliveryMessage> |
ReverseGoodsReceiptFluentHelper.execute(ErpConfigContext configContext) |
List<PutawayReport> |
ConfirmPutawayAllItemsFluentHelper.execute(ErpConfigContext configContext) |
List<PutawayReport> |
PutawayAllItemsFluentHelper.execute(ErpConfigContext configContext) |
List<PutawayReport> |
PostGoodsReceiptFluentHelper.execute(ErpConfigContext configContext) |
void |
MaintenanceItemObjList.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
InbDeliveryAddress.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
InbDeliveryDocFlow.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
InbDeliveryItemText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
InbDeliverySerialNmbr.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
InbDeliveryHeader.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
InbDeliveryHeaderText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
InbDeliveryItem.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
InbDeliveryPartner.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
InspectionMethod.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
InspectionMethod.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
InspectionMethod.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
InspPlanMaterialAssgmt.getErpConfigContext() |
ErpConfigContext |
InspPlanOpCharacteristic.getErpConfigContext() |
ErpConfigContext |
InspPlanOperation.getErpConfigContext() |
ErpConfigContext |
InspectionPlan.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
InspPlanMaterialAssgmt.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
InspPlanOpCharacteristic.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
InspPlanOperation.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
InspectionPlan.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
InspPlanMaterialAssgmt.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
InspPlanOpCharacteristic.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
InspPlanOperation.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
InspectionPlan.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
CostCenter.getErpConfigContext() |
ErpConfigContext |
JournalEntryItemBasic.getErpConfigContext() |
ErpConfigContext |
ProfitCenter.getErpConfigContext() |
ErpConfigContext |
CompanyCode.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
CostCenter.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
JournalEntryItemBasic.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
ProfitCenter.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CompanyCode.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
CostCenter.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
CostCenter.attachToService(String, ErpConfigContext) instead. |
void |
JournalEntryItemBasic.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
ProfitCenter.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
CompanyCode.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
KanbanControlCycle.getErpConfigContext() |
ErpConfigContext |
KanbanContainer.getErpConfigContext() |
ErpConfigContext |
KanbanContainerDeliveryAddr.getErpConfigContext() |
ErpConfigContext |
KanbanCtnDetailedQty.getErpConfigContext() |
ErpConfigContext |
KanbanDelivery.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
KanbanControlCycle.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
KanbanContainer.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
KanbanContainerDeliveryAddr.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
KanbanCtnDetailedQty.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
KanbanDelivery.attachToService(String servicePath,
ErpConfigContext configContext) |
KanbanContainer |
SetKanbanContainerLockFluentHelper.execute(ErpConfigContext configContext) |
KanbanControlCycle |
SetKanbanControlCycleLifeCycleStatusFluentHelper.execute(ErpConfigContext configContext) |
KanbanContainer |
SetKanbanContainerStatusFluentHelper.execute(ErpConfigContext configContext) |
void |
KanbanControlCycle.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
KanbanContainer.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
KanbanContainerDeliveryAddr.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
KanbanCtnDetailedQty.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
KanbanDelivery.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
LedgerText.getErpConfigContext() |
ErpConfigContext |
Ledger.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
LedgerText.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
Ledger.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
LedgerText.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
LedgerText.attachToService(String, ErpConfigContext) instead. |
void |
Ledger.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
Ledger.attachToService(String, ErpConfigContext) instead. |
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
LegalDocument.getErpConfigContext() |
ErpConfigContext |
LglDocStamp.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
LegalDocument.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
LglDocStamp.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
LegalDocument.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
LglDocStamp.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
LglTransParentCategory.getErpConfigContext() |
ErpConfigContext |
LglTransEntity.getErpConfigContext() |
ErpConfigContext |
LglTransLinkedObjects.getErpConfigContext() |
ErpConfigContext |
LglTransCategory.getErpConfigContext() |
ErpConfigContext |
LegalTransaction.getErpConfigContext() |
ErpConfigContext |
LglTransDate.getErpConfigContext() |
ErpConfigContext |
LglTransExternalContact.getErpConfigContext() |
ErpConfigContext |
LglTransInternalContact.getErpConfigContext() |
ErpConfigContext |
LglTransCategoryGroup.getErpConfigContext() |
ErpConfigContext |
LglTransRelationship.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
LglTransParentCategory.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
LglTransEntity.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
LglTransLinkedObjects.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
LglTransCategory.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
LegalTransaction.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
LglTransDate.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
LglTransExternalContact.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
LglTransInternalContact.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
LglTransCategoryGroup.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
LglTransRelationship.attachToService(String servicePath,
ErpConfigContext configContext) |
LegalTransaction |
TerminateFluentHelper.execute(ErpConfigContext configContext) |
LegalTransaction |
CancelFluentHelper.execute(ErpConfigContext configContext) |
void |
LglTransParentCategory.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
LglTransEntity.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
LglTransLinkedObjects.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
LglTransCategory.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
LegalTransaction.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
LglTransDate.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
LglTransExternalContact.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
LglTransInternalContact.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
LglTransCategoryGroup.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
void |
LglTransRelationship.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
TrsyPostgJrnlEntrItm.getErpConfigContext() |
Modifier and Type | Method and Description |
---|---|
void |
TrsyPostgJrnlEntrItm.attachToService(String servicePath,
ErpConfigContext configContext) |
void |
TrsyPostgJrnlEntrItm.setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
|