Modifier and Type | Field and Description |
---|---|
static BusinessPartnerLink<BuPaIndustry> |
BusinessPartner.TO_BU_PA_INDUSTRY
Use with available fluent helpers to apply the to_BuPaIndustry navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
BuPaIndustry |
BuPaIndustry.BuPaIndustryBuilder.build() |
protected BuPaIndustry |
BuPaIndustryUpdateFluentHelper.getEntity() |
protected BuPaIndustry |
BuPaIndustryCreateFluentHelper.getEntity() |
protected BuPaIndustry |
BuPaIndustryDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<BuPaIndustry> |
BusinessPartner.fetchBuPaIndustry()
Fetches the BuPaIndustry entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<BuPaIndustry>> |
BusinessPartner.getBuPaIndustryIfPresent()
Retrieval of associated BuPaIndustry entities (one to many).
|
List<BuPaIndustry> |
BusinessPartner.getBuPaIndustryOrFetch()
Retrieval of associated BuPaIndustry entities (one to many).
|
protected Class<BuPaIndustry> |
BuPaIndustryByKeyFluentHelper.getEntityClass() |
protected Class<BuPaIndustry> |
BuPaIndustryFluentHelper.getEntityClass() |
Class<BuPaIndustry> |
BuPaIndustry.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessPartner.addBuPaIndustry(BuPaIndustry... entity)
Adds elements to the list of associated BuPaIndustry entities.
|
BusinessPartner.BusinessPartnerBuilder |
BusinessPartner.BusinessPartnerBuilder.buPaIndustry(BuPaIndustry... value)
Navigation property to_BuPaIndustry for BusinessPartner to multiple BuPaIndustry.
|
Modifier and Type | Method and Description |
---|---|
void |
BusinessPartner.setBuPaIndustry(List<BuPaIndustry> value)
Overwrites the list of associated BuPaIndustry entities for the loaded navigation property
to_BuPaIndustry.
|
Constructor and Description |
---|
BuPaIndustryCreateFluentHelper(String servicePath,
BuPaIndustry entity)
Creates a fluent helper object that will create a
BuPaIndustry entity on
the OData endpoint. |
BuPaIndustryDeleteFluentHelper(String servicePath,
BuPaIndustry entity)
Creates a fluent helper object that will delete a
BuPaIndustry entity on
the OData endpoint. |
BuPaIndustryUpdateFluentHelper(String servicePath,
BuPaIndustry entity)
Creates a fluent helper object that will update a
BuPaIndustry 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,
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) |
Modifier and Type | Method and Description |
---|---|
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.createBuPaIndustry(BuPaIndustry buPaIndustry)
Create a new
BuPaIndustry entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.createBuPaIndustry(BuPaIndustry buPaIndustry)
Create a new
BuPaIndustry entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.deleteBuPaIndustry(BuPaIndustry buPaIndustry)
Deletes an existing
BuPaIndustry entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.deleteBuPaIndustry(BuPaIndustry buPaIndustry)
Deletes an existing
BuPaIndustry entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.updateBuPaIndustry(BuPaIndustry buPaIndustry)
Update an existing
BuPaIndustry entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.updateBuPaIndustry(BuPaIndustry buPaIndustry)
Update an existing
BuPaIndustry entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BuPaIndustry> |
BuPaIndustryOneToOneLink.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 BuPaIndustryLink<ObjectT> |
BuPaIndustryLink.translateLinkType(EntityLink<BuPaIndustryLink<ObjectT>,BuPaIndustry,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
BuPaIndustryCreateFluentHelper |
BusinessPartnerService.createBuPaIndustry(BuPaIndustry buPaIndustry)
Create a new
BuPaIndustry entity and save it to the S/4HANA system. |
BuPaIndustryCreateFluentHelper |
DefaultBusinessPartnerService.createBuPaIndustry(BuPaIndustry buPaIndustry) |
BuPaIndustryDeleteFluentHelper |
BusinessPartnerService.deleteBuPaIndustry(BuPaIndustry buPaIndustry)
Deletes an existing
BuPaIndustry entity in the S/4HANA system. |
BuPaIndustryDeleteFluentHelper |
DefaultBusinessPartnerService.deleteBuPaIndustry(BuPaIndustry buPaIndustry) |
BuPaIndustryUpdateFluentHelper |
BusinessPartnerService.updateBuPaIndustry(BuPaIndustry buPaIndustry)
Update an existing
BuPaIndustry entity and save it to the S/4HANA system. |
BuPaIndustryUpdateFluentHelper |
DefaultBusinessPartnerService.updateBuPaIndustry(BuPaIndustry buPaIndustry) |
Copyright © 2019 SAP SE. All rights reserved.