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<BusinessPartnerRole> |
BusinessPartner.TO_BUSINESS_PARTNER_ROLE
Use with available fluent helpers to apply the to_BusinessPartnerRole navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
BusinessPartnerRole |
BusinessPartnerRole.BusinessPartnerRoleBuilder.build() |
protected BusinessPartnerRole |
BusinessPartnerRoleCreateFluentHelper.getEntity() |
protected BusinessPartnerRole |
BusinessPartnerRoleUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<BusinessPartnerRole> |
BusinessPartner.fetchBusinessPartnerRole()
Fetches the BusinessPartnerRole entities (one to many) associated with this entity.
|
Optional<List<BusinessPartnerRole>> |
BusinessPartner.getBusinessPartnerRoleIfPresent()
Retrieval of associated BusinessPartnerRole entities (one to many).
|
List<BusinessPartnerRole> |
BusinessPartner.getBusinessPartnerRoleOrFetch()
Retrieval of associated BusinessPartnerRole entities (one to many).
|
protected Class<BusinessPartnerRole> |
BusinessPartnerRoleByKeyFluentHelper.getEntityClass() |
protected Class<BusinessPartnerRole> |
BusinessPartnerRoleFluentHelper.getEntityClass() |
Class<BusinessPartnerRole> |
BusinessPartnerRole.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessPartner.addBusinessPartnerRole(BusinessPartnerRole... entity)
Adds elements to the list of associated BusinessPartnerRole entities.
|
BusinessPartner.BusinessPartnerBuilder |
BusinessPartner.BusinessPartnerBuilder.businessPartnerRole(BusinessPartnerRole... value) |
Modifier and Type | Method and Description |
---|---|
void |
BusinessPartner.setBusinessPartnerRole(List<BusinessPartnerRole> value)
Overwrites the list of associated BusinessPartnerRole entities for the loaded navigation property
to_BusinessPartnerRole.
|
protected BusinessPartnerRoleLink<ObjectT> |
BusinessPartnerRoleLink.translateLinkType(EntityLink<BusinessPartnerRoleLink<ObjectT>,BusinessPartnerRole,ObjectT> link) |
Constructor and Description |
---|
BusinessPartnerRoleCreateFluentHelper(String servicePath,
BusinessPartnerRole entity)
Creates a fluent helper object that will create a
BusinessPartnerRole entity on the OData endpoint. |
BusinessPartnerRoleUpdateFluentHelper(String servicePath,
BusinessPartnerRole entity)
Creates a fluent helper object that will update a
BusinessPartnerRole entity on the OData endpoint. |
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) |
Modifier and Type | Method and Description |
---|---|
BusinessPartnerRoleCreateFluentHelper |
BusinessPartnerService.createBusinessPartnerRole(BusinessPartnerRole businessPartnerRole)
Create a new
BusinessPartnerRole entity and save it to the S/4HANA system. |
BusinessPartnerRoleCreateFluentHelper |
DefaultBusinessPartnerService.createBusinessPartnerRole(BusinessPartnerRole businessPartnerRole) |
BusinessPartnerRoleUpdateFluentHelper |
BusinessPartnerService.updateBusinessPartnerRole(BusinessPartnerRole businessPartnerRole)
Update an existing
BusinessPartnerRole entity and save it to the S/4HANA system. |
BusinessPartnerRoleUpdateFluentHelper |
DefaultBusinessPartnerService.updateBusinessPartnerRole(BusinessPartnerRole businessPartnerRole) |
Copyright © 2018 SAP SE. All rights reserved.