Modifier and Type | Field and Description |
---|---|
static ServiceOrderLink<ServiceOrderPersonResp> |
ServiceOrder.TO_PERSON_RESPONSIBLE
Use with available fluent helpers to apply the to_PersonResponsible navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceOrderPersonResp |
ServiceOrderPersonResp.ServiceOrderPersonRespBuilder.build() |
protected ServiceOrderPersonResp |
ServiceOrderPersonRespCreateFluentHelper.getEntity() |
protected ServiceOrderPersonResp |
ServiceOrderPersonRespUpdateFluentHelper.getEntity() |
protected ServiceOrderPersonResp |
ServiceOrderPersonRespDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceOrderPersonResp> |
ServiceOrder.fetchPersonResponsible()
Fetches the ServiceOrderPersonResp entities (one to many) associated with this entity.
|
protected Class<ServiceOrderPersonResp> |
ServiceOrderPersonRespByKeyFluentHelper.getEntityClass() |
protected Class<ServiceOrderPersonResp> |
ServiceOrderPersonRespFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceOrderPersonResp>> |
ServiceOrder.getPersonResponsibleIfPresent()
Retrieval of associated ServiceOrderPersonResp entities (one to many).
|
List<ServiceOrderPersonResp> |
ServiceOrder.getPersonResponsibleOrFetch()
Retrieval of associated ServiceOrderPersonResp entities (one to many).
|
Class<ServiceOrderPersonResp> |
ServiceOrderPersonResp.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrder.addPersonResponsible(ServiceOrderPersonResp... entity)
Adds elements to the list of associated ServiceOrderPersonResp entities.
|
ServiceOrder.ServiceOrderBuilder |
ServiceOrder.ServiceOrderBuilder.personResponsible(ServiceOrderPersonResp... value)
Navigation property to_PersonResponsible for ServiceOrder to multiple
ServiceOrderPersonResp.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrder.setPersonResponsible(List<ServiceOrderPersonResp> value)
Overwrites the list of associated ServiceOrderPersonResp entities for the loaded navigation property
to_PersonResponsible.
|
Constructor and Description |
---|
ServiceOrder(String serviceOrder,
String serviceOrderType,
UUID serviceOrderUUID,
String serviceOrderDescription,
String serviceObjectType,
String language,
String serviceDocumentPriority,
ZonedDateTime requestedServiceStartDateTime,
ZonedDateTime requestedServiceEndDateTime,
String serviceDocumentTemplateType,
String purchaseOrderByCustomer,
LocalDateTime customerPurchaseOrderDate,
String serviceOrderIsReleased,
String serviceOrderIsCompleted,
String serviceOrderIsRejected,
String salesOrganization,
String distributionChannel,
String division,
String salesOffice,
String salesGroup,
String soldToParty,
String shipToParty,
String billToParty,
String payerParty,
String contactPerson,
BigDecimal serviceDocGrossAmount,
BigDecimal serviceDocNetAmount,
BigDecimal serviceDocTaxAmount,
String transactionCurrency,
String referenceServiceRequest,
String referenceServiceContract,
String refServiceOrderTemplate,
String referenceServiceOrder,
String respyMgmtServiceTeam,
String respyMgmtServiceTeamName,
String respyMgmtGlobalTeamID,
String salesOrganizationOrgUnitID,
String serviceOrganization,
String salesOfficeOrgUnitID,
String salesGroupOrgUnitID,
List<ServiceOrderConfirmation> toConfirmation,
List<ServiceOrderDefect> toDefect,
List<ServiceOrderItem> toItem,
List<ServiceOrderPersonResp> toPersonResponsible,
List<ServiceOrderPriceElement> toPricingElement,
List<ServiceOrderRefObject> toReferenceObject,
List<ServiceOrderText> toText) |
Modifier and Type | Method and Description |
---|---|
ServiceOrderServiceBatchChangeSet |
ServiceOrderServiceBatchChangeSet.createServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp)
Create a new
ServiceOrderPersonResp entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.createServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp)
Create a new
ServiceOrderPersonResp entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
ServiceOrderServiceBatchChangeSet.deleteServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp)
Deletes an existing
ServiceOrderPersonResp entity in the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.deleteServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp)
Deletes an existing
ServiceOrderPersonResp entity in the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
ServiceOrderServiceBatchChangeSet.updateServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp)
Update an existing
ServiceOrderPersonResp entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.updateServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp)
Update an existing
ServiceOrderPersonResp entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceOrderPersonResp> |
ServiceOrderPersonRespOneToOneLink.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 ServiceOrderPersonRespLink<ObjectT> |
ServiceOrderPersonRespLink.translateLinkType(EntityLink<ServiceOrderPersonRespLink<ObjectT>,ServiceOrderPersonResp,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.