Modifier and Type | Field and Description |
---|---|
static MaintOrderConfirmationOneToOneLink<LongText> |
MaintOrderConfirmation.TO_LONG_TEXT
Use with available fluent helpers to apply the to_LongText navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
LongText |
LongText.LongTextBuilder.build() |
LongText |
MaintOrderConfirmation.fetchLongText()
Fetches the LongText entity (one to one) associated with this entity.
|
protected LongText |
LongTextCreateFluentHelper.getEntity() |
LongText |
MaintOrderConfirmation.getLongTextOrFetch()
Retrieval of associated LongText entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<LongText> |
LongTextByKeyFluentHelper.getEntityClass() |
protected Class<LongText> |
LongTextFluentHelper.getEntityClass() |
io.vavr.control.Option<LongText> |
MaintOrderConfirmation.getLongTextIfPresent()
Retrieval of associated LongText entity (one to one).
|
Class<LongText> |
LongText.getType() |
Modifier and Type | Method and Description |
---|---|
MaintOrderConfirmation.MaintOrderConfirmationBuilder |
MaintOrderConfirmation.MaintOrderConfirmationBuilder.longText(LongText value)
Navigation property to_LongText for MaintOrderConfirmation to single LongText.
|
void |
MaintOrderConfirmation.setLongText(LongText value)
Overwrites the associated LongText entity for the loaded navigation property to_LongText.
|
Constructor and Description |
---|
LongTextCreateFluentHelper(String servicePath,
LongText entity)
Creates a fluent helper object that will create a
LongText entity on the OData endpoint. |
MaintOrderConfirmation(String maintOrderConf,
String maintOrderConfCntrValue,
String maintenanceOrder,
String maintenanceOrderOperation,
String maintenanceOrderSubOperation,
String personnelNumber,
BigDecimal actualWorkQuantity,
String actualWorkQuantityUnit,
BigDecimal actualDuration,
String actualDurationUnit,
LocalDateTime operationConfirmedStartDate,
LocalTime operationConfirmedStartTime,
LocalDateTime operationConfirmedEndDate,
LocalTime operationConfirmedEndTime,
Boolean isFinalConfirmation,
Boolean noFurtherWorkQuantityIsExpd,
BigDecimal remainingWorkQuantity,
String remainingWorkQuantityUnit,
LocalDateTime postingDate,
String activityType,
Boolean openReservationsIsCleared,
String confirmationText,
String employeeWageType,
String employeeWageGroup,
String varianceReasonCode,
String capacityInternalID,
Short nmbrOfMaintTechnicianCapSplits,
String materialDocument,
String accountingIndicatorCode,
LocalDateTime actyConfFcstdEndDate,
LocalTime actyConfFcstdEndTime,
LongText toLongText) |
Modifier and Type | Method and Description |
---|---|
MaintenanceOrderOperationConfirmationServiceBatchChangeSet |
MaintenanceOrderOperationConfirmationServiceBatchChangeSet.createLongText(LongText longText)
Create a new
LongText entity and save it to the S/4HANA system. |
MaintenanceOrderOperationConfirmationServiceBatchChangeSet |
DefaultMaintenanceOrderOperationConfirmationServiceBatchChangeSet.createLongText(LongText longText)
Create a new
LongText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<LongText> |
LongTextOneToOneLink.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 LongTextLink<ObjectT> |
LongTextLink.translateLinkType(EntityLink<LongTextLink<ObjectT>,LongText,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
LongTextCreateFluentHelper |
MaintenanceOrderOperationConfirmationService.createLongText(LongText longText)
Create a new
LongText entity and save it to the S/4HANA system. |
LongTextCreateFluentHelper |
DefaultMaintenanceOrderOperationConfirmationService.createLongText(LongText longText) |
Copyright © 2021 SAP SE. All rights reserved.