Modifier and Type | Field and Description |
---|---|
static ServiceQuotationLink<ServiceQtanPersonResp> |
ServiceQuotation.TO_PERSON_RESPONSIBLE
Use with available fluent helpers to apply the to_PersonResponsible navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceQtanPersonResp |
ServiceQtanPersonResp.ServiceQtanPersonRespBuilder.build() |
protected ServiceQtanPersonResp |
ServiceQtanPersonRespCreateFluentHelper.getEntity() |
protected ServiceQtanPersonResp |
ServiceQtanPersonRespDeleteFluentHelper.getEntity() |
protected ServiceQtanPersonResp |
ServiceQtanPersonRespUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceQtanPersonResp> |
ServiceQuotation.fetchPersonResponsible()
Fetches the ServiceQtanPersonResp entities (one to many) associated with this entity.
|
protected Class<ServiceQtanPersonResp> |
ServiceQtanPersonRespByKeyFluentHelper.getEntityClass() |
protected Class<ServiceQtanPersonResp> |
ServiceQtanPersonRespFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceQtanPersonResp>> |
ServiceQuotation.getPersonResponsibleIfPresent()
Retrieval of associated ServiceQtanPersonResp entities (one to many).
|
List<ServiceQtanPersonResp> |
ServiceQuotation.getPersonResponsibleOrFetch()
Retrieval of associated ServiceQtanPersonResp entities (one to many).
|
Class<ServiceQtanPersonResp> |
ServiceQtanPersonResp.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceQuotation.addPersonResponsible(ServiceQtanPersonResp... entity)
Adds elements to the list of associated ServiceQtanPersonResp entities.
|
ServiceQuotation.ServiceQuotationBuilder |
ServiceQuotation.ServiceQuotationBuilder.personResponsible(ServiceQtanPersonResp... value)
Navigation property to_PersonResponsible for ServiceQuotation to multiple
ServiceQtanPersonResp.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceQuotation.setPersonResponsible(List<ServiceQtanPersonResp> value)
Overwrites the list of associated ServiceQtanPersonResp entities for the loaded navigation property
to_PersonResponsible.
|
Constructor and Description |
---|
ServiceQtanPersonRespCreateFluentHelper(String servicePath,
ServiceQtanPersonResp entity)
Creates a fluent helper object that will create a
ServiceQtanPersonResp entity on the OData endpoint. |
ServiceQtanPersonRespDeleteFluentHelper(String servicePath,
ServiceQtanPersonResp entity)
Creates a fluent helper object that will delete a
ServiceQtanPersonResp entity on the OData endpoint. |
ServiceQtanPersonRespUpdateFluentHelper(String servicePath,
ServiceQtanPersonResp entity)
Creates a fluent helper object that will update a
ServiceQtanPersonResp 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.createServiceQtanPersonResp(ServiceQtanPersonResp serviceQtanPersonResp)
Create a new
ServiceQtanPersonResp entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.createServiceQtanPersonResp(ServiceQtanPersonResp serviceQtanPersonResp)
Create a new
ServiceQtanPersonResp entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
ServiceQuotationServiceBatchChangeSet.deleteServiceQtanPersonResp(ServiceQtanPersonResp serviceQtanPersonResp)
Deletes an existing
ServiceQtanPersonResp entity in the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.deleteServiceQtanPersonResp(ServiceQtanPersonResp serviceQtanPersonResp)
Deletes an existing
ServiceQtanPersonResp entity in the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
ServiceQuotationServiceBatchChangeSet.updateServiceQtanPersonResp(ServiceQtanPersonResp serviceQtanPersonResp)
Update an existing
ServiceQtanPersonResp entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.updateServiceQtanPersonResp(ServiceQtanPersonResp serviceQtanPersonResp)
Update an existing
ServiceQtanPersonResp entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceQtanPersonResp> |
ServiceQtanPersonRespOneToOneLink.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 ServiceQtanPersonRespLink<ObjectT> |
ServiceQtanPersonRespLink.translateLinkType(EntityLink<ServiceQtanPersonRespLink<ObjectT>,ServiceQtanPersonResp,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.