Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static SupplierLink<SupplierCompany> |
Supplier.TO_SUPPLIER_COMPANY
Use with available fluent helpers to apply the to_SupplierCompany navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SupplierCompany |
SupplierCompany.SupplierCompanyBuilder.build() |
protected SupplierCompany |
SupplierCompanyCreateFluentHelper.getEntity() |
protected SupplierCompany |
SupplierCompanyUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<SupplierCompany> |
Supplier.fetchSupplierCompany()
Fetches the SupplierCompany entities (one to many) associated with this entity.
|
protected Class<SupplierCompany> |
SupplierCompanyFluentHelper.getEntityClass() |
protected Class<SupplierCompany> |
SupplierCompanyByKeyFluentHelper.getEntityClass() |
Optional<List<SupplierCompany>> |
Supplier.getSupplierCompanyIfPresent()
Retrieval of associated SupplierCompany entities (one to many).
|
List<SupplierCompany> |
Supplier.getSupplierCompanyOrFetch()
Retrieval of associated SupplierCompany entities (one to many).
|
Class<SupplierCompany> |
SupplierCompany.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Supplier.addSupplierCompany(SupplierCompany... entity)
Adds elements to the list of associated SupplierCompany entities.
|
Supplier.SupplierBuilder |
Supplier.SupplierBuilder.supplierCompany(SupplierCompany... value) |
Modifier and Type | Method and Description |
---|---|
void |
Supplier.setSupplierCompany(List<SupplierCompany> value)
Overwrites the list of associated SupplierCompany entities for the loaded navigation property
to_SupplierCompany.
|
protected SupplierCompanyLink<ObjectT> |
SupplierCompanyLink.translateLinkType(EntityLink<SupplierCompanyLink<ObjectT>,SupplierCompany,ObjectT> link) |
Constructor and Description |
---|
SupplierCompanyCreateFluentHelper(String servicePath,
SupplierCompany entity)
Creates a fluent helper object that will create a
SupplierCompany
entity on the OData endpoint. |
SupplierCompanyUpdateFluentHelper(String servicePath,
SupplierCompany entity)
Creates a fluent helper object that will update a
SupplierCompany
entity on the OData endpoint. |
Constructor and Description |
---|
Supplier(String supplier,
String alternativePayeeAccountNumber,
String authorizationGroup,
String createdByUser,
LocalDateTime creationDate,
String customer,
Boolean paymentIsBlockedForSupplier,
Boolean postingIsBlocked,
Boolean purchasingIsBlocked,
String supplierAccountGroup,
String supplierFullName,
String supplierName,
String vATRegistration,
LocalDateTime birthDate,
String concatenatedInternationalLocNo,
Boolean deletionIndicator,
String fiscalAddress,
String industry,
String internationalLocationNumber1,
String internationalLocationNumber2,
String internationalLocationNumber3,
String isNaturalPerson,
String responsibleType,
LocalDateTime suplrQltyInProcmtCertfnValidTo,
String suplrQualityManagementSystem,
String supplierCorporateGroup,
String supplierProcurementBlock,
String taxNumber1,
String taxNumber2,
String taxNumber3,
String taxNumber4,
String taxNumber5,
String taxNumberResponsible,
String taxNumberType,
ErpConfigContext erpConfigContext,
List<SupplierCompany> toSupplierCompany,
List<SupplierPurchasingOrg> toSupplierPurchasingOrg) |
Modifier and Type | Method and Description |
---|---|
SupplierCompanyCreateFluentHelper |
BusinessPartnerService.createSupplierCompany(SupplierCompany supplierCompany)
Create a new
SupplierCompany entity and save it to the S/4HANA system. |
SupplierCompanyCreateFluentHelper |
DefaultBusinessPartnerService.createSupplierCompany(SupplierCompany supplierCompany) |
SupplierCompanyUpdateFluentHelper |
BusinessPartnerService.updateSupplierCompany(SupplierCompany supplierCompany)
Update an existing
SupplierCompany entity and save it to the S/4HANA system. |
SupplierCompanyUpdateFluentHelper |
DefaultBusinessPartnerService.updateSupplierCompany(SupplierCompany supplierCompany) |
Copyright © 2018 SAP SE. All rights reserved.