Modifier and Type | Field and Description |
---|---|
static BusinessPartnerLink<BuPaIdentification> |
BusinessPartner.TO_BU_PA_IDENTIFICATION
Use with available fluent helpers to apply the to_BuPaIdentification navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
BuPaIdentification |
BuPaIdentification.BuPaIdentificationBuilder.build() |
protected BuPaIdentification |
BuPaIdentificationUpdateFluentHelper.getEntity() |
protected BuPaIdentification |
BuPaIdentificationDeleteFluentHelper.getEntity() |
protected BuPaIdentification |
BuPaIdentificationCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<BuPaIdentification> |
BusinessPartner.fetchBuPaIdentification()
Fetches the BuPaIdentification entities (one to many) associated with this entity.
|
Optional<List<BuPaIdentification>> |
BusinessPartner.getBuPaIdentificationIfPresent()
Retrieval of associated BuPaIdentification entities (one to many).
|
List<BuPaIdentification> |
BusinessPartner.getBuPaIdentificationOrFetch()
Retrieval of associated BuPaIdentification entities (one to many).
|
protected Class<BuPaIdentification> |
BuPaIdentificationByKeyFluentHelper.getEntityClass() |
protected Class<BuPaIdentification> |
BuPaIdentificationFluentHelper.getEntityClass() |
Class<BuPaIdentification> |
BuPaIdentification.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessPartner.addBuPaIdentification(BuPaIdentification... entity)
Adds elements to the list of associated BuPaIdentification entities.
|
BusinessPartner.BusinessPartnerBuilder |
BusinessPartner.BusinessPartnerBuilder.buPaIdentification(BuPaIdentification... value) |
Modifier and Type | Method and Description |
---|---|
void |
BusinessPartner.setBuPaIdentification(List<BuPaIdentification> value)
Overwrites the list of associated BuPaIdentification entities for the loaded navigation property
to_BuPaIdentification.
|
Constructor and Description |
---|
BuPaIdentificationCreateFluentHelper(String servicePath,
BuPaIdentification entity)
Creates a fluent helper object that will create a
BuPaIdentification
entity on the OData endpoint. |
BuPaIdentificationDeleteFluentHelper(String servicePath,
BuPaIdentification entity)
Creates a fluent helper object that will delete a
BuPaIdentification
entity on the OData endpoint. |
BuPaIdentificationUpdateFluentHelper(String servicePath,
BuPaIdentification entity)
Creates a fluent helper object that will update a
BuPaIdentification
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,
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 |
---|---|
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.createBuPaIdentification(BuPaIdentification buPaIdentification)
Create a new
BuPaIdentification entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.createBuPaIdentification(BuPaIdentification buPaIdentification)
Create a new
BuPaIdentification entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.deleteBuPaIdentification(BuPaIdentification buPaIdentification)
Deletes an existing
BuPaIdentification entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.deleteBuPaIdentification(BuPaIdentification buPaIdentification)
Deletes an existing
BuPaIdentification entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.updateBuPaIdentification(BuPaIdentification buPaIdentification)
Update an existing
BuPaIdentification entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.updateBuPaIdentification(BuPaIdentification buPaIdentification)
Update an existing
BuPaIdentification entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BuPaIdentification> |
BuPaIdentificationOneToOneLink.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 BuPaIdentificationLink<ObjectT> |
BuPaIdentificationLink.translateLinkType(EntityLink<BuPaIdentificationLink<ObjectT>,BuPaIdentification,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.