Modifier and Type | Field and Description |
---|---|
static CustomerCompanyLink<CustomerDunning> |
CustomerCompany.TO_CUSTOMER_DUNNING
Use with available fluent helpers to apply the to_CustomerDunning navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerDunning |
CustomerDunning.CustomerDunningBuilder.build() |
protected CustomerDunning |
CustomerDunningCreateFluentHelper.getEntity() |
protected CustomerDunning |
CustomerDunningUpdateFluentHelper.getEntity() |
protected CustomerDunning |
CustomerDunningDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<CustomerDunning> |
CustomerCompany.fetchCustomerDunning()
Fetches the CustomerDunning entities (one to many) associated with this entity.
|
Optional<List<CustomerDunning>> |
CustomerCompany.getCustomerDunningIfPresent()
Retrieval of associated CustomerDunning entities (one to many).
|
List<CustomerDunning> |
CustomerCompany.getCustomerDunningOrFetch()
Retrieval of associated CustomerDunning entities (one to many).
|
protected Class<CustomerDunning> |
CustomerDunningByKeyFluentHelper.getEntityClass() |
protected Class<CustomerDunning> |
CustomerDunningFluentHelper.getEntityClass() |
Class<CustomerDunning> |
CustomerDunning.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerCompany.addCustomerDunning(CustomerDunning... entity)
Adds elements to the list of associated CustomerDunning entities.
|
CustomerCompany.CustomerCompanyBuilder |
CustomerCompany.CustomerCompanyBuilder.customerDunning(CustomerDunning... value) |
Modifier and Type | Method and Description |
---|---|
void |
CustomerCompany.setCustomerDunning(List<CustomerDunning> value)
Overwrites the list of associated CustomerDunning entities for the loaded navigation property
to_CustomerDunning.
|
Constructor and Description |
---|
CustomerDunningCreateFluentHelper(String servicePath,
CustomerDunning entity)
Creates a fluent helper object that will create a
CustomerDunning
entity on the OData endpoint. |
CustomerDunningDeleteFluentHelper(String servicePath,
CustomerDunning entity)
Creates a fluent helper object that will delete a
CustomerDunning
entity on the OData endpoint. |
CustomerDunningUpdateFluentHelper(String servicePath,
CustomerDunning entity)
Creates a fluent helper object that will update a
CustomerDunning
entity on the OData endpoint. |
Constructor and Description |
---|
CustomerCompany(String customer,
String companyCode,
String aPARToleranceGroup,
String accountByCustomer,
String accountingClerk,
String accountingClerkFaxNumber,
String accountingClerkInternetAddress,
String accountingClerkPhoneNumber,
String alternativePayerAccount,
String authorizationGroup,
String collectiveInvoiceVariant,
String customerAccountNote,
String customerHeadOffice,
Boolean customerSupplierClearingIsUsed,
String houseBank,
String interestCalculationCode,
LocalDateTime interestCalculationDate,
String intrstCalcFrequencyInMonths,
Boolean isToBeLocallyProcessed,
Boolean itemIsToBePaidSeparately,
String layoutSortingRule,
String paymentBlockingReason,
String paymentMethodsList,
String paymentTerms,
Boolean paytAdviceIsSentbyEDI,
Boolean physicalInventoryBlockInd,
String reconciliationAccount,
Boolean recordPaymentHistoryIndicator,
String userAtCustomer,
Boolean deletionIndicator,
String customerAccountGroup,
List<CustomerDunning> toCustomerDunning,
List<CustomerWithHoldingTax> toWithHoldingTax) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustomerDunning> |
CustomerDunningOneToOneLink.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 CustomerDunningLink<ObjectT> |
CustomerDunningLink.translateLinkType(EntityLink<CustomerDunningLink<ObjectT>,CustomerDunning,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
CustomerDunningCreateFluentHelper |
BusinessPartnerService.createCustomerDunning(CustomerDunning customerDunning)
Create a new
CustomerDunning entity and save it to the S/4HANA system. |
CustomerDunningCreateFluentHelper |
DefaultBusinessPartnerService.createCustomerDunning(CustomerDunning customerDunning) |
CustomerDunningDeleteFluentHelper |
BusinessPartnerService.deleteCustomerDunning(CustomerDunning customerDunning)
Deletes an existing
CustomerDunning entity in the S/4HANA system. |
CustomerDunningDeleteFluentHelper |
DefaultBusinessPartnerService.deleteCustomerDunning(CustomerDunning customerDunning) |
CustomerDunningUpdateFluentHelper |
BusinessPartnerService.updateCustomerDunning(CustomerDunning customerDunning)
Update an existing
CustomerDunning entity and save it to the S/4HANA system. |
CustomerDunningUpdateFluentHelper |
DefaultBusinessPartnerService.updateCustomerDunning(CustomerDunning customerDunning) |
Copyright © 2019 SAP SE. All rights reserved.