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 CustomerLink<CustomerCompany> |
Customer.TO_CUSTOMER_COMPANY
Use with available fluent helpers to apply the to_CustomerCompany navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerCompany |
CustomerCompany.CustomerCompanyBuilder.build() |
protected CustomerCompany |
CustomerCompanyCreateFluentHelper.getEntity() |
protected CustomerCompany |
CustomerCompanyUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<CustomerCompany> |
Customer.fetchCustomerCompany()
Fetches the CustomerCompany entities (one to many) associated with this entity.
|
Optional<List<CustomerCompany>> |
Customer.getCustomerCompanyIfPresent()
Retrieval of associated CustomerCompany entities (one to many).
|
List<CustomerCompany> |
Customer.getCustomerCompanyOrFetch()
Retrieval of associated CustomerCompany entities (one to many).
|
protected Class<CustomerCompany> |
CustomerCompanyByKeyFluentHelper.getEntityClass() |
protected Class<CustomerCompany> |
CustomerCompanyFluentHelper.getEntityClass() |
Class<CustomerCompany> |
CustomerCompany.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Customer.addCustomerCompany(CustomerCompany... entity)
Adds elements to the list of associated CustomerCompany entities.
|
Customer.CustomerBuilder |
Customer.CustomerBuilder.customerCompany(CustomerCompany... value) |
Modifier and Type | Method and Description |
---|---|
void |
Customer.setCustomerCompany(List<CustomerCompany> value)
Overwrites the list of associated CustomerCompany entities for the loaded navigation property to_CustomerCompany.
|
protected CustomerCompanyLink<ObjectT> |
CustomerCompanyLink.translateLinkType(EntityLink<CustomerCompanyLink<ObjectT>,CustomerCompany,ObjectT> link) |
Constructor and Description |
---|
CustomerCompanyCreateFluentHelper(String servicePath,
CustomerCompany entity)
Creates a fluent helper object that will create a
CustomerCompany entity on the OData endpoint. |
CustomerCompanyUpdateFluentHelper(String servicePath,
CustomerCompany entity)
Creates a fluent helper object that will update a
CustomerCompany entity on the OData endpoint. |
Constructor and Description |
---|
Customer(String customer,
String authorizationGroup,
String billingIsBlockedForCustomer,
String createdByUser,
LocalDateTime creationDate,
String customerAccountGroup,
String customerClassification,
String customerFullName,
String customerName,
String deliveryIsBlocked,
String nFPartnerIsNaturalPerson,
String orderIsBlockedForCustomer,
Boolean postingIsBlocked,
String supplier,
String customerCorporateGroup,
String fiscalAddress,
String industry,
String industryCode1,
String industryCode2,
String industryCode3,
String industryCode4,
String industryCode5,
String internationalLocationNumber1,
String nielsenRegion,
String responsibleType,
String taxNumber1,
String taxNumber2,
String taxNumber3,
String taxNumber4,
String taxNumber5,
String taxNumberType,
String vATRegistration,
Boolean deletionIndicator,
ErpConfigContext erpConfigContext,
List<CustomerCompany> toCustomerCompany,
List<CustomerSalesArea> toCustomerSalesArea) |
Modifier and Type | Method and Description |
---|---|
CustomerCompanyCreateFluentHelper |
BusinessPartnerService.createCustomerCompany(CustomerCompany customerCompany)
Create a new
CustomerCompany entity and save it to the S/4HANA system. |
CustomerCompanyCreateFluentHelper |
DefaultBusinessPartnerService.createCustomerCompany(CustomerCompany customerCompany) |
CustomerCompanyUpdateFluentHelper |
BusinessPartnerService.updateCustomerCompany(CustomerCompany customerCompany)
Update an existing
CustomerCompany entity and save it to the S/4HANA system. |
CustomerCompanyUpdateFluentHelper |
DefaultBusinessPartnerService.updateCustomerCompany(CustomerCompany customerCompany) |
Copyright © 2018 SAP SE. All rights reserved.