Modifier and Type | Field and Description |
---|---|
static ServiceQuotationLink<ServiceQuotationText> |
ServiceQuotation.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceQuotationText |
ServiceQuotationText.ServiceQuotationTextBuilder.build() |
protected ServiceQuotationText |
ServiceQuotationTextUpdateFluentHelper.getEntity() |
protected ServiceQuotationText |
ServiceQuotationTextCreateFluentHelper.getEntity() |
protected ServiceQuotationText |
ServiceQuotationTextDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceQuotationText> |
ServiceQuotation.fetchText()
Fetches the ServiceQuotationText entities (one to many) associated with this entity.
|
protected Class<ServiceQuotationText> |
ServiceQuotationTextByKeyFluentHelper.getEntityClass() |
protected Class<ServiceQuotationText> |
ServiceQuotationTextFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceQuotationText>> |
ServiceQuotation.getTextIfPresent()
Retrieval of associated ServiceQuotationText entities (one to many).
|
List<ServiceQuotationText> |
ServiceQuotation.getTextOrFetch()
Retrieval of associated ServiceQuotationText entities (one to many).
|
Class<ServiceQuotationText> |
ServiceQuotationText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceQuotation.addText(ServiceQuotationText... entity)
Adds elements to the list of associated ServiceQuotationText entities.
|
ServiceQuotation.ServiceQuotationBuilder |
ServiceQuotation.ServiceQuotationBuilder.text(ServiceQuotationText... value)
Navigation property to_Text for ServiceQuotation to multiple ServiceQuotationText.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceQuotation.setText(List<ServiceQuotationText> value)
Overwrites the list of associated ServiceQuotationText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
ServiceQuotation(String serviceQuotation,
String serviceQuotationType,
UUID serviceQuotationUUID,
String serviceQuotationDescription,
String language,
ZonedDateTime requestedServiceStartDateTime,
ZonedDateTime requestedServiceEndDateTime,
BigDecimal srvcQtanValidityStartDateTime,
BigDecimal srvcQtanValidityEndDateTime,
String serviceQtanExtReference,
String serviceQuotationIsReleased,
String serviceQuotationIsAccepted,
String serviceQuotationIsRejected,
String srvcQuotationRejectionReason,
String salesOrganization,
String distributionChannel,
String division,
String salesOffice,
String salesGroup,
String soldToParty,
String shipToParty,
String contactPerson,
String serviceQtanSuccessorOrder,
String respyMgmtServiceTeamName,
String respyMgmtGlobalTeamID,
String transactionCurrency,
BigDecimal serviceDocGrossAmount,
BigDecimal serviceDocNetAmount,
BigDecimal serviceDocTaxAmount,
List<ServiceQuotationItem> toItem,
List<ServiceQtanPersonResp> toPersonResponsible,
List<ServiceQtanPriceElement> toPricingElement,
List<ServiceQtanRefObject> toReferenceObject,
List<ServiceQuotationText> toText) |
Modifier and Type | Method and Description |
---|---|
ServiceQuotationServiceBatchChangeSet |
ServiceQuotationServiceBatchChangeSet.createServiceQuotationText(ServiceQuotationText serviceQuotationText)
Create a new
ServiceQuotationText entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.createServiceQuotationText(ServiceQuotationText serviceQuotationText)
Create a new
ServiceQuotationText entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
ServiceQuotationServiceBatchChangeSet.deleteServiceQuotationText(ServiceQuotationText serviceQuotationText)
Deletes an existing
ServiceQuotationText entity in the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.deleteServiceQuotationText(ServiceQuotationText serviceQuotationText)
Deletes an existing
ServiceQuotationText entity in the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
ServiceQuotationServiceBatchChangeSet.updateServiceQuotationText(ServiceQuotationText serviceQuotationText)
Update an existing
ServiceQuotationText entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.updateServiceQuotationText(ServiceQuotationText serviceQuotationText)
Update an existing
ServiceQuotationText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceQuotationText> |
ServiceQuotationTextOneToOneLink.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 ServiceQuotationTextLink<ObjectT> |
ServiceQuotationTextLink.translateLinkType(EntityLink<ServiceQuotationTextLink<ObjectT>,ServiceQuotationText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.