Modifier and Type | Field and Description |
---|---|
static ServiceQuotationLink<ServiceQuotationItem> |
ServiceQuotation.TO_ITEM
Use with available fluent helpers to apply the to_Item navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceQuotationItem |
ServiceQuotationItem.ServiceQuotationItemBuilder.build() |
protected ServiceQuotationItem |
ServiceQuotationItemCreateFluentHelper.getEntity() |
protected ServiceQuotationItem |
ServiceQuotationItemDeleteFluentHelper.getEntity() |
protected ServiceQuotationItem |
ServiceQuotationItemUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceQuotationItem> |
ServiceQuotation.fetchItem()
Fetches the ServiceQuotationItem entities (one to many) associated with this entity.
|
protected Class<ServiceQuotationItem> |
ServiceQuotationItemFluentHelper.getEntityClass() |
protected Class<ServiceQuotationItem> |
ServiceQuotationItemByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceQuotationItem>> |
ServiceQuotation.getItemIfPresent()
Retrieval of associated ServiceQuotationItem entities (one to many).
|
List<ServiceQuotationItem> |
ServiceQuotation.getItemOrFetch()
Retrieval of associated ServiceQuotationItem entities (one to many).
|
Class<ServiceQuotationItem> |
ServiceQuotationItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceQuotation.addItem(ServiceQuotationItem... entity)
Adds elements to the list of associated ServiceQuotationItem entities.
|
ServiceQuotation.ServiceQuotationBuilder |
ServiceQuotation.ServiceQuotationBuilder.item(ServiceQuotationItem... value)
Navigation property to_Item for ServiceQuotation to multiple ServiceQuotationItem.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceQuotation.setItem(List<ServiceQuotationItem> value)
Overwrites the list of associated ServiceQuotationItem entities for the loaded navigation property
to_Item.
|
Constructor and Description |
---|
ServiceQuotationItemCreateFluentHelper(String servicePath,
ServiceQuotationItem entity)
Creates a fluent helper object that will create a
ServiceQuotationItem entity on the OData endpoint. |
ServiceQuotationItemDeleteFluentHelper(String servicePath,
ServiceQuotationItem entity)
Creates a fluent helper object that will delete a
ServiceQuotationItem entity on the OData endpoint. |
ServiceQuotationItemUpdateFluentHelper(String servicePath,
ServiceQuotationItem entity)
Creates a fluent helper object that will update a
ServiceQuotationItem entity on the OData endpoint. |
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 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.createServiceQuotationItem(ServiceQuotationItem serviceQuotationItem)
Create a new
ServiceQuotationItem entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.createServiceQuotationItem(ServiceQuotationItem serviceQuotationItem)
Create a new
ServiceQuotationItem entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
ServiceQuotationServiceBatchChangeSet.deleteServiceQuotationItem(ServiceQuotationItem serviceQuotationItem)
Deletes an existing
ServiceQuotationItem entity in the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.deleteServiceQuotationItem(ServiceQuotationItem serviceQuotationItem)
Deletes an existing
ServiceQuotationItem entity in the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
ServiceQuotationServiceBatchChangeSet.updateServiceQuotationItem(ServiceQuotationItem serviceQuotationItem)
Update an existing
ServiceQuotationItem entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.updateServiceQuotationItem(ServiceQuotationItem serviceQuotationItem)
Update an existing
ServiceQuotationItem entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceQuotationItem> |
ServiceQuotationItemOneToOneLink.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 ServiceQuotationItemLink<ObjectT> |
ServiceQuotationItemLink.translateLinkType(EntityLink<ServiceQuotationItemLink<ObjectT>,ServiceQuotationItem,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.