Modifier and Type | Interface and Description |
---|---|
interface |
HttpDestination
Platform independent representation of a HTTP destination as a collection of key-value pairs.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpDestination
Abstract implementation of the
HttpDestination interface that delegates all interface methods to a base
HttpDestinationProperties object. |
class |
ClientCredentialsHttpDestination
HttpDestination implementation automatically
adding an authentication header retrieved from an XSUAA service with client credentials. |
class |
CustomTokenHttpDestination
HTTP destination that adds a custom access token as authorization header at runtime.
|
class |
DefaultHttpDestination
Immutable default implementation of the
HttpDestination interface. |
class |
ScpCfHttpDestination
SCP Cloud Foundry specific representation of a HTTP destination as a collection of key-value pairs.
|
class |
ScpNeoHttpDestination
SCP Neo specific representation of a HTTP destination as a collection of key-value pairs.
|
Modifier and Type | Method and Description |
---|---|
default <TargetT extends HttpDestinationProperties> |
HttpDestination.decorate(Function<HttpDestinationProperties,TargetT> decorator)
Provides an convenient way to decorate this destination with a custom class.
|
Modifier and Type | Method and Description |
---|---|
org.apache.http.client.HttpClient |
DefaultHttpClientFactory.createHttpClient(HttpDestinationProperties destination)
Creates an
HttpClient based on the given HttpDestinationProperties . |
org.apache.http.client.HttpClient |
HttpClientFactory.createHttpClient(HttpDestinationProperties destination)
Creates an
HttpClient based on the given HttpDestinationProperties . |
protected abstract io.vavr.control.Try<CacheKey> |
AbstractHttpClientCache.getCacheKey(HttpDestinationProperties destination)
Method called in the
#getClient(Destination, HttpClientFactory) method to create a CacheKey for
the given Destination . |
protected io.vavr.control.Try<CacheKey> |
RequestScopedHttpClientCache.getCacheKey(HttpDestinationProperties destination)
Method called in the
#getClient(Destination, HttpClientFactory) method to create a CacheKey for
the given Destination . |
protected io.vavr.control.Try<CacheKey> |
TimeScopedHttpClientCache.getCacheKey(HttpDestinationProperties destination)
Method called in the
#getClient(Destination, HttpClientFactory) method to create a CacheKey for
the given Destination . |
static org.apache.http.client.HttpClient |
HttpClientAccessor.getHttpClient(HttpDestinationProperties destination)
Returns an
HttpClient for the given Destination . |
static io.vavr.control.Try<org.apache.http.client.HttpClient> |
HttpClientAccessor.tryGetHttpClient(HttpDestinationProperties destination)
|
io.vavr.control.Try<org.apache.http.client.HttpClient> |
AbstractHttpClientCache.tryGetHttpClient(HttpDestinationProperties destination,
HttpClientFactory httpClientFactory)
Gets the
HttpClient for the given Destination from this cache. |
io.vavr.control.Try<org.apache.http.client.HttpClient> |
HttpClientCache.tryGetHttpClient(HttpDestinationProperties destination,
HttpClientFactory httpClientFactory)
Gets the
HttpClient for the given Destination from this cache. |
Modifier and Type | Method and Description |
---|---|
default <TargetT extends HttpDestinationProperties> |
HttpDestination.decorate(Function<HttpDestinationProperties,TargetT> decorator)
Provides an convenient way to decorate this destination with a custom class.
|
Constructor and Description |
---|
AbstractHttpDestination(HttpDestinationProperties baseDestination) |
ClientCredentialsHttpDestination(HttpDestinationProperties baseDestination,
ClientCredentials clientCredentials,
ClientCredentialsGrantType grantType,
URI xsuaaUri,
XsuaaService xsuaaService)
Wraps the given destination and adds the authentication header retrieved from the given XSUAA service with the
given credentials via the given grant type.
|
ClientCredentialsHttpDestination(HttpDestinationProperties baseDestination,
ClientCredentials clientCredentials,
URI xsuaaUri,
XsuaaService xsuaaService)
Wraps the given destination and adds the authentication header retrieved from the given XSUAA service with the
given credentials via the
ClientCredentialsGrantType.CLIENT_CREDENTIALS grant type. |
CustomTokenHttpDestination(HttpDestinationProperties baseDestination,
String accessToken)
Creates a new
HttpDestination on the basis of an existing HttpDestinationProperties with a custom
access token to be used in the authorization header. |
ScpCfHttpDestination(HttpDestinationProperties baseDestination)
Create an instance by wrapping an existing
HttpDestinationProperties object. |
Constructor and Description |
---|
MeteringStats(String serviceId,
Role meteringRole,
HttpDestinationProperties meteringServiceDestination)
Initializes a new
MeteringStats with the given service id, role and metering service destination name. |
Modifier and Type | Method and Description |
---|---|
protected HttpDestinationProperties |
VdmEntity.getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
Modifier and Type | Method and Description |
---|---|
protected void |
VdmEntity.attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
EntityT |
FluentHelperByKey.execute(HttpDestinationProperties destination)
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(HttpDestinationProperties destination)
Executes the underlying delete request.
|
abstract ResultT |
FluentHelperBasic.execute(HttpDestinationProperties destination) |
long |
FluentHelperCount.execute(HttpDestinationProperties destination)
Executes the underlying query for count, using the stored values, plus any query modifiers that were previously
called.
|
List<EntityT> |
FluentHelperRead.execute(HttpDestinationProperties destination) |
EntityT |
FluentHelperCreate.execute(HttpDestinationProperties destination) |
com.sap.cloud.sdk.odatav2.connectivity.ODataUpdateResult |
FluentHelperUpdate.execute(HttpDestinationProperties destination)
Executes the underlying update request.
|
protected List<ObjectT> |
FluentHelperFunction.executeMultiple(HttpDestinationProperties destination)
Default implementation for the case that this function returns a collection of entries.
|
protected ObjectT |
FluentHelperFunction.executeSingle(HttpDestinationProperties destination)
Default implementation for the case that this function returns a single type.
|
protected void |
VdmEntity.setDestinationForFetch(HttpDestinationProperties destinationForFetch)
Convienence field for reusing the same destination with multiple queries (e.g.
|
Modifier and Type | Method and Description |
---|---|
BatchResponse |
BatchFluentHelperBasic.execute(HttpDestinationProperties destination)
Executes the underlying batch query including the stored changeset operations.
|
BatchResponse |
FluentHelperServiceBatchExecute.execute(HttpDestinationProperties destination)
Executes the underlying batch query including the stored changeset operations.
|
Modifier and Type | Method and Description |
---|---|
protected HttpDestinationProperties |
VdmEntity.getDestinationForFetch()
Convenience field for reusing the same destination with multiple requests (e.g.
|
Modifier and Type | Method and Description |
---|---|
protected void |
VdmEntity.attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
EntityT |
GetByKeyRequestBuilder.execute(HttpDestinationProperties destination)
Execute the OData request.
|
ModificationResponse<EntityT> |
CreateRequestBuilder.execute(HttpDestinationProperties destination)
Execute the OData create request for the provided entity.
|
List<ResultT> |
CollectionValueFunctionRequestBuilder.execute(HttpDestinationProperties destination) |
Long |
CountRequestBuilder.execute(HttpDestinationProperties destination)
Execute the OData request.
|
ActionResponseCollection<ResultT> |
CollectionValueActionRequestBuilder.execute(HttpDestinationProperties destination) |
List<EntityT> |
GetAllRequestBuilder.execute(HttpDestinationProperties destination)
Execute the OData request.
|
ModificationResponse<EntityT> |
UpdateRequestBuilder.execute(HttpDestinationProperties destination)
Execute the OData update request for the provided entity.
|
ActionResponseSingle<ResultT> |
SingleValueActionRequestBuilder.execute(HttpDestinationProperties destination) |
ResultT |
SingleValueFunctionRequestBuilder.execute(HttpDestinationProperties destination) |
ModificationResponse<EntityT> |
DeleteRequestBuilder.execute(HttpDestinationProperties destination)
Execute the OData delete request for the provided entity.
|
protected void |
VdmEntity.setDestinationForFetch(HttpDestinationProperties destinationForFetch)
Convenience field for reusing the same destination with multiple requests (e.g.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ErpHttpDestination
Platform independent representation of an HTTP destination with ERP specific properties as a collection of key-value
pairs.
|
interface |
ErpHttpDestinationProperties
Interface exposing the relevant fields used for an
HttpDestinationProperties in an Erp context. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultErpHttpDestination
Delegator implementation of the the
ErpHttpDestination interface, delegating all
HttpDestinationProperties calls to the wrapped destination. |
Modifier and Type | Method and Description |
---|---|
static Function<HttpDestinationProperties,ErpHttpDestination> |
ErpHttpDestinationUtils.asErp()
Convenience method to decorate a generic
HttpDestination into an ERP specific ErpHttpDestination . |
Constructor and Description |
---|
DefaultErpHttpDestination(HttpDestinationProperties baseDestination)
Constructor wrapping the given destination and redirecting all
HttpDestinationProperties calls to the
given destination. |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
OperationalAcctgDocItemCube.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
OperationalAcctgDocItemCube.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
CostCenterActivityTypeText.getDestinationForFetch() |
HttpDestinationProperties |
CostCenterActivityType.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CostCenterActivityTypeText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CostCenterActivityType.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
AttachmentContent.getDestinationForFetch() |
HttpDestinationProperties |
DocumentInfoRecordAttch.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentContent.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DocumentInfoRecordAttch.attachToService(String servicePath,
HttpDestinationProperties destination) |
List<AttachmentContent> |
GetAllOriginalsFluentHelper.execute(HttpDestinationProperties destination) |
AttachmentsCount |
GetAttachmentCountFluentHelper.execute(HttpDestinationProperties destination) |
AttachmentContent |
CreateUrlAsAttachmentFluentHelper.execute(HttpDestinationProperties destination) |
AttachmentContent |
RenameAttachmentFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
BankDetail.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
BankDetail.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
List<AvailabilityRecord> |
CalculateAvailabilityTimeseriesFluentHelper.execute(HttpDestinationProperties destination) |
AvailabilityRecord |
DetermineAvailabilityAtFluentHelper.execute(HttpDestinationProperties destination) |
AvailabilityRecord |
DetermineAvailabilityOfFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
BatchPlant.getDestinationForFetch() |
HttpDestinationProperties |
BatchCharc.getDestinationForFetch() |
HttpDestinationProperties |
Batch.getDestinationForFetch() |
HttpDestinationProperties |
BatchClass.getDestinationForFetch() |
HttpDestinationProperties |
BatchCharcValue.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
BatchPlant.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BatchCharc.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
Batch.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BatchClass.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BatchCharcValue.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
BillingDocumentItem.getDestinationForFetch() |
HttpDestinationProperties |
BillingDocumentItemPrcgElmnt.getDestinationForFetch() |
HttpDestinationProperties |
BillingDocumentItemPartner.getDestinationForFetch() |
HttpDestinationProperties |
BillingDocumentText.getDestinationForFetch() |
HttpDestinationProperties |
BillingDocumentItemText.getDestinationForFetch() |
HttpDestinationProperties |
BillingDocument.getDestinationForFetch() |
HttpDestinationProperties |
BillingDocumentPrcgElmnt.getDestinationForFetch() |
HttpDestinationProperties |
BillingDocumentPartner.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
BillingDocumentItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillingDocumentItemPrcgElmnt.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillingDocumentItemPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillingDocumentText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillingDocumentItemText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillingDocument.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillingDocumentPrcgElmnt.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillingDocumentPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
GetPDFResult |
GetPDFFluentHelper.execute(HttpDestinationProperties destination) |
List<CancelResult> |
CancelFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
BillingDocReqItemPrcgElmnt.getDestinationForFetch() |
HttpDestinationProperties |
BillingDocReqPartner.getDestinationForFetch() |
HttpDestinationProperties |
BillingDocumentRequestItem.getDestinationForFetch() |
HttpDestinationProperties |
BillingDocReqItemPartner.getDestinationForFetch() |
HttpDestinationProperties |
BillingDocReqPrcgElmnt.getDestinationForFetch() |
HttpDestinationProperties |
BillingDocumentRequest.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
BillingDocReqItemPrcgElmnt.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillingDocReqPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillingDocumentRequestItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillingDocReqItemPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillingDocReqPrcgElmnt.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillingDocumentRequest.attachToService(String servicePath,
HttpDestinationProperties destination) |
List<Messages_Response> |
RejectFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
ComparisonResult.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
ComparisonResult.attachToService(String servicePath,
HttpDestinationProperties destination) |
List<ComparisonResult> |
BOMComparisonFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
BillOfMaterial.getDestinationForFetch() |
HttpDestinationProperties |
BOMItemCategory.getDestinationForFetch() |
HttpDestinationProperties |
BOMItemCategoryText.getDestinationForFetch() |
HttpDestinationProperties |
BillOfMaterialUsageText.getDestinationForFetch() |
HttpDestinationProperties |
BillOfMaterialItem.getDestinationForFetch() |
HttpDestinationProperties |
BillOfMaterialUsage.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
BillOfMaterial.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BOMItemCategory.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BOMItemCategoryText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillOfMaterialUsageText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillOfMaterialItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillOfMaterialUsage.attachToService(String servicePath,
HttpDestinationProperties destination) |
List<DBomheaderforexplosionOut> |
ExplodeBOMFluentHelper.execute(HttpDestinationProperties destination) |
BillOfMaterial |
ReleaseVersionBOMFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
BOMItemCategory.getDestinationForFetch() |
HttpDestinationProperties |
MaterialBOMItem.getDestinationForFetch() |
HttpDestinationProperties |
BOMItemCategoryText.getDestinationForFetch() |
HttpDestinationProperties |
BillOfMaterialUsageText.getDestinationForFetch() |
HttpDestinationProperties |
BillOfMaterialUsage.getDestinationForFetch() |
HttpDestinationProperties |
MaterialBOM.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
BOMWhereUsed.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
BOMWhereUsed.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
BusinessPlace.getDestinationForFetch() |
HttpDestinationProperties |
SmtpNumbers.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessPlace.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SmtpNumbers.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
void |
BR_NFTradeNote.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFAdditionImportDoc.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFTAX.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFTransportedVolume.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_OneTimePartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFItemNVE.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFePharmaceutical.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFDocument.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFFuel.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFExportDocument.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFAdditionalInformation.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFeProductTraceability.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_TechnicalResponsible.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFePayment.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFSugarCaneSupply.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFSugarCaneDeductible.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFVehicle.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFTrailer.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFReferencedProcess.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BR_NFImportDocument.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
ProfileAssignedToPlant.getDestinationForFetch() |
HttpDestinationProperties |
ProfileDetails.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
ProfileAssignedToPlant.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ProfileDetails.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
DemandAdjustmentFactors.getDestinationForFetch() |
HttpDestinationProperties |
DemandAdjustments.getDestinationForFetch() |
HttpDestinationProperties |
ActualStock.getDestinationForFetch() |
HttpDestinationProperties |
LongestPathInBOM.getDestinationForFetch() |
HttpDestinationProperties |
ZoneAdjustments.getDestinationForFetch() |
HttpDestinationProperties |
ProposalHeader.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
BusinessAreaText.getDestinationForFetch() |
HttpDestinationProperties |
BusinessArea.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessAreaText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BusinessArea.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
Behqueuedata.getDestinationForFetch() |
HttpDestinationProperties |
BusObjects.getDestinationForFetch() |
HttpDestinationProperties |
BusinessObjectKeys.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
Behqueuedata.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BusObjects.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BusinessObjectKeys.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
SubscriptionMaintain.getDestinationForFetch() |
HttpDestinationProperties |
SubscriptionRead.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionMaintain.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SubscriptionRead.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
void |
CustomerSalesAreaTax.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerDunning.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustSalesPartnerFunc.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerCompany.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BuPaIndustry.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BusinessPartnerRole.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
AddressPhoneNumber.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
Supplier.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerWithHoldingTax.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SupplierWithHoldingTax.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SupplierDunning.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
Customer.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BuPaIdentification.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BPContactToAddress.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BusinessPartnerContact.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BusinessPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BusinessPartnerBank.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SupplierCompany.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
AddressHomePageURL.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SupplierPurchasingOrg.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BPContactToFuncAndDept.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
AddressFaxNumber.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BusinessPartnerAddress.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
AddressEmailAddress.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BuPaAddressUsage.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BusinessPartnerTaxNumber.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SupplierPartnerFunc.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerSalesArea.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
SitnDataContext.getDestinationForFetch() |
HttpDestinationProperties |
SitnInstance.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
SitnDataContext.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SitnInstance.attachToService(String servicePath,
HttpDestinationProperties destination) |
SendActionStatusReturn |
SendActionStatusFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
SituationTemplateText.getDestinationForFetch() |
HttpDestinationProperties |
SituationType.getDestinationForFetch() |
HttpDestinationProperties |
SituationAction.getDestinationForFetch() |
HttpDestinationProperties |
SituationTemplate.getDestinationForFetch() |
HttpDestinationProperties |
SituationActionText.getDestinationForFetch() |
HttpDestinationProperties |
SituationTypeText.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
SituationTemplateText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SituationType.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SituationAction.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SituationTemplate.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SituationActionText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SituationTypeText.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
CentralPurchaseContract.getDestinationForFetch() |
HttpDestinationProperties |
CntrlPurContrDistrMessages.getDestinationForFetch() |
HttpDestinationProperties |
CntrlPurContrItmDistribution.getDestinationForFetch() |
HttpDestinationProperties |
CntrlPurchaseContractItem.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CentralPurchaseContract.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CntrlPurContrDistrMessages.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CntrlPurContrItmDistribution.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CntrlPurchaseContractItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
ChangeMasterObjectType.getDestinationForFetch() |
HttpDestinationProperties |
ChangeMasterStatusText.getDestinationForFetch() |
HttpDestinationProperties |
ChangeMasterStatus.getDestinationForFetch() |
HttpDestinationProperties |
ChangeMasterObjTypeAssgmt.getDestinationForFetch() |
HttpDestinationProperties |
ChangeMasterAltDate.getDestinationForFetch() |
HttpDestinationProperties |
ChangeMaster.getDestinationForFetch() |
HttpDestinationProperties |
ChangeMasterObjectTypeText.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeMasterObjectType.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeMasterStatusText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeMasterStatus.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeMasterObjTypeAssgmt.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeMasterAltDate.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeMaster.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeMasterObjectTypeText.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
ChangeMstrObMgReMatlBOM.getDestinationForFetch() |
HttpDestinationProperties |
ChangeMstrObMgReDocInfoRecd.getDestinationForFetch() |
HttpDestinationProperties |
ChangeMstrObMgReMaterial.getDestinationForFetch() |
HttpDestinationProperties |
ChangeMasterObjTypeAssgmt.getDestinationForFetch() |
HttpDestinationProperties |
ChangeMstrObjectMgmtRecord.getDestinationForFetch() |
HttpDestinationProperties |
ChangeMasterClass.getDestinationForFetch() |
HttpDestinationProperties |
ChangeMasterClassCharc.getDestinationForFetch() |
HttpDestinationProperties |
ChangeMasterCharc.getDestinationForFetch() |
HttpDestinationProperties |
ChangeMasterAltDate.getDestinationForFetch() |
HttpDestinationProperties |
ChangeMaster.getDestinationForFetch() |
HttpDestinationProperties |
ChangeMasterCharcValue.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeMstrObMgReMatlBOM.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeMstrObMgReDocInfoRecd.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeMstrObMgReMaterial.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeMasterObjTypeAssgmt.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeMstrObjectMgmtRecord.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeMasterClass.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeMasterClassCharc.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeMasterCharc.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeMasterAltDate.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeMaster.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeMasterCharcValue.attachToService(String servicePath,
HttpDestinationProperties destination) |
ChangeMstrObMgReMaterial |
AssignAltDateToMaterialObjectMgmtRecFluentHelper.execute(HttpDestinationProperties destination) |
ChangeMstrObMgReMatlBOM |
AssignAltDateToMatlBOMObjectMgmtRecFluentHelper.execute(HttpDestinationProperties destination) |
ChangeMstrObjectMgmtRecord |
AssignAlternativeDateToObjectMgmtRecordFluentHelper.execute(HttpDestinationProperties destination) |
ChangeMstrObMgReMaterial |
UnassignAltDateFromMaterialObjMgmtRecFluentHelper.execute(HttpDestinationProperties destination) |
ChangeMaster |
ShiftValidityStartDateOfChangeMasterFluentHelper.execute(HttpDestinationProperties destination) |
ChangeMstrObMgReMatlBOM |
UnassignAltDateFromMatlBOMObjMgmtRecFluentHelper.execute(HttpDestinationProperties destination) |
ChangeMstrObMgReDocInfoRecd |
UnassignAltDateFromDocInfoRecdObjMgmtRecFluentHelper.execute(HttpDestinationProperties destination) |
ChangeMstrObMgReDocInfoRecd |
AssignAltDateToDocInfoRecdObjectMgmtRecFluentHelper.execute(HttpDestinationProperties destination) |
ChangeMstrObjectMgmtRecord |
UnassignAlternativeDateFromObjMgmtRecordFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
ChangeRecordReferencePSV.getDestinationForFetch() |
HttpDestinationProperties |
ChangeRecordReferenceMat.getDestinationForFetch() |
HttpDestinationProperties |
ChangeRecord.getDestinationForFetch() |
HttpDestinationProperties |
ChangeRecordReferenceBit.getDestinationForFetch() |
HttpDestinationProperties |
ChangeRecordReferenceDoc.getDestinationForFetch() |
HttpDestinationProperties |
ChangeRecordReferenceBOM.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeRecordReferencePSV.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeRecordReferenceMat.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeRecord.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeRecordReferenceBit.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeRecordReferenceDoc.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChangeRecordReferenceBOM.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
CharcAttribSeldSetT.getDestinationForFetch() |
HttpDestinationProperties |
CharcAttribSeldSetCode.getDestinationForFetch() |
HttpDestinationProperties |
CharcAttribSeldCodeSet.getDestinationForFetch() |
HttpDestinationProperties |
CharcAttribSeldSetCodeT.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CharcAttribSeldSetT.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CharcAttribSeldSetCode.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CharcAttribSeldCodeSet.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CharcAttribSeldSetCodeT.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
ClfnCharcValueForKeyDate.getDestinationForFetch() |
HttpDestinationProperties |
ClfnCharcRstrcnForKeyDate.getDestinationForFetch() |
HttpDestinationProperties |
ClfnCharcValueDescForKeyDate.getDestinationForFetch() |
HttpDestinationProperties |
ClfnCharacteristicForKeyDate.getDestinationForFetch() |
HttpDestinationProperties |
ClfnCharcDescForKeyDate.getDestinationForFetch() |
HttpDestinationProperties |
ClfnCharcRefForKeyDate.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
ClfnCharcValueForKeyDate.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ClfnCharcRstrcnForKeyDate.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ClfnCharcValueDescForKeyDate.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ClfnCharacteristicForKeyDate.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ClfnCharcDescForKeyDate.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ClfnCharcRefForKeyDate.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
ChartOfAccounts.getDestinationForFetch() |
HttpDestinationProperties |
ChartOfAccountsText.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
ChartOfAccounts.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChartOfAccountsText.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
ClfnClassForKeyDate.getDestinationForFetch() |
HttpDestinationProperties |
ClfnClassKeywordForKeyDate.getDestinationForFetch() |
HttpDestinationProperties |
ClfnClassCharcForKeyDate.getDestinationForFetch() |
HttpDestinationProperties |
ClfnClassTextForKeyDate.getDestinationForFetch() |
HttpDestinationProperties |
ClfnClassDescForKeyDate.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
ClfnClassForKeyDate.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ClfnClassKeywordForKeyDate.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ClfnClassCharcForKeyDate.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ClfnClassTextForKeyDate.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ClfnClassDescForKeyDate.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
void |
WorkPackageFunction.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustProjSlsOrdItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
Project.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustProjSlsOrdItemText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
WorkItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustProjSlsOrdItmBillgPlnItm.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
WorkPackage.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustProjSlsOrdItemWorkPckg.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustProjSlsOrd.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustProjSlsOrdItemPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ProjectRole.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
Demand.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustProjSlsOrdPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustProjSlsOrdText.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
WorkPackageFunction.getDestinationForFetch() |
HttpDestinationProperties |
Project.getDestinationForFetch() |
HttpDestinationProperties |
WorkItem.getDestinationForFetch() |
HttpDestinationProperties |
StaffingData.getDestinationForFetch() |
HttpDestinationProperties |
Workpackage.getDestinationForFetch() |
HttpDestinationProperties |
ProjectRole.getDestinationForFetch() |
HttpDestinationProperties |
PlanData.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
WorkPackageFunction.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
Project.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
WorkItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
StaffingData.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
Workpackage.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ProjectRole.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
PlanData.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
CompanyCode.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CompanyCode.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
BusVolFldCombnSetTypeAssgmt.getDestinationForFetch() |
HttpDestinationProperties |
CndnContrType.getDestinationForFetch() |
HttpDestinationProperties |
BusVolFldCombnTypeFldAssgmt.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
BusVolFldCombnSetTypeAssgmt.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CndnContrType.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BusVolFldCombnTypeFldAssgmt.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
PurgPricingConditionType.getDestinationForFetch() |
HttpDestinationProperties |
PurgPrcgCndnTypeText.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
PurgPricingConditionType.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
PurgPrcgCndnTypeText.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
SlsPrcgCndnTypeText.getDestinationForFetch() |
HttpDestinationProperties |
SlsPricingConditionType.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
SlsPrcgCndnTypeText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SlsPricingConditionType.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
SEPAMandateUsage.getDestinationForFetch() |
HttpDestinationProperties |
SEPAMandate.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
SEPAMandateUsage.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SEPAMandate.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
ControllingArea.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
ControllingArea.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
CostCenterText.getDestinationForFetch() |
HttpDestinationProperties |
CostCenter.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CostCenterText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CostCenter.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
CostCenterActivityTypeText.getDestinationForFetch() |
HttpDestinationProperties |
CostCenterActivityType.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CostCenterActivityTypeText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CostCenterActivityType.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
CostCenterText.getDestinationForFetch() |
HttpDestinationProperties |
CostCenter.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CostCenterText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CostCenter.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
PlanCostRate.getDestinationForFetch() |
HttpDestinationProperties |
ServiceCostRate.getDestinationForFetch() |
HttpDestinationProperties |
ActualCostRate.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
PlanCostRate.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ServiceCostRate.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ActualCostRate.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
Country.getDestinationForFetch() |
HttpDestinationProperties |
CountryText.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
Country.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CountryText.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
CreditMemoReqPartner.getDestinationForFetch() |
HttpDestinationProperties |
CreditMemoReqItemPrcgElmnt.getDestinationForFetch() |
HttpDestinationProperties |
CreditMemoRequestItem.getDestinationForFetch() |
HttpDestinationProperties |
CreditMemoReqItemPartner.getDestinationForFetch() |
HttpDestinationProperties |
CreditMemoReqPrcgElmnt.getDestinationForFetch() |
HttpDestinationProperties |
CreditMemoRequest.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CreditMemoReqPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CreditMemoReqItemPrcgElmnt.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CreditMemoRequestItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CreditMemoReqItemPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CreditMemoReqPrcgElmnt.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CreditMemoRequest.attachToService(String servicePath,
HttpDestinationProperties destination) |
FunctionResult |
ReleaseApprovalRequestFluentHelper.execute(HttpDestinationProperties destination) |
FunctionResult |
RejectApprovalRequestFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
CustomerSupplierIndustry.getDestinationForFetch() |
HttpDestinationProperties |
CustomerSupplierIndustryText.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerSupplierIndustry.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerSupplierIndustryText.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
CustomerGroup.getDestinationForFetch() |
HttpDestinationProperties |
CustomerGroupText.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerGroup.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerGroupText.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
CustomerMaterial.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerMaterial.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
CustomerReturnScheduleLine.getDestinationForFetch() |
HttpDestinationProperties |
CustomerReturnProcessStep.getDestinationForFetch() |
HttpDestinationProperties |
CustomerReturn.getDestinationForFetch() |
HttpDestinationProperties |
CustomerReturnPartner.getDestinationForFetch() |
HttpDestinationProperties |
CustomerReturnItem.getDestinationForFetch() |
HttpDestinationProperties |
CustomerReturnItemPrcgElmnt.getDestinationForFetch() |
HttpDestinationProperties |
CustomerReturnPrcgElmnt.getDestinationForFetch() |
HttpDestinationProperties |
CustomerReturnItemPartner.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerReturnScheduleLine.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerReturnProcessStep.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerReturn.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerReturnPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerReturnItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerReturnItemPrcgElmnt.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerReturnPrcgElmnt.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerReturnItemPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
ReturnsDeliveryMaintObj.getDestinationForFetch() |
HttpDestinationProperties |
ReturnsDeliveryDocFlow.getDestinationForFetch() |
HttpDestinationProperties |
ReturnsDeliveryItem.getDestinationForFetch() |
HttpDestinationProperties |
ReturnsDeliverySrlNmbr.getDestinationForFetch() |
HttpDestinationProperties |
ReturnsDeliveryPartner.getDestinationForFetch() |
HttpDestinationProperties |
ReturnsDeliveryAddress.getDestinationForFetch() |
HttpDestinationProperties |
ReturnsDeliveryHeader.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
ReturnsDeliveryMaintObj.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ReturnsDeliveryDocFlow.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ReturnsDeliveryItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ReturnsDeliverySrlNmbr.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ReturnsDeliveryPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ReturnsDeliveryAddress.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ReturnsDeliveryHeader.attachToService(String servicePath,
HttpDestinationProperties destination) |
List<PutawayReport> |
PutawayAllItemsFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
PutawayOneItemFluentHelper.execute(HttpDestinationProperties destination) |
List<DeliveryMessage> |
ReverseGoodsReceiptFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
ConfirmPutawayOneItemFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
PostGoodsReceiptFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
ConfirmPutawayAllItemsFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
ReturnsDeliveryMaintObj.getDestinationForFetch() |
HttpDestinationProperties |
ReturnsDeliveryDocFlow.getDestinationForFetch() |
HttpDestinationProperties |
ReturnsDeliveryItem.getDestinationForFetch() |
HttpDestinationProperties |
ReturnsDeliverySrlNmbr.getDestinationForFetch() |
HttpDestinationProperties |
ReturnsDeliveryPartner.getDestinationForFetch() |
HttpDestinationProperties |
ReturnsDeliveryAddress.getDestinationForFetch() |
HttpDestinationProperties |
ReturnsDeliveryHeader.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
ReturnsDeliveryMaintObj.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ReturnsDeliveryDocFlow.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ReturnsDeliveryItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ReturnsDeliverySrlNmbr.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ReturnsDeliveryPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ReturnsDeliveryAddress.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ReturnsDeliveryHeader.attachToService(String servicePath,
HttpDestinationProperties destination) |
List<PutawayReport> |
PutawayAllItemsFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
PutawayOneItemFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
PutawayOneItemWithBaseQuantityFluentHelper.execute(HttpDestinationProperties destination) |
List<DeliveryMessage> |
ReverseGoodsReceiptFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
ConfirmPutawayOneItemFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
PutawayOneItemWithSalesQuantityFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
SetPutawayQuantityWithBaseQuantityFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
PostGoodsReceiptFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
ConfirmPutawayAllItemsFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
DebitMemoReqText.getDestinationForFetch() |
HttpDestinationProperties |
DebitMemoReqPartner.getDestinationForFetch() |
HttpDestinationProperties |
DebitMemoReqItemPrcgElmnt.getDestinationForFetch() |
HttpDestinationProperties |
DebitMemoRequest.getDestinationForFetch() |
HttpDestinationProperties |
DebitMemoReqItemPartner.getDestinationForFetch() |
HttpDestinationProperties |
DebitMemoRequestItem.getDestinationForFetch() |
HttpDestinationProperties |
DebitMemoReqItemText.getDestinationForFetch() |
HttpDestinationProperties |
DebitMemoReqPrcgElmnt.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
DebitMemoReqText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DebitMemoReqPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DebitMemoReqItemPrcgElmnt.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DebitMemoRequest.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DebitMemoReqItemPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DebitMemoRequestItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DebitMemoReqItemText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DebitMemoReqPrcgElmnt.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
ControllingDebitCreditCode.getDestinationForFetch() |
HttpDestinationProperties |
ControllingDebitCreditCodeT.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
ControllingDebitCreditCode.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ControllingDebitCreditCodeT.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
DefectCategoryText.getDestinationForFetch() |
HttpDestinationProperties |
DefectCategory.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
DefectCategoryText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DefectCategory.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
DefectClass.getDestinationForFetch() |
HttpDestinationProperties |
DefectClassText.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
DefectClass.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DefectClassText.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
DefectCodeText.getDestinationForFetch() |
HttpDestinationProperties |
DefectCode.getDestinationForFetch() |
HttpDestinationProperties |
DefectCodeGroupText.getDestinationForFetch() |
HttpDestinationProperties |
DefectCodeGroup.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
DefectCodeText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DefectCode.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DefectCodeGroupText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DefectCodeGroup.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
Defect.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
Defect.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
CreditBlockedDeliveryDoc.getDestinationForFetch() |
HttpDestinationProperties |
SalesDocumentRjcnReason.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CreditBlockedDeliveryDoc.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SalesDocumentRjcnReason.attachToService(String servicePath,
HttpDestinationProperties destination) |
ReturnMessage |
RejectCreditBlockFluentHelper.execute(HttpDestinationProperties destination) |
ReturnMessage |
ReleaseCreditBlockFluentHelper.execute(HttpDestinationProperties destination) |
ReturnMessage |
CheckCreditBlockFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
DistributionChannelText.getDestinationForFetch() |
HttpDestinationProperties |
DistributionChannel.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
DistributionChannelText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DistributionChannel.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
DivisionText.getDestinationForFetch() |
HttpDestinationProperties |
Division.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
DivisionText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
Division.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
DocumentInfoRecordClassCharc.getDestinationForFetch() |
HttpDestinationProperties |
DocumentInfoRecordClass.getDestinationForFetch() |
HttpDestinationProperties |
DocumentInfoRecord.getDestinationForFetch() |
HttpDestinationProperties |
DocInfoRecdObjLinkBOM.getDestinationForFetch() |
HttpDestinationProperties |
DocInfoRecdObjLinkProduct.getDestinationForFetch() |
HttpDestinationProperties |
DocumentInfoRecordDocStsVH.getDestinationForFetch() |
HttpDestinationProperties |
DocumentInfoRecordCharcValue.getDestinationForFetch() |
HttpDestinationProperties |
DocInfoRecdObjLinkChgRecd.getDestinationForFetch() |
HttpDestinationProperties |
DocumentInfoRecordDesc.getDestinationForFetch() |
HttpDestinationProperties |
DocumentInfoRecordCharc.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecordClassCharc.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DocumentInfoRecordClass.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DocumentInfoRecord.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DocInfoRecdObjLinkBOM.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DocInfoRecdObjLinkProduct.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DocumentInfoRecordDocStsVH.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DocumentInfoRecordCharcValue.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DocInfoRecdObjLinkChgRecd.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DocumentInfoRecordDesc.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DocumentInfoRecordCharc.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
Location.getDestinationForFetch() |
HttpDestinationProperties |
Person.getDestinationForFetch() |
HttpDestinationProperties |
Attachment.getDestinationForFetch() |
HttpDestinationProperties |
Incident.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
Location.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
Person.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
Attachment.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
Incident.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
EnterpriseProjectElement.getDestinationForFetch() |
HttpDestinationProperties |
EntProjectPublicSector.getDestinationForFetch() |
HttpDestinationProperties |
EntProjectElmntPublicSector.getDestinationForFetch() |
HttpDestinationProperties |
EnterpriseProject.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
EnterpriseProjectElement.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
EntProjectPublicSector.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
EntProjectElmntPublicSector.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
EnterpriseProject.attachToService(String servicePath,
HttpDestinationProperties destination) |
EnterpriseProject |
SetProcessingStatusFluentHelper.execute(HttpDestinationProperties destination) |
EnterpriseProjectElement |
SetProjElemProcessingStatusFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
Et_ActionResult.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
Et_ActionResult.attachToService(String servicePath,
HttpDestinationProperties destination) |
Et_ActionResult |
CallActionFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
PlannedIndepRqmt.getDestinationForFetch() |
HttpDestinationProperties |
PlannedIndepRqmtItem.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
PlannedIndepRqmt.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
PlannedIndepRqmtItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
JobTemplate.getDestinationForFetch() |
HttpDestinationProperties |
JobScheduleStatus.getDestinationForFetch() |
HttpDestinationProperties |
FuncImpReturn.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
JobTemplate.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
JobScheduleStatus.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
FuncImpReturn.attachToService(String servicePath,
HttpDestinationProperties destination) |
FuncImpReturn |
JobCancelFluentHelper.execute(HttpDestinationProperties destination) |
JobScheduleStatus |
JobStatusGetFluentHelper.execute(HttpDestinationProperties destination) |
JobScheduleStatus |
JobScheduleFluentHelper.execute(HttpDestinationProperties destination) |
FuncImpReturn |
JobAbortFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
FinPlanningEntryItemTP.getDestinationForFetch() |
HttpDestinationProperties |
FinancialPlanData.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
FinPlanningEntryItemTP.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
FinancialPlanData.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
CompanyCode.getDestinationForFetch() |
HttpDestinationProperties |
CostCenter.getDestinationForFetch() |
HttpDestinationProperties |
GLAccountInChartOfAccounts.getDestinationForFetch() |
HttpDestinationProperties |
ProfitCenter.getDestinationForFetch() |
HttpDestinationProperties |
FinPlanningEntryItem.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CompanyCode.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CostCenter.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
GLAccountInChartOfAccounts.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ProfitCenter.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
FinPlanningEntryItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
FunctionalAreaText.getDestinationForFetch() |
HttpDestinationProperties |
FunctionalArea.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
FunctionalAreaText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
FunctionalArea.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
GLAccountInChartOfAccounts.getDestinationForFetch() |
HttpDestinationProperties |
GLAccountText.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
GLAccountInChartOfAccounts.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
GLAccountText.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
GLAccountLineItem.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
GLAccountLineItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
HandlingUnit.getDestinationForFetch() |
HttpDestinationProperties |
HandlingUnitItem.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
HandlingUnit.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
HandlingUnitItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
InbDeliveryAddress.getDestinationForFetch() |
HttpDestinationProperties |
InbDeliverySerialNmbr.getDestinationForFetch() |
HttpDestinationProperties |
InbDeliveryHeader.getDestinationForFetch() |
HttpDestinationProperties |
InbDeliveryPartner.getDestinationForFetch() |
HttpDestinationProperties |
InbDeliveryDocFlow.getDestinationForFetch() |
HttpDestinationProperties |
InbDeliveryItem.getDestinationForFetch() |
HttpDestinationProperties |
MaintenanceItemObjList.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
InbDeliveryAddress.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
InbDeliverySerialNmbr.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
InbDeliveryHeader.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
InbDeliveryPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
InbDeliveryDocFlow.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
InbDeliveryItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
MaintenanceItemObjList.attachToService(String servicePath,
HttpDestinationProperties destination) |
List<PutawayReport> |
PutawayAllItemsFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
PutawayOneItemFluentHelper.execute(HttpDestinationProperties destination) |
List<DeliveryMessage> |
ReverseGoodsReceiptFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
ConfirmPutawayOneItemFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
PostGoodsReceiptFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
ConfirmPutawayAllItemsFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
InbDeliveryAddress.getDestinationForFetch() |
HttpDestinationProperties |
InbDeliverySerialNmbr.getDestinationForFetch() |
HttpDestinationProperties |
InbDeliveryHeader.getDestinationForFetch() |
HttpDestinationProperties |
InbDeliveryPartner.getDestinationForFetch() |
HttpDestinationProperties |
InbDeliveryDocFlow.getDestinationForFetch() |
HttpDestinationProperties |
InbDeliveryItem.getDestinationForFetch() |
HttpDestinationProperties |
InbDeliveryItemText.getDestinationForFetch() |
HttpDestinationProperties |
InbDeliveryHeaderText.getDestinationForFetch() |
HttpDestinationProperties |
MaintenanceItemObjList.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
InbDeliveryAddress.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
InbDeliverySerialNmbr.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
InbDeliveryHeader.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
InbDeliveryPartner.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
InbDeliveryDocFlow.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
InbDeliveryItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
InbDeliveryItemText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
InbDeliveryHeaderText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
MaintenanceItemObjList.attachToService(String servicePath,
HttpDestinationProperties destination) |
List<PutawayReport> |
DeleteAllSerialNumbersFromDeliveryItemFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
PutawayAllItemsFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
AddSerialNumberToDeliveryItemFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
PutawayOneItemFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
PutawayOneItemWithBaseQuantityFluentHelper.execute(HttpDestinationProperties destination) |
List<DeliveryMessage> |
ReverseGoodsReceiptFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
ConfirmPutawayOneItemFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
PutawayOneItemWithSalesQuantityFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
SetPutawayQuantityWithBaseQuantityFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
PostGoodsReceiptFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
DeleteSerialNumberFromDeliveryItemFluentHelper.execute(HttpDestinationProperties destination) |
List<PutawayReport> |
ConfirmPutawayAllItemsFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
CN_TaxInputInvoice.getDestinationForFetch() |
HttpDestinationProperties |
CN_TaxInvoiceBindingRecord.getDestinationForFetch() |
HttpDestinationProperties |
CN_TaxInputInvoiceItem.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CN_TaxInputInvoice.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CN_TaxInvoiceBindingRecord.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CN_TaxInputInvoiceItem.attachToService(String servicePath,
HttpDestinationProperties destination) |
OperationMessage |
SignoffInvoiceFluentHelper.execute(HttpDestinationProperties destination) |
OperationMessage |
DeclareInvoiceFluentHelper.execute(HttpDestinationProperties destination) |
OperationMessage |
ReceiveInvoiceFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
InspectionMethod.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
InspectionMethod.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
InspPlanOpCharacteristic.getDestinationForFetch() |
HttpDestinationProperties |
InspPlanOperation.getDestinationForFetch() |
HttpDestinationProperties |
InspPlanMaterialAssgmt.getDestinationForFetch() |
HttpDestinationProperties |
InspectionPlan.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
InspPlanOpCharacteristic.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
InspPlanOperation.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
InspPlanMaterialAssgmt.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
InspectionPlan.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
CompanyCode.getDestinationForFetch() |
HttpDestinationProperties |
CostCenter.getDestinationForFetch() |
HttpDestinationProperties |
GLAccountInChartOfAccounts.getDestinationForFetch() |
HttpDestinationProperties |
JournalEntryItemBasic.getDestinationForFetch() |
HttpDestinationProperties |
ProfitCenter.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CompanyCode.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CostCenter.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
GLAccountInChartOfAccounts.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
JournalEntryItemBasic.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ProfitCenter.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
JITCallRefTextCompMatl.getDestinationForFetch() |
HttpDestinationProperties |
JITCallCompMatl.getDestinationForFetch() |
HttpDestinationProperties |
JITCallHeader.getDestinationForFetch() |
HttpDestinationProperties |
JITCallRefTextCompGrp.getDestinationForFetch() |
HttpDestinationProperties |
JITCallCompGrp.getDestinationForFetch() |
HttpDestinationProperties |
JITCallRefTextHdr.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
JITCallRefTextCompMatl.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
JITCallCompMatl.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
JITCallHeader.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
JITCallRefTextCompGrp.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
JITCallCompGrp.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
JITCallRefTextHdr.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
KanbanControlCycle.getDestinationForFetch() |
HttpDestinationProperties |
KanbanDelivery.getDestinationForFetch() |
HttpDestinationProperties |
KanbanContainerDeliveryAddr.getDestinationForFetch() |
HttpDestinationProperties |
KanbanCtnDetailedQty.getDestinationForFetch() |
HttpDestinationProperties |
KanbanContainer.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
KanbanControlCycle.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
KanbanDelivery.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
KanbanContainerDeliveryAddr.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
KanbanCtnDetailedQty.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
KanbanContainer.attachToService(String servicePath,
HttpDestinationProperties destination) |
KanbanContainer |
WithdrawQuantityFromKanbanContainerFluentHelper.execute(HttpDestinationProperties destination) |
List<WithdrawnKanbanContainer> |
WithdrawQuantityFromControlCycleFluentHelper.execute(HttpDestinationProperties destination) |
KanbanContainer |
SetKanbanContainerLockFluentHelper.execute(HttpDestinationProperties destination) |
List<AddedKanbanContainer> |
AddEventDrivenKanbanContainerFluentHelper.execute(HttpDestinationProperties destination) |
KanbanContainer |
SetKanbanContainerStatusFluentHelper.execute(HttpDestinationProperties destination) |
KanbanControlCycle |
SetKanbanControlCycleLifeCycleStatusFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
LedgerText.getDestinationForFetch() |
HttpDestinationProperties |
Ledger.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
LedgerText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
Ledger.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
LegalCategoryText.getDestinationForFetch() |
HttpDestinationProperties |
LegalCategory.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
LegalCategoryText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
LegalCategory.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
LglDocStamp.getDestinationForFetch() |
HttpDestinationProperties |
LegalDocument.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
LglDocStamp.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
LegalDocument.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
LglCntntMAccessLvlText.getDestinationForFetch() |
HttpDestinationProperties |
LglCntntMAccessLvl.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
LglCntntMAccessLvlText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
LglCntntMAccessLvl.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
LglCntntMDocContentTypeText.getDestinationForFetch() |
HttpDestinationProperties |
LglCntntMDocContentType.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
LglCntntMDocContentTypeText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
LglCntntMDocContentType.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
LglTransCategoryGroup.getDestinationForFetch() |
HttpDestinationProperties |
LglTransCategory.getDestinationForFetch() |
HttpDestinationProperties |
LglTransRelationship.getDestinationForFetch() |
HttpDestinationProperties |
LglTransExternalContact.getDestinationForFetch() |
HttpDestinationProperties |
LglTransInternalContact.getDestinationForFetch() |
HttpDestinationProperties |
LglTransParentCategory.getDestinationForFetch() |
HttpDestinationProperties |
LglTransEntity.getDestinationForFetch() |
HttpDestinationProperties |
LglTransLinkedObjects.getDestinationForFetch() |
HttpDestinationProperties |
LglTransDate.getDestinationForFetch() |
HttpDestinationProperties |
LegalTransaction.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
LglTransCategoryGroup.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
LglTransCategory.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
LglTransRelationship.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
LglTransExternalContact.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
LglTransInternalContact.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
LglTransParentCategory.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
LglTransEntity.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
LglTransLinkedObjects.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
LglTransDate.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
LegalTransaction.attachToService(String servicePath,
HttpDestinationProperties destination) |
LegalTransaction |
TerminateFluentHelper.execute(HttpDestinationProperties destination) |
LegalTransaction |
CancelFluentHelper.execute(HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
HttpDestinationProperties |
TrsyPostgJrnlEntrItm.getDestinationForFetch() |
Modifier and Type | Method and Description |
---|---|
void |
TrsyPostgJrnlEntrItm.attachToService(String servicePath,
HttpDestinationProperties destination) |
Modifier and Type | Method and Description |
---|---|
void |
ProfitCenterForElimination.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
MaterialText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerSuplrCntryHierText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DistributionChannelText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SubassignmentText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SegmentHierForElim.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
PartnerProfitCenter.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SegmentForElimText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BreakdownCategoryText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerHier.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
TransactionCurrency.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SegmentForElimination.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerGroupHierText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BreakdownTypeText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ConsolidationDocTypeText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CnsldtnInvesteeUnitHier.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
PartnerFunctionalAreaText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
PartnerCompany.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ChartOfAccounts.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
DistributionChannel.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillingDocumentType.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ConsolidationLedgerText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
MaterialGroupHier.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CnsldtnInvesteeUnitText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
FinancialTransactionTypeText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SoldProductGroupText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CustomerHierText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ProfitCenterText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
BillingDocumentTypeText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ConsolidationAllMasterData.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
SupplierHierText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
PartnerBusinessAreaText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
CostCenterText.attachToService(String servicePath,
HttpDestinationProperties destination) |
void |
ProfitCenterHierText.attachToService(String servicePath,
HttpDestinationPrope |