Modifier and Type | Field and Description |
---|---|
static ServiceOrderTemplateItemLink<ServiceOrderTmplItemText> |
ServiceOrderTemplateItem.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceOrderTmplItemText |
ServiceOrderTmplItemText.ServiceOrderTmplItemTextBuilder.build() |
protected ServiceOrderTmplItemText |
ServiceOrderTmplItemTextCreateFluentHelper.getEntity() |
protected ServiceOrderTmplItemText |
ServiceOrderTmplItemTextDeleteFluentHelper.getEntity() |
protected ServiceOrderTmplItemText |
ServiceOrderTmplItemTextUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceOrderTmplItemText> |
ServiceOrderTemplateItem.fetchText()
Fetches the ServiceOrderTmplItemText entities (one to many) associated with this entity.
|
protected Class<ServiceOrderTmplItemText> |
ServiceOrderTmplItemTextFluentHelper.getEntityClass() |
protected Class<ServiceOrderTmplItemText> |
ServiceOrderTmplItemTextByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceOrderTmplItemText>> |
ServiceOrderTemplateItem.getTextIfPresent()
Retrieval of associated ServiceOrderTmplItemText entities (one to many).
|
List<ServiceOrderTmplItemText> |
ServiceOrderTemplateItem.getTextOrFetch()
Retrieval of associated ServiceOrderTmplItemText entities (one to many).
|
Class<ServiceOrderTmplItemText> |
ServiceOrderTmplItemText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrderTemplateItem.addText(ServiceOrderTmplItemText... entity)
Adds elements to the list of associated ServiceOrderTmplItemText entities.
|
ServiceOrderTemplateItem.ServiceOrderTemplateItemBuilder |
ServiceOrderTemplateItem.ServiceOrderTemplateItemBuilder.text(ServiceOrderTmplItemText... value)
Navigation property to_Text for ServiceOrderTemplateItem to multiple
ServiceOrderTmplItemText.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrderTemplateItem.setText(List<ServiceOrderTmplItemText> value)
Overwrites the list of associated ServiceOrderTmplItemText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
ServiceOrderTemplateItem(String serviceOrderTemplate,
String serviceOrderTemplateItem,
UUID serviceOrderTemplateItemUUID,
String srvcOrdTmplItmDescription,
String serviceObjectType,
String serviceDocumentItemObjectType,
String language,
String product,
BigDecimal quantity,
String quantityUnit,
String srvcOrdTmplItmCategory,
String srvcOrdTmplItmRejectionReason,
ZonedDateTime srvcDocItmValdtyStartDateTime,
ZonedDateTime srvcDocItmValdtyEndDateTime,
String personResponsible,
String srvcOrdTmplItmIsReleased,
String parentServiceOrderTemplateItem,
String srvcOrdTmplItmIsCompleted,
String srvcOrdTmplItmIsRejected,
List<ServiceOrderTmplItemRefObj> toReferenceObject,
ServiceOrderTemplate toServiceOrderTemplate,
List<ServiceOrderTmplItemText> toText) |
Modifier and Type | Method and Description |
---|---|
ServiceOrderTemplateServiceBatchChangeSet |
DefaultServiceOrderTemplateServiceBatchChangeSet.createServiceOrderTmplItemText(ServiceOrderTmplItemText serviceOrderTmplItemText)
Create a new
ServiceOrderTmplItemText entity and save it to the S/4HANA system. |
ServiceOrderTemplateServiceBatchChangeSet |
ServiceOrderTemplateServiceBatchChangeSet.createServiceOrderTmplItemText(ServiceOrderTmplItemText serviceOrderTmplItemText)
Create a new
ServiceOrderTmplItemText entity and save it to the S/4HANA system. |
ServiceOrderTemplateServiceBatchChangeSet |
DefaultServiceOrderTemplateServiceBatchChangeSet.deleteServiceOrderTmplItemText(ServiceOrderTmplItemText serviceOrderTmplItemText)
Deletes an existing
ServiceOrderTmplItemText entity in the S/4HANA system. |
ServiceOrderTemplateServiceBatchChangeSet |
ServiceOrderTemplateServiceBatchChangeSet.deleteServiceOrderTmplItemText(ServiceOrderTmplItemText serviceOrderTmplItemText)
Deletes an existing
ServiceOrderTmplItemText entity in the S/4HANA system. |
ServiceOrderTemplateServiceBatchChangeSet |
DefaultServiceOrderTemplateServiceBatchChangeSet.updateServiceOrderTmplItemText(ServiceOrderTmplItemText serviceOrderTmplItemText)
Update an existing
ServiceOrderTmplItemText entity and save it to the S/4HANA system. |
ServiceOrderTemplateServiceBatchChangeSet |
ServiceOrderTemplateServiceBatchChangeSet.updateServiceOrderTmplItemText(ServiceOrderTmplItemText serviceOrderTmplItemText)
Update an existing
ServiceOrderTmplItemText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceOrderTmplItemText> |
ServiceOrderTmplItemTextOneToOneLink.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 ServiceOrderTmplItemTextLink<ObjectT> |
ServiceOrderTmplItemTextLink.translateLinkType(EntityLink<ServiceOrderTmplItemTextLink<ObjectT>,ServiceOrderTmplItemText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.