Modifier and Type | Field and Description |
---|---|
static ServiceQuotationLink<ServiceQtanRefObject> |
ServiceQuotation.TO_REFERENCE_OBJECT
Use with available fluent helpers to apply the to_ReferenceObject navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceQtanRefObject |
ServiceQtanRefObject.ServiceQtanRefObjectBuilder.build() |
protected ServiceQtanRefObject |
ServiceQtanRefObjectCreateFluentHelper.getEntity() |
protected ServiceQtanRefObject |
ServiceQtanRefObjectDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceQtanRefObject> |
ServiceQuotation.fetchReferenceObject()
Fetches the ServiceQtanRefObject entities (one to many) associated with this entity.
|
protected Class<ServiceQtanRefObject> |
ServiceQtanRefObjectFluentHelper.getEntityClass() |
protected Class<ServiceQtanRefObject> |
ServiceQtanRefObjectByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceQtanRefObject>> |
ServiceQuotation.getReferenceObjectIfPresent()
Retrieval of associated ServiceQtanRefObject entities (one to many).
|
List<ServiceQtanRefObject> |
ServiceQuotation.getReferenceObjectOrFetch()
Retrieval of associated ServiceQtanRefObject entities (one to many).
|
Class<ServiceQtanRefObject> |
ServiceQtanRefObject.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceQuotation.addReferenceObject(ServiceQtanRefObject... entity)
Adds elements to the list of associated ServiceQtanRefObject entities.
|
ServiceQuotation.ServiceQuotationBuilder |
ServiceQuotation.ServiceQuotationBuilder.referenceObject(ServiceQtanRefObject... value)
Navigation property to_ReferenceObject for ServiceQuotation to multiple
ServiceQtanRefObject.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceQuotation.setReferenceObject(List<ServiceQtanRefObject> value)
Overwrites the list of associated ServiceQtanRefObject entities for the loaded navigation property
to_ReferenceObject.
|
Constructor and Description |
---|
ServiceQtanRefObjectCreateFluentHelper(String servicePath,
ServiceQtanRefObject entity)
Creates a fluent helper object that will create a
ServiceQtanRefObject entity on the OData endpoint. |
ServiceQtanRefObjectDeleteFluentHelper(String servicePath,
ServiceQtanRefObject entity)
Creates a fluent helper object that will delete a
ServiceQtanRefObject 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 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.createServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject)
Create a new
ServiceQtanRefObject entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.createServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject)
Create a new
ServiceQtanRefObject entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
ServiceQuotationServiceBatchChangeSet.deleteServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject)
Deletes an existing
ServiceQtanRefObject entity in the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.deleteServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject)
Deletes an existing
ServiceQtanRefObject entity in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceQtanRefObject> |
ServiceQtanRefObjectOneToOneLink.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 ServiceQtanRefObjectLink<ObjectT> |
ServiceQtanRefObjectLink.translateLinkType(EntityLink<ServiceQtanRefObjectLink<ObjectT>,ServiceQtanRefObject,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ServiceQtanRefObjectCreateFluentHelper |
ServiceQuotationService.createServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject)
Create a new
ServiceQtanRefObject entity and save it to the S/4HANA system. |
ServiceQtanRefObjectCreateFluentHelper |
DefaultServiceQuotationService.createServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject) |
ServiceQtanRefObjectDeleteFluentHelper |
ServiceQuotationService.deleteServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject)
Deletes an existing
ServiceQtanRefObject entity in the S/4HANA system. |
ServiceQtanRefObjectDeleteFluentHelper |
DefaultServiceQuotationService.deleteServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject) |
Copyright © 2020 SAP SE. All rights reserved.