Modifier and Type | Field and Description |
---|---|
static MaintNotificationItemCauseOneToOneLink<MaintenanceNotification> |
MaintNotificationItemCause.TO_NOTIF
Use with available fluent helpers to apply the to_Notif navigation property to query operations.
|
static MaintNotificationItemActivityOneToOneLink<MaintenanceNotification> |
MaintNotificationItemActivity.TO_NOTIF
Use with available fluent helpers to apply the to_Notif navigation property to query operations.
|
static MaintenanceNotificationItemOneToOneLink<MaintenanceNotification> |
MaintenanceNotificationItem.TO_NOTIF
Use with available fluent helpers to apply the to_Notif navigation property to query operations.
|
static MaintenanceNotificationPartnerOneToOneLink<MaintenanceNotification> |
MaintenanceNotificationPartner.TO_NOTIF
Use with available fluent helpers to apply the to_Notif navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceNotification |
MaintenanceNotification.MaintenanceNotificationBuilder.build() |
MaintenanceNotification |
CompleteMaintNotificationFluentHelper.execute(HttpDestinationProperties destination)
Deprecated.
Use the improved method
executeRequest(HttpDestinationProperties) instead. |
MaintenanceNotification |
SetMaintNotifToInProcessFluentHelper.execute(HttpDestinationProperties destination)
Deprecated.
Use the improved method
executeRequest(HttpDestinationProperties) instead. |
MaintenanceNotification |
MaintNotificationItemCause.fetchNotif()
Fetches the MaintenanceNotification entity (one to one) associated with this entity.
|
MaintenanceNotification |
MaintNotificationItemActivity.fetchNotif()
Fetches the MaintenanceNotification entity (one to one) associated with this entity.
|
MaintenanceNotification |
MaintenanceNotificationItem.fetchNotif()
Fetches the MaintenanceNotification entity (one to one) associated with this entity.
|
MaintenanceNotification |
MaintenanceNotificationPartner.fetchNotif()
Fetches the MaintenanceNotification entity (one to one) associated with this entity.
|
protected MaintenanceNotification |
MaintenanceNotificationUpdateFluentHelper.getEntity() |
protected MaintenanceNotification |
MaintenanceNotificationCreateFluentHelper.getEntity() |
MaintenanceNotification |
MaintNotificationItemCause.getNotifOrFetch()
Retrieval of associated MaintenanceNotification entity (one to one).
|
MaintenanceNotification |
MaintNotificationItemActivity.getNotifOrFetch()
Retrieval of associated MaintenanceNotification entity (one to one).
|
MaintenanceNotification |
MaintenanceNotificationItem.getNotifOrFetch()
Retrieval of associated MaintenanceNotification entity (one to one).
|
MaintenanceNotification |
MaintenanceNotificationPartner.getNotifOrFetch()
Retrieval of associated MaintenanceNotification entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<MaintenanceNotification> |
CompleteMaintNotificationFluentHelper.getEntityClass() |
protected Class<MaintenanceNotification> |
MaintenanceNotificationFluentHelper.getEntityClass() |
protected Class<MaintenanceNotification> |
SetMaintNotifToInProcessFluentHelper.getEntityClass() |
protected Class<MaintenanceNotification> |
MaintenanceNotificationByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<MaintenanceNotification> |
MaintNotificationItemCause.getNotifIfPresent()
Retrieval of associated MaintenanceNotification entity (one to one).
|
io.vavr.control.Option<MaintenanceNotification> |
MaintNotificationItemActivity.getNotifIfPresent()
Retrieval of associated MaintenanceNotification entity (one to one).
|
io.vavr.control.Option<MaintenanceNotification> |
MaintenanceNotificationItem.getNotifIfPresent()
Retrieval of associated MaintenanceNotification entity (one to one).
|
io.vavr.control.Option<MaintenanceNotification> |
MaintenanceNotificationPartner.getNotifIfPresent()
Retrieval of associated MaintenanceNotification entity (one to one).
|
Class<MaintenanceNotification> |
MaintenanceNotification.getType() |
Modifier and Type | Method and Description |
---|---|
MaintNotificationItemCause.MaintNotificationItemCauseBuilder |
MaintNotificationItemCause.MaintNotificationItemCauseBuilder.notif(MaintenanceNotification value)
Navigation property to_Notif for MaintNotificationItemCause to single
MaintenanceNotification.
|
MaintNotificationItemActivity.MaintNotificationItemActivityBuilder |
MaintNotificationItemActivity.MaintNotificationItemActivityBuilder.notif(MaintenanceNotification value)
Navigation property to_Notif for MaintNotificationItemActivity to single
MaintenanceNotification.
|
MaintenanceNotificationItem.MaintenanceNotificationItemBuilder |
MaintenanceNotificationItem.MaintenanceNotificationItemBuilder.notif(MaintenanceNotification value)
Navigation property to_Notif for MaintenanceNotificationItem to single
MaintenanceNotification.
|
MaintenanceNotificationPartner.MaintenanceNotificationPartnerBuilder |
MaintenanceNotificationPartner.MaintenanceNotificationPartnerBuilder.notif(MaintenanceNotification value)
Navigation property to_Notif for MaintenanceNotificationPartner to single
MaintenanceNotification.
|
void |
MaintNotificationItemCause.setNotif(MaintenanceNotification value)
Overwrites the associated MaintenanceNotification entity for the loaded navigation property
to_Notif.
|
void |
MaintNotificationItemActivity.setNotif(MaintenanceNotification value)
Overwrites the associated MaintenanceNotification entity for the loaded navigation property
to_Notif.
|
void |
MaintenanceNotificationItem.setNotif(MaintenanceNotification value)
Overwrites the associated MaintenanceNotification entity for the loaded navigation property
to_Notif.
|
void |
MaintenanceNotificationPartner.setNotif(MaintenanceNotification value)
Overwrites the associated MaintenanceNotification entity for the loaded navigation property
to_Notif.
|
Constructor and Description |
---|
MaintenanceNotificationCreateFluentHelper(String servicePath,
MaintenanceNotification entity)
Creates a fluent helper object that will create a
MaintenanceNotification entity on the OData endpoint. |
MaintenanceNotificationItem(String maintenanceNotification,
String maintenanceNotificationItem,
String maintNotifItemText,
String maintNotifDamageCodeGroup,
String maintNotifDamageCodeGroupName,
String maintNotificationDamageCode,
String maintNotifDamageCodeName,
String maintNotifObjPrtCodeGroup,
String maintNotifObjPrtCodeGroupName,
String maintNotifObjPrtCode,
String maintNotifObjPrtCodeName,
List<MaintNotificationItemActivity> toItemActivity,
List<MaintNotificationItemCause> toItemCause,
MaintenanceNotification toNotif) |
MaintenanceNotificationPartner(String maintenanceNotification,
String partnerFunction,
String notificationPartnerObjectNmbr,
String partner,
MaintenanceNotification toNotif) |
MaintenanceNotificationUpdateFluentHelper(String servicePath,
MaintenanceNotification entity)
Creates a fluent helper object that will update a
MaintenanceNotification entity on the OData endpoint. |
MaintNotificationItemActivity(String maintNotificationActivity,
String maintenanceNotification,
String maintenanceNotificationItem,
String maintNotifActivitySortNumber,
String maintNotifActyTxt,
String maintNotifActivityCodeGroup,
String notifActivityCodeGroupText,
String maintNotificationActivityCode,
String notifActivityCodeText,
LocalDateTime plannedStartDate,
LocalTime plannedStartTime,
LocalDateTime plannedEndDate,
LocalTime plannedEndTime,
MaintenanceNotificationItem toItem,
MaintenanceNotification toNotif) |
MaintNotificationItemCause(String maintenanceNotification,
String maintenanceNotificationItem,
String maintenanceNotificationCause,
String maintNotifCauseText,
String maintNotifCauseCodeGroup,
String maintNotifCauseCodeGroupName,
String maintNotificationCauseCode,
String maintNotificationCauseCodeName,
String maintNotificationRootCause,
String maintNotificationRootCauseText,
MaintenanceNotificationItem toItem,
MaintenanceNotification toNotif) |
Modifier and Type | Method and Description |
---|---|
MaintenanceNotificationServiceBatchChangeSet |
DefaultMaintenanceNotificationServiceBatchChangeSet.createMaintenanceNotification(MaintenanceNotification maintenanceNotification)
Create a new
MaintenanceNotification entity and save it to the S/4HANA system. |
MaintenanceNotificationServiceBatchChangeSet |
MaintenanceNotificationServiceBatchChangeSet.createMaintenanceNotification(MaintenanceNotification maintenanceNotification)
Create a new
MaintenanceNotification entity and save it to the S/4HANA system. |
MaintenanceNotificationServiceBatchChangeSet |
DefaultMaintenanceNotificationServiceBatchChangeSet.updateMaintenanceNotification(MaintenanceNotification maintenanceNotification)
Update an existing
MaintenanceNotification entity and save it to the S/4HANA system. |
MaintenanceNotificationServiceBatchChangeSet |
MaintenanceNotificationServiceBatchChangeSet.updateMaintenanceNotification(MaintenanceNotification maintenanceNotification)
Update an existing
MaintenanceNotification entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<MaintenanceNotification> |
MaintenanceNotificationOneToOneLink.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 MaintenanceNotificationLink<ObjectT> |
MaintenanceNotificationLink.translateLinkType(EntityLink<MaintenanceNotificationLink<ObjectT>,MaintenanceNotification,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
MaintenanceNotificationCreateFluentHelper |
DefaultMaintenanceNotificationService.createMaintenanceNotification(MaintenanceNotification maintenanceNotification) |
MaintenanceNotificationCreateFluentHelper |
MaintenanceNotificationService.createMaintenanceNotification(MaintenanceNotification maintenanceNotification)
Create a new
MaintenanceNotification entity and save it to the S/4HANA system. |
MaintenanceNotificationUpdateFluentHelper |
DefaultMaintenanceNotificationService.updateMaintenanceNotification(MaintenanceNotification maintenanceNotification) |
MaintenanceNotificationUpdateFluentHelper |
MaintenanceNotificationService.updateMaintenanceNotification(MaintenanceNotification maintenanceNotification)
Update an existing
MaintenanceNotification entity and save it to the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.