Modifier and Type | Field and Description |
---|---|
static ServiceOrderTemplateLink<ServiceOrderTmplText> |
ServiceOrderTemplate.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceOrderTmplText |
ServiceOrderTmplText.ServiceOrderTmplTextBuilder.build() |
protected ServiceOrderTmplText |
ServiceOrderTmplTextDeleteFluentHelper.getEntity() |
protected ServiceOrderTmplText |
ServiceOrderTmplTextUpdateFluentHelper.getEntity() |
protected ServiceOrderTmplText |
ServiceOrderTmplTextCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceOrderTmplText> |
ServiceOrderTemplate.fetchText()
Fetches the ServiceOrderTmplText entities (one to many) associated with this entity.
|
protected Class<ServiceOrderTmplText> |
ServiceOrderTmplTextByKeyFluentHelper.getEntityClass() |
protected Class<ServiceOrderTmplText> |
ServiceOrderTmplTextFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceOrderTmplText>> |
ServiceOrderTemplate.getTextIfPresent()
Retrieval of associated ServiceOrderTmplText entities (one to many).
|
List<ServiceOrderTmplText> |
ServiceOrderTemplate.getTextOrFetch()
Retrieval of associated ServiceOrderTmplText entities (one to many).
|
Class<ServiceOrderTmplText> |
ServiceOrderTmplText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrderTemplate.addText(ServiceOrderTmplText... entity)
Adds elements to the list of associated ServiceOrderTmplText entities.
|
ServiceOrderTemplate.ServiceOrderTemplateBuilder |
ServiceOrderTemplate.ServiceOrderTemplateBuilder.text(ServiceOrderTmplText... value)
Navigation property to_Text for ServiceOrderTemplate to multiple ServiceOrderTmplText.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrderTemplate.setText(List<ServiceOrderTmplText> value)
Overwrites the list of associated ServiceOrderTmplText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
ServiceOrderTmplTextCreateFluentHelper(String servicePath,
ServiceOrderTmplText entity)
Creates a fluent helper object that will create a
ServiceOrderTmplText entity on the OData endpoint. |
ServiceOrderTmplTextDeleteFluentHelper(String servicePath,
ServiceOrderTmplText entity)
Creates a fluent helper object that will delete a
ServiceOrderTmplText entity on the OData endpoint. |
ServiceOrderTmplTextUpdateFluentHelper(String servicePath,
ServiceOrderTmplText entity)
Creates a fluent helper object that will update a
ServiceOrderTmplText 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.createServiceOrderTmplText(ServiceOrderTmplText serviceOrderTmplText)
Create a new
ServiceOrderTmplText entity and save it to the S/4HANA system. |
ServiceOrderTemplateServiceBatchChangeSet |
ServiceOrderTemplateServiceBatchChangeSet.createServiceOrderTmplText(ServiceOrderTmplText serviceOrderTmplText)
Create a new
ServiceOrderTmplText entity and save it to the S/4HANA system. |
ServiceOrderTemplateServiceBatchChangeSet |
DefaultServiceOrderTemplateServiceBatchChangeSet.deleteServiceOrderTmplText(ServiceOrderTmplText serviceOrderTmplText)
Deletes an existing
ServiceOrderTmplText entity in the S/4HANA system. |
ServiceOrderTemplateServiceBatchChangeSet |
ServiceOrderTemplateServiceBatchChangeSet.deleteServiceOrderTmplText(ServiceOrderTmplText serviceOrderTmplText)
Deletes an existing
ServiceOrderTmplText entity in the S/4HANA system. |
ServiceOrderTemplateServiceBatchChangeSet |
DefaultServiceOrderTemplateServiceBatchChangeSet.updateServiceOrderTmplText(ServiceOrderTmplText serviceOrderTmplText)
Update an existing
ServiceOrderTmplText entity and save it to the S/4HANA system. |
ServiceOrderTemplateServiceBatchChangeSet |
ServiceOrderTemplateServiceBatchChangeSet.updateServiceOrderTmplText(ServiceOrderTmplText serviceOrderTmplText)
Update an existing
ServiceOrderTmplText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceOrderTmplText> |
ServiceOrderTmplTextOneToOneLink.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 ServiceOrderTmplTextLink<ObjectT> |
ServiceOrderTmplTextLink.translateLinkType(EntityLink<ServiceOrderTmplTextLink<ObjectT>,ServiceOrderTmplText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.