Modifier and Type | Field and Description |
---|---|
static ServiceOrderTemplateLink<ServiceOrderTmplPersonResp> |
ServiceOrderTemplate.TO_PERSON_RESPONSIBLE
Use with available fluent helpers to apply the to_PersonResponsible navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceOrderTmplPersonResp |
ServiceOrderTmplPersonResp.ServiceOrderTmplPersonRespBuilder.build() |
protected ServiceOrderTmplPersonResp |
ServiceOrderTmplPersonRespCreateFluentHelper.getEntity() |
protected ServiceOrderTmplPersonResp |
ServiceOrderTmplPersonRespUpdateFluentHelper.getEntity() |
protected ServiceOrderTmplPersonResp |
ServiceOrderTmplPersonRespDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceOrderTmplPersonResp> |
ServiceOrderTemplate.fetchPersonResponsible()
Fetches the ServiceOrderTmplPersonResp entities (one to many) associated with this entity.
|
protected Class<ServiceOrderTmplPersonResp> |
ServiceOrderTmplPersonRespFluentHelper.getEntityClass() |
protected Class<ServiceOrderTmplPersonResp> |
ServiceOrderTmplPersonRespByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceOrderTmplPersonResp>> |
ServiceOrderTemplate.getPersonResponsibleIfPresent()
Retrieval of associated ServiceOrderTmplPersonResp entities (one to many).
|
List<ServiceOrderTmplPersonResp> |
ServiceOrderTemplate.getPersonResponsibleOrFetch()
Retrieval of associated ServiceOrderTmplPersonResp entities (one to many).
|
Class<ServiceOrderTmplPersonResp> |
ServiceOrderTmplPersonResp.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrderTemplate.addPersonResponsible(ServiceOrderTmplPersonResp... entity)
Adds elements to the list of associated ServiceOrderTmplPersonResp entities.
|
ServiceOrderTemplate.ServiceOrderTemplateBuilder |
ServiceOrderTemplate.ServiceOrderTemplateBuilder.personResponsible(ServiceOrderTmplPersonResp... value)
Navigation property to_PersonResponsible for ServiceOrderTemplate to multiple
ServiceOrderTmplPersonResp.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrderTemplate.setPersonResponsible(List<ServiceOrderTmplPersonResp> value)
Overwrites the list of associated ServiceOrderTmplPersonResp entities for the loaded navigation property
to_PersonResponsible.
|
Constructor and Description |
---|
ServiceOrderTmplPersonRespCreateFluentHelper(String servicePath,
ServiceOrderTmplPersonResp entity)
Creates a fluent helper object that will create a
ServiceOrderTmplPersonResp entity on the OData endpoint. |
ServiceOrderTmplPersonRespDeleteFluentHelper(String servicePath,
ServiceOrderTmplPersonResp entity)
Creates a fluent helper object that will delete a
ServiceOrderTmplPersonResp entity on the OData endpoint. |
ServiceOrderTmplPersonRespUpdateFluentHelper(String servicePath,
ServiceOrderTmplPersonResp entity)
Creates a fluent helper object that will update a
ServiceOrderTmplPersonResp entity on the OData endpoint. |
Constructor and Description |
---|
ServiceOrderTemplate(String serviceOrderTemplate,
UUID serviceOrderTemplateUUID,
String serviceOrderTemplateType,
String serviceObjectType,
String srvcOrdTmplDescription,
String serviceDocumentTemplateType,
String srvcDocTemplateSearchTermText,
String language,
String serviceDocumentPriority,
ZonedDateTime srvcDocTmplValdtyStartDateTime,
ZonedDateTime srvcDocTmplValdtyEndDateTime,
String srvcOrdTmplIsReleased,
String srvcOrdTmplIsCompleted,
String serviceOrderType,
String serviceDocumentType,
String salesOrganizationOrgUnitID,
String salesOrganization,
String salesOfficeOrgUnitID,
String salesGroupOrgUnitID,
String distributionChannel,
String division,
String salesOffice,
String salesGroup,
List<ServiceOrderTemplateItem> toItem,
List<ServiceOrderTmplPersonResp> toPersonResponsible,
List<ServiceOrderTmplRefObject> toReferenceObject,
List<ServiceOrderTmplText> toText) |
Modifier and Type | Method and Description |
---|---|
ServiceOrderTemplateServiceBatchChangeSet |
DefaultServiceOrderTemplateServiceBatchChangeSet.createServiceOrderTmplPersonResp(ServiceOrderTmplPersonResp serviceOrderTmplPersonResp)
Create a new
ServiceOrderTmplPersonResp entity and save it to the S/4HANA system. |
ServiceOrderTemplateServiceBatchChangeSet |
ServiceOrderTemplateServiceBatchChangeSet.createServiceOrderTmplPersonResp(ServiceOrderTmplPersonResp serviceOrderTmplPersonResp)
Create a new
ServiceOrderTmplPersonResp entity and save it to the S/4HANA system. |
ServiceOrderTemplateServiceBatchChangeSet |
DefaultServiceOrderTemplateServiceBatchChangeSet.deleteServiceOrderTmplPersonResp(ServiceOrderTmplPersonResp serviceOrderTmplPersonResp)
Deletes an existing
ServiceOrderTmplPersonResp entity in the S/4HANA system. |
ServiceOrderTemplateServiceBatchChangeSet |
ServiceOrderTemplateServiceBatchChangeSet.deleteServiceOrderTmplPersonResp(ServiceOrderTmplPersonResp serviceOrderTmplPersonResp)
Deletes an existing
ServiceOrderTmplPersonResp entity in the S/4HANA system. |
ServiceOrderTemplateServiceBatchChangeSet |
DefaultServiceOrderTemplateServiceBatchChangeSet.updateServiceOrderTmplPersonResp(ServiceOrderTmplPersonResp serviceOrderTmplPersonResp)
Update an existing
ServiceOrderTmplPersonResp entity and save it to the S/4HANA system. |
ServiceOrderTemplateServiceBatchChangeSet |
ServiceOrderTemplateServiceBatchChangeSet.updateServiceOrderTmplPersonResp(ServiceOrderTmplPersonResp serviceOrderTmplPersonResp)
Update an existing
ServiceOrderTmplPersonResp entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceOrderTmplPersonResp> |
ServiceOrderTmplPersonRespOneToOneLink.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 ServiceOrderTmplPersonRespLink<ObjectT> |
ServiceOrderTmplPersonRespLink.translateLinkType(EntityLink<ServiceOrderTmplPersonRespLink<ObjectT>,ServiceOrderTmplPersonResp,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.