Modifier and Type | Field and Description |
---|---|
static SupplierCompanyLink<SupplierCompanyText> |
SupplierCompany.TO_COMPANY_TEXT
Use with available fluent helpers to apply the to_CompanyText navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SupplierCompanyText |
SupplierCompanyText.SupplierCompanyTextBuilder.build() |
protected SupplierCompanyText |
SupplierCompanyTextDeleteFluentHelper.getEntity() |
protected SupplierCompanyText |
SupplierCompanyTextUpdateFluentHelper.getEntity() |
protected SupplierCompanyText |
SupplierCompanyTextCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<SupplierCompanyText> |
SupplierCompany.fetchCompanyText()
Fetches the SupplierCompanyText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<SupplierCompanyText>> |
SupplierCompany.getCompanyTextIfPresent()
Retrieval of associated SupplierCompanyText entities (one to many).
|
List<SupplierCompanyText> |
SupplierCompany.getCompanyTextOrFetch()
Retrieval of associated SupplierCompanyText entities (one to many).
|
protected Class<SupplierCompanyText> |
SupplierCompanyTextByKeyFluentHelper.getEntityClass() |
protected Class<SupplierCompanyText> |
SupplierCompanyTextFluentHelper.getEntityClass() |
Class<SupplierCompanyText> |
SupplierCompanyText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SupplierCompany.addCompanyText(SupplierCompanyText... entity)
Adds elements to the list of associated SupplierCompanyText entities.
|
SupplierCompany.SupplierCompanyBuilder |
SupplierCompany.SupplierCompanyBuilder.companyText(SupplierCompanyText... value)
Navigation property to_CompanyText for SupplierCompany to multiple SupplierCompanyText.
|
Modifier and Type | Method and Description |
---|---|
void |
SupplierCompany.setCompanyText(List<SupplierCompanyText> value)
Overwrites the list of associated SupplierCompanyText entities for the loaded navigation property
to_CompanyText.
|
Constructor and Description |
---|
SupplierCompanyTextCreateFluentHelper(String servicePath,
SupplierCompanyText entity)
Creates a fluent helper object that will create a
SupplierCompanyText entity on the OData endpoint. |
SupplierCompanyTextDeleteFluentHelper(String servicePath,
SupplierCompanyText entity)
Creates a fluent helper object that will delete a
SupplierCompanyText entity on the OData endpoint. |
SupplierCompanyTextUpdateFluentHelper(String servicePath,
SupplierCompanyText entity)
Creates a fluent helper object that will update a
SupplierCompanyText entity on the OData endpoint. |
Constructor and Description |
---|
SupplierCompany(String supplier,
String companyCode,
String authorizationGroup,
String companyCodeName,
String paymentBlockingReason,
Boolean supplierIsBlockedForPosting,
String accountingClerk,
String accountingClerkFaxNumber,
String accountingClerkPhoneNumber,
String supplierClerk,
String supplierClerkURL,
String paymentMethodsList,
String paymentTerms,
Boolean clearCustomerSupplier,
Boolean isToBeLocallyProcessed,
Boolean itemIsToBePaidSeparately,
Boolean paymentIsToBeSentByEDI,
String houseBank,
BigDecimal checkPaidDurationInDays,
String currency,
BigDecimal billOfExchLmtAmtInCoCodeCrcy,
String supplierClerkIDBySupplier,
String reconciliationAccount,
String interestCalculationCode,
LocalDateTime interestCalculationDate,
String intrstCalcFrequencyInMonths,
String supplierHeadOffice,
String alternativePayee,
String layoutSortingRule,
String aPARToleranceGroup,
LocalDateTime supplierCertificationDate,
String supplierAccountNote,
String withholdingTaxCountry,
Boolean deletionIndicator,
String cashPlanningGroup,
Boolean isToBeCheckedForDuplicates,
String minorityGroup,
String supplierAccountGroup,
List<SupplierCompanyText> toCompanyText,
Supplier toSupplier,
List<SupplierDunning> toSupplierDunning,
List<SupplierWithHoldingTax> toSupplierWithHoldingTax) |
Modifier and Type | Method and Description |
---|---|
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.createSupplierCompanyText(SupplierCompanyText supplierCompanyText)
Create a new
SupplierCompanyText entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.createSupplierCompanyText(SupplierCompanyText supplierCompanyText)
Create a new
SupplierCompanyText entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.deleteSupplierCompanyText(SupplierCompanyText supplierCompanyText)
Deletes an existing
SupplierCompanyText entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.deleteSupplierCompanyText(SupplierCompanyText supplierCompanyText)
Deletes an existing
SupplierCompanyText entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.updateSupplierCompanyText(SupplierCompanyText supplierCompanyText)
Update an existing
SupplierCompanyText entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.updateSupplierCompanyText(SupplierCompanyText supplierCompanyText)
Update an existing
SupplierCompanyText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SupplierCompanyText> |
SupplierCompanyTextOneToOneLink.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 SupplierCompanyTextLink<ObjectT> |
SupplierCompanyTextLink.translateLinkType(EntityLink<SupplierCompanyTextLink<ObjectT>,SupplierCompanyText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.