Modifier and Type | Field and Description |
---|---|
static CustomerCompanyLink<CustomerCompanyText> |
CustomerCompany.TO_COMPANY_TEXT
Use with available fluent helpers to apply the to_CompanyText navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerCompanyText |
CustomerCompanyText.CustomerCompanyTextBuilder.build() |
protected CustomerCompanyText |
CustomerCompanyTextCreateFluentHelper.getEntity() |
protected CustomerCompanyText |
CustomerCompanyTextDeleteFluentHelper.getEntity() |
protected CustomerCompanyText |
CustomerCompanyTextUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<CustomerCompanyText> |
CustomerCompany.fetchCompanyText()
Fetches the CustomerCompanyText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<CustomerCompanyText>> |
CustomerCompany.getCompanyTextIfPresent()
Retrieval of associated CustomerCompanyText entities (one to many).
|
List<CustomerCompanyText> |
CustomerCompany.getCompanyTextOrFetch()
Retrieval of associated CustomerCompanyText entities (one to many).
|
protected Class<CustomerCompanyText> |
CustomerCompanyTextFluentHelper.getEntityClass() |
protected Class<CustomerCompanyText> |
CustomerCompanyTextByKeyFluentHelper.getEntityClass() |
Class<CustomerCompanyText> |
CustomerCompanyText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerCompany.addCompanyText(CustomerCompanyText... entity)
Adds elements to the list of associated CustomerCompanyText entities.
|
CustomerCompany.CustomerCompanyBuilder |
CustomerCompany.CustomerCompanyBuilder.companyText(CustomerCompanyText... value)
Navigation property to_CompanyText for CustomerCompany to multiple CustomerCompanyText.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomerCompany.setCompanyText(List<CustomerCompanyText> value)
Overwrites the list of associated CustomerCompanyText entities for the loaded navigation property
to_CompanyText.
|
Constructor and Description |
---|
CustomerCompanyTextCreateFluentHelper(String servicePath,
CustomerCompanyText entity)
Creates a fluent helper object that will create a
CustomerCompanyText entity on the OData endpoint. |
CustomerCompanyTextDeleteFluentHelper(String servicePath,
CustomerCompanyText entity)
Creates a fluent helper object that will delete a
CustomerCompanyText entity on the OData endpoint. |
CustomerCompanyTextUpdateFluentHelper(String servicePath,
CustomerCompanyText entity)
Creates a fluent helper object that will update a
CustomerCompanyText 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 cashPlanningGroup,
String knownOrNegotiatedLeave,
String valueAdjustmentKey,
String customerAccountGroup,
List<CustomerCompanyText> toCompanyText,
List<CustomerDunning> toCustomerDunning,
List<CustomerWithHoldingTax> toWithHoldingTax) |
Modifier and Type | Method and Description |
---|---|
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.createCustomerCompanyText(CustomerCompanyText customerCompanyText)
Create a new
CustomerCompanyText entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.createCustomerCompanyText(CustomerCompanyText customerCompanyText)
Create a new
CustomerCompanyText entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.deleteCustomerCompanyText(CustomerCompanyText customerCompanyText)
Deletes an existing
CustomerCompanyText entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.deleteCustomerCompanyText(CustomerCompanyText customerCompanyText)
Deletes an existing
CustomerCompanyText entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.updateCustomerCompanyText(CustomerCompanyText customerCompanyText)
Update an existing
CustomerCompanyText entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.updateCustomerCompanyText(CustomerCompanyText customerCompanyText)
Update an existing
CustomerCompanyText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustomerCompanyText> |
CustomerCompanyTextOneToOneLink.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 CustomerCompanyTextLink<ObjectT> |
CustomerCompanyTextLink.translateLinkType(EntityLink<CustomerCompanyTextLink<ObjectT>,CustomerCompanyText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.