Modifier and Type | Field and Description |
---|---|
static BusinessPartnerOneToOneLink<Customer> |
BusinessPartner.TO_CUSTOMER
Use with available fluent helpers to apply the to_Customer navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Customer |
Customer.CustomerBuilder.build() |
Customer |
BusinessPartner.fetchCustomer()
Fetches the Customer entity (one to one) associated with this entity.
|
Customer |
BusinessPartner.getCustomerOrFetch()
Retrieval of associated Customer entity (one to one).
|
protected Customer |
CustomerCreateFluentHelper.getEntity() |
protected Customer |
CustomerUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<Customer> |
BusinessPartner.getCustomerIfPresent()
Retrieval of associated Customer entity (one to one).
|
protected Class<Customer> |
CustomerByKeyFluentHelper.getEntityClass() |
protected Class<Customer> |
CustomerFluentHelper.getEntityClass() |
Class<Customer> |
Customer.getType() |
Modifier and Type | Method and Description |
---|---|
BusinessPartner.BusinessPartnerBuilder |
BusinessPartner.BusinessPartnerBuilder.customer(Customer value)
Navigation property to_Customer for BusinessPartner to single Customer.
|
void |
BusinessPartner.setCustomer(Customer value)
Overwrites the associated Customer entity for the loaded navigation property to_Customer.
|
Constructor and Description |
---|
BusinessPartner(String businessPartner,
String customer,
String supplier,
String academicTitle,
String authorizationGroup,
String businessPartnerCategory,
String businessPartnerFullName,
String businessPartnerGrouping,
String businessPartnerName,
UUID businessPartnerUUID,
String correspondenceLanguage,
String createdByUser,
LocalDateTime creationDate,
LocalTime creationTime,
String firstName,
String formOfAddress,
String industry,
String internationalLocationNumber1,
String internationalLocationNumber2,
Boolean isFemale,
Boolean isMale,
String isNaturalPerson,
Boolean isSexUnknown,
String genderCodeName,
String language,
LocalDateTime lastChangeDate,
LocalTime lastChangeTime,
String lastChangedByUser,
String lastName,
String legalForm,
String organizationBPName1,
String organizationBPName2,
String organizationBPName3,
String organizationBPName4,
LocalDateTime organizationFoundationDate,
LocalDateTime organizationLiquidationDate,
String searchTerm1,
String searchTerm2,
String additionalLastName,
LocalDateTime birthDate,
String businessPartnerBirthDateStatus,
String businessPartnerBirthplaceName,
Boolean businessPartnerIsBlocked,
String businessPartnerType,
String eTag,
String groupBusinessPartnerName1,
String groupBusinessPartnerName2,
String independentAddressID,
String internationalLocationNumber3,
String middleName,
String nameCountry,
String nameFormat,
String personFullName,
String personNumber,
Boolean isMarkedForArchiving,
String businessPartnerIDByExtSystem,
String tradingPartner,
List<BuPaIdentification> toBuPaIdentification,
List<BuPaIndustry> toBuPaIndustry,
List<BusinessPartnerAddress> toBusinessPartnerAddress,
List<BusinessPartnerBank> toBusinessPartnerBank,
List<BusinessPartnerContact> toBusinessPartnerContact,
List<BusinessPartnerRole> toBusinessPartnerRole,
List<BusinessPartnerTaxNumber> toBusinessPartnerTax,
Customer toCustomer,
Supplier toSupplier) |
CustomerCreateFluentHelper(String servicePath,
Customer entity)
Creates a fluent helper object that will create a
Customer
entity on the OData endpoint. |
CustomerUpdateFluentHelper(String servicePath,
Customer entity)
Creates a fluent helper object that will update a
Customer
entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.createCustomer(Customer customer)
Create a new
Customer entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.createCustomer(Customer customer)
Create a new
Customer entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.updateCustomer(Customer customer)
Update an existing
Customer
entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.updateCustomer(Customer customer)
Update an existing
Customer
entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Customer> |
CustomerOneToOneLink.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 CustomerLink<ObjectT> |
CustomerLink.translateLinkType(EntityLink<CustomerLink<ObjectT>,Customer,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
CustomerCreateFluentHelper |
BusinessPartnerService.createCustomer(Customer customer)
Create a new
Customer entity and save it to the S/4HANA system. |
CustomerCreateFluentHelper |
DefaultBusinessPartnerService.createCustomer(Customer customer) |
CustomerUpdateFluentHelper |
BusinessPartnerService.updateCustomer(Customer customer)
Update an existing
Customer
entity and save it to the S/4HANA system. |
CustomerUpdateFluentHelper |
DefaultBusinessPartnerService.updateCustomer(Customer customer) |
Copyright © 2021 SAP SE. All rights reserved.