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 BusinessPartnerLink<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 |
CustomerUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
Optional<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) |
void |
BusinessPartner.setCustomer(Customer value)
Overwrites the associated Customer entity for the loaded navigation property to_Customer.
|
Modifier and Type | Method and Description |
---|---|
protected CustomerLink<ObjectT> |
CustomerLink.translateLinkType(EntityLink<CustomerLink<ObjectT>,Customer,ObjectT> link) |
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 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 additionalLastName,
LocalDateTime birthDate,
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,
ErpConfigContext erpConfigContext,
List<BuPaIdentification> toBuPaIdentification,
List<BusinessPartnerAddress> toBusinessPartnerAddress,
List<BusinessPartnerBank> toBusinessPartnerBank,
List<BusinessPartnerContact> toBusinessPartnerContact,
List<BusinessPartnerRole> toBusinessPartnerRole,
List<BusinessPartnerTaxNumber> toBusinessPartnerTax,
Customer toCustomer,
Supplier toSupplier) |
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 |
---|---|
CustomerUpdateFluentHelper |
BusinessPartnerService.updateCustomer(Customer customer)
Update an existing
Customer entity and save it to the S/4HANA system. |
CustomerUpdateFluentHelper |
DefaultBusinessPartnerService.updateCustomer(Customer customer) |
Copyright © 2018 SAP SE. All rights reserved.