Modifier and Type | Field and Description |
---|---|
static PaymentAdviceLink<PaymentAdviceItem> |
PaymentAdvice.TO_PAYMENT_ADVICE_ITEM
Use with available fluent helpers to apply the to_PaymentAdviceItem navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
PaymentAdviceItem |
PaymentAdviceItem.PaymentAdviceItemBuilder.build() |
protected PaymentAdviceItem |
PaymentAdviceItemUpdateFluentHelper.getEntity() |
protected PaymentAdviceItem |
PaymentAdviceItemDeleteFluentHelper.getEntity() |
protected PaymentAdviceItem |
PaymentAdviceItemCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<PaymentAdviceItem> |
PaymentAdvice.fetchPaymentAdviceItem()
Fetches the PaymentAdviceItem entities (one to many) associated with this entity.
|
protected Class<PaymentAdviceItem> |
PaymentAdviceItemFluentHelper.getEntityClass() |
protected Class<PaymentAdviceItem> |
PaymentAdviceItemByKeyFluentHelper.getEntityClass() |
Optional<List<PaymentAdviceItem>> |
PaymentAdvice.getPaymentAdviceItemIfPresent()
Retrieval of associated PaymentAdviceItem entities (one to many).
|
List<PaymentAdviceItem> |
PaymentAdvice.getPaymentAdviceItemOrFetch()
Retrieval of associated PaymentAdviceItem entities (one to many).
|
Class<PaymentAdviceItem> |
PaymentAdviceItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PaymentAdvice.addPaymentAdviceItem(PaymentAdviceItem... entity)
Adds elements to the list of associated PaymentAdviceItem entities.
|
PaymentAdvice.PaymentAdviceBuilder |
PaymentAdvice.PaymentAdviceBuilder.paymentAdviceItem(PaymentAdviceItem... value) |
Modifier and Type | Method and Description |
---|---|
void |
PaymentAdvice.setPaymentAdviceItem(List<PaymentAdviceItem> value)
Overwrites the list of associated PaymentAdviceItem entities for the loaded navigation property
to_PaymentAdviceItem.
|
Constructor and Description |
---|
PaymentAdviceItemCreateFluentHelper(String servicePath,
PaymentAdviceItem entity)
Creates a fluent helper object that will create a
PaymentAdviceItem
entity on the OData endpoint. |
PaymentAdviceItemDeleteFluentHelper(String servicePath,
PaymentAdviceItem entity)
Creates a fluent helper object that will delete a
PaymentAdviceItem
entity on the OData endpoint. |
PaymentAdviceItemUpdateFluentHelper(String servicePath,
PaymentAdviceItem entity)
Creates a fluent helper object that will update a
PaymentAdviceItem
entity on the OData endpoint. |
Constructor and Description |
---|
PaymentAdvice(String companyCode,
String paymentAdviceAccountType,
String paymentAdviceAccount,
String paymentAdvice,
String paymentDocument,
String accountByShipper,
String paymentCurrency,
LocalDateTime paymentDate,
BigDecimal paidAmountInPaytCurrency,
BigDecimal cashDiscountAmountInPaytCrcy,
String partnerBankCountry,
String partnerBankSWIFTCode,
String createdByUser,
LocalDateTime creationDate,
LocalTime creationTime,
LocalDateTime lastChangeDate,
String lastChangedByUser,
String paymentAdviceHeaderText,
String paymentAdviceType,
String paymentAdviceStatus,
String paytAdvcDiffDeterminationRule,
String paymentAdviceSelectionRule,
String originalReferenceDocument,
String referenceDocumentType,
BigDecimal feeAmountInTransactionCrcy,
String paymentTransaction,
String exchangeRate,
LocalDateTime billOfExchangeFailureDate,
String bankReference,
String businessPartnerName,
List<PaymentAdviceItem> toPaymentAdviceItem) |
Modifier and Type | Method and Description |
---|---|
PaymentAdviceServiceBatchChangeSet |
DefaultPaymentAdviceServiceBatchChangeSet.createPaymentAdviceItem(PaymentAdviceItem paymentAdviceItem)
Create a new
PaymentAdviceItem entity and save it to the S/4HANA system. |
PaymentAdviceServiceBatchChangeSet |
PaymentAdviceServiceBatchChangeSet.createPaymentAdviceItem(PaymentAdviceItem paymentAdviceItem)
Create a new
PaymentAdviceItem entity and save it to the S/4HANA system. |
PaymentAdviceServiceBatchChangeSet |
DefaultPaymentAdviceServiceBatchChangeSet.deletePaymentAdviceItem(PaymentAdviceItem paymentAdviceItem)
Deletes an existing
PaymentAdviceItem entity in the S/4HANA system. |
PaymentAdviceServiceBatchChangeSet |
PaymentAdviceServiceBatchChangeSet.deletePaymentAdviceItem(PaymentAdviceItem paymentAdviceItem)
Deletes an existing
PaymentAdviceItem entity in the S/4HANA system. |
PaymentAdviceServiceBatchChangeSet |
DefaultPaymentAdviceServiceBatchChangeSet.updatePaymentAdviceItem(PaymentAdviceItem paymentAdviceItem)
Update an existing
PaymentAdviceItem entity and save it to the S/4HANA system. |
PaymentAdviceServiceBatchChangeSet |
PaymentAdviceServiceBatchChangeSet.updatePaymentAdviceItem(PaymentAdviceItem paymentAdviceItem)
Update an existing
PaymentAdviceItem entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PaymentAdviceItem> |
PaymentAdviceItemOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected PaymentAdviceItemLink<ObjectT> |
PaymentAdviceItemLink.translateLinkType(EntityLink<PaymentAdviceItemLink<ObjectT>,PaymentAdviceItem,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.