Modifier and Type | Field and Description |
---|---|
static ServiceConfirmationLink<ServiceConfPersonResp> |
ServiceConfirmation.TO_PERSON_RESPONSIBLE
Use with available fluent helpers to apply the to_PersonResponsible navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceConfPersonResp |
ServiceConfPersonResp.ServiceConfPersonRespBuilder.build() |
protected ServiceConfPersonResp |
ServiceConfPersonRespCreateFluentHelper.getEntity() |
protected ServiceConfPersonResp |
ServiceConfPersonRespUpdateFluentHelper.getEntity() |
protected ServiceConfPersonResp |
ServiceConfPersonRespDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceConfPersonResp> |
ServiceConfirmation.fetchPersonResponsible()
Fetches the ServiceConfPersonResp entities (one to many) associated with this entity.
|
protected Class<ServiceConfPersonResp> |
ServiceConfPersonRespByKeyFluentHelper.getEntityClass() |
protected Class<ServiceConfPersonResp> |
ServiceConfPersonRespFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceConfPersonResp>> |
ServiceConfirmation.getPersonResponsibleIfPresent()
Retrieval of associated ServiceConfPersonResp entities (one to many).
|
List<ServiceConfPersonResp> |
ServiceConfirmation.getPersonResponsibleOrFetch()
Retrieval of associated ServiceConfPersonResp entities (one to many).
|
Class<ServiceConfPersonResp> |
ServiceConfPersonResp.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfirmation.addPersonResponsible(ServiceConfPersonResp... entity)
Adds elements to the list of associated ServiceConfPersonResp entities.
|
ServiceConfirmation.ServiceConfirmationBuilder |
ServiceConfirmation.ServiceConfirmationBuilder.personResponsible(ServiceConfPersonResp... value)
Navigation property to_PersonResponsible for ServiceConfirmation to multiple
ServiceConfPersonResp.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfirmation.setPersonResponsible(List<ServiceConfPersonResp> value)
Overwrites the list of associated ServiceConfPersonResp entities for the loaded navigation property
to_PersonResponsible.
|
Constructor and Description |
---|
ServiceConfirmation(String serviceConfirmation,
String serviceConfirmationType,
UUID serviceConfirmationUUID,
String serviceConfirmationDescription,
String serviceObjectType,
String language,
String serviceDocumentPriority,
ZonedDateTime requestedServiceStartDateTime,
ZonedDateTime requestedServiceEndDateTime,
String purchaseOrderByCustomer,
LocalDateTime customerPurchaseOrderDate,
String serviceConfirmationIsCompleted,
Boolean serviceConfirmationIsCanceled,
String salesOrganization,
String distributionChannel,
String division,
String salesOffice,
String salesGroup,
String soldToParty,
String shipToParty,
String billToParty,
String payerParty,
String contactPerson,
String referenceServiceOrder,
String serviceConfirmationIsFinal,
String transactionCurrency,
String respyMgmtServiceTeam,
String respyMgmtServiceTeamName,
String respyMgmtGlobalTeamID,
String salesOrganizationOrgUnitID,
String serviceOrganization,
String salesOfficeOrgUnitID,
String salesGroupOrgUnitID,
List<ServiceConfirmationItem> toItem,
List<ServiceConfPersonResp> toPersonResponsible,
List<ServiceConfPriceElement> toPricingElement,
List<ServiceConfRefObject> toReferenceObject,
List<ServiceConfirmationText> toText) |
Modifier and Type | Method and Description |
---|---|
ServiceConfirmationServiceBatchChangeSet |
ServiceConfirmationServiceBatchChangeSet.createServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp)
Create a new
ServiceConfPersonResp entity and save it to the S/4HANA system. |
ServiceConfirmationServiceBatchChangeSet |
DefaultServiceConfirmationServiceBatchChangeSet.createServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp)
Create a new
ServiceConfPersonResp entity and save it to the S/4HANA system. |
ServiceConfirmationServiceBatchChangeSet |
ServiceConfirmationServiceBatchChangeSet.deleteServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp)
Deletes an existing
ServiceConfPersonResp entity in the S/4HANA system. |
ServiceConfirmationServiceBatchChangeSet |
DefaultServiceConfirmationServiceBatchChangeSet.deleteServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp)
Deletes an existing
ServiceConfPersonResp entity in the S/4HANA system. |
ServiceConfirmationServiceBatchChangeSet |
ServiceConfirmationServiceBatchChangeSet.updateServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp)
Update an existing
ServiceConfPersonResp entity and save it to the S/4HANA system. |
ServiceConfirmationServiceBatchChangeSet |
DefaultServiceConfirmationServiceBatchChangeSet.updateServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp)
Update an existing
ServiceConfPersonResp entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceConfPersonResp> |
ServiceConfPersonRespOneToOneLink.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 ServiceConfPersonRespLink<ObjectT> |
ServiceConfPersonRespLink.translateLinkType(EntityLink<ServiceConfPersonRespLink<ObjectT>,ServiceConfPersonResp,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.