Modifier and Type | Field and Description |
---|---|
static MaintenanceNotificationLink<MaintenanceNotificationPartner> |
MaintenanceNotification.TO_PARTNER
Use with available fluent helpers to apply the to_Partner navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceNotificationPartner |
MaintenanceNotificationPartner.MaintenanceNotificationPartnerBuilder.build() |
protected MaintenanceNotificationPartner |
MaintenanceNotificationPartnerCreateFluentHelper.getEntity() |
protected MaintenanceNotificationPartner |
MaintenanceNotificationPartnerUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<MaintenanceNotificationPartner> |
MaintenanceNotification.fetchPartner()
Fetches the MaintenanceNotificationPartner entities (one to many) associated with this entity.
|
protected Class<MaintenanceNotificationPartner> |
MaintenanceNotificationPartnerFluentHelper.getEntityClass() |
protected Class<MaintenanceNotificationPartner> |
MaintenanceNotificationPartnerByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<MaintenanceNotificationPartner>> |
MaintenanceNotification.getPartnerIfPresent()
Retrieval of associated MaintenanceNotificationPartner entities (one to many).
|
List<MaintenanceNotificationPartner> |
MaintenanceNotification.getPartnerOrFetch()
Retrieval of associated MaintenanceNotificationPartner entities (one to many).
|
Class<MaintenanceNotificationPartner> |
MaintenanceNotificationPartner.getType() |
Modifier and Type | Method and Description |
---|---|
void |
MaintenanceNotification.addPartner(MaintenanceNotificationPartner... entity)
Adds elements to the list of associated MaintenanceNotificationPartner entities.
|
MaintenanceNotification.MaintenanceNotificationBuilder |
MaintenanceNotification.MaintenanceNotificationBuilder.partner(MaintenanceNotificationPartner... value)
Navigation property to_Partner for MaintenanceNotification to multiple
MaintenanceNotificationPartner.
|
Modifier and Type | Method and Description |
---|---|
void |
MaintenanceNotification.setPartner(List<MaintenanceNotificationPartner> value)
Overwrites the list of associated MaintenanceNotificationPartner entities for the loaded navigation
property to_Partner.
|
Constructor and Description |
---|
MaintenanceNotificationPartnerCreateFluentHelper(String servicePath,
MaintenanceNotificationPartner entity)
Creates a fluent helper object that will create a
MaintenanceNotificationPartner entity on the OData endpoint. |
MaintenanceNotificationPartnerUpdateFluentHelper(String servicePath,
MaintenanceNotificationPartner entity)
Creates a fluent helper object that will update a
MaintenanceNotificationPartner entity on the OData endpoint. |
Constructor and Description |
---|
MaintenanceNotification(String maintenanceNotification,
String maintNotifInternalID,
String notificationText,
String maintPriority,
String notificationType,
String notifProcessingPhase,
String notifProcessingPhaseDesc,
String maintPriorityDesc,
LocalDateTime creationDate,
LocalTime lastChangeTime,
LocalDateTime lastChangeDate,
ZonedDateTime lastChangeDateTime,
LocalTime creationTime,
String reportedByUser,
String reporterFullName,
String personResponsible,
String malfunctionEffect,
String malfunctionEffectText,
LocalDateTime malfunctionStartDate,
LocalTime malfunctionStartTime,
LocalDateTime malfunctionEndDate,
LocalTime malfunctionEndTime,
String maintNotificationCatalog,
String maintNotificationCode,
String maintNotificationCodeGroup,
String catalogProfile,
LocalDateTime notificationCreationDate,
LocalTime notificationCreationTime,
String notificationTimeZone,
LocalDateTime requiredStartDate,
LocalTime requiredStartTime,
LocalDateTime requiredEndDate,
LocalTime requiredEndTime,
LocalDateTime latestAcceptableCompletionDate,
Boolean maintenanceObjectIsDown,
String maintNotificationLongText,
String maintNotifLongTextForEdit,
String technicalObject,
String techObjIsEquipOrFuncnlLoc,
String technicalObjectLabel,
String maintenancePlanningPlant,
String maintenancePlannerGroup,
String plantSection,
String aBCIndicator,
String superiorTechnicalObject,
String superiorTechnicalObjectName,
String superiorObjIsEquipOrFuncnlLoc,
String superiorTechnicalObjectLabel,
String manufacturerPartTypeName,
String techObjIsEquipOrFuncnlLocDesc,
String functionalLocation,
String functionalLocationLabelName,
String technicalObjectDescription,
String assetLocation,
String locationName,
String businessArea,
String companyCode,
String technicalObjectCategory,
String technicalObjectType,
String mainWorkCenterPlant,
String mainWorkCenter,
String plantName,
String maintenancePlannerGroupName,
String maintenancePlant,
String locationDescription,
String mainWorkCenterText,
String mainWorkCenterPlantName,
String maintenancePlantName,
String plantSectionPersonRespName,
String aBCIndicatorDesc,
String personResponsibleName,
String maintenanceOrder,
String maintenanceOrderType,
String concatenatedActiveSystStsName,
String maintenanceActivityType,
String maintObjDowntimeDurationUnit,
Double maintObjectDowntimeDuration,
String maintenancePlan,
String maintenanceItem,
String taskListGroup,
String taskListGroupCounter,
Integer maintenancePlanCallNumber,
String maintenanceTaskListType,
LocalDateTime notificationReferenceDate,
LocalTime notificationReferenceTime,
LocalDateTime notificationCompletionDate,
LocalTime completionTime,
String assetRoom,
String maintNotifExtReferenceNumber,
String maintNotifRejectionReasonCode,
String maintNotifRejectionRsnCodeTxt,
List<MaintenanceNotificationItem> toItem,
List<MaintenanceNotificationPartner> toPartner) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<MaintenanceNotificationPartner> |
MaintenanceNotificationPartnerOneToOneLink.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 MaintenanceNotificationPartnerLink<ObjectT> |
MaintenanceNotificationPartnerLink.translateLinkType(EntityLink<MaintenanceNotificationPartnerLink<ObjectT>,MaintenanceNotificationPartner,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.