Package flexagon.fd.model2.pojo
Class NotificationDataObject
java.lang.Object
FlexDataObject
flexagon.fd.model2.pojo.NotificationDataObject
public class NotificationDataObject
extends FlexDataObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCreatedByUser(graphql.schema.DataFetchingEnvironment pDataFetchingEnvironment) getEnvironment(graphql.schema.DataFetchingEnvironment pDataFetchingEnvironment) getUpdatedByUser(graphql.schema.DataFetchingEnvironment pDataFetchingEnvironment) voidsetCreatedBy(String pCreatedBy) voidsetCreatedOn(Timestamp pCreatedOn) voidsetEnvironmentId(Long pEnvironmentId) voidsetFolderId(Long pFolderId) voidsetNotificationEvents(List<NotificationEventDataObject> mNotificationEvents) voidsetNotificationId(Long pNotificationId) voidsetNotificationName(String pNotificationName) voidsetNotificationRecipients(List<NotificationRecipientDataObject> mNotificationRecipients) voidsetUpdatedBy(String pUpdatedBy) voidsetUpdatedOn(Timestamp pUpdatedOn) voidsetVersionNumber(Integer pVersionNumber)
-
Constructor Details
-
NotificationDataObject
public NotificationDataObject()
-
-
Method Details
-
getNotificationId
-
setNotificationId
-
getEnvironmentId
-
getEnvironment
public CompletableFuture<EnvironmentDataObject> getEnvironment(graphql.schema.DataFetchingEnvironment pDataFetchingEnvironment) -
setEnvironmentId
-
getFolderId
-
setFolderId
-
getNotificationName
-
setNotificationName
-
getCreatedOn
-
setCreatedOn
-
getCreatedBy
-
getCreatedByUser
public CompletableFuture<FlxUserDataObject> getCreatedByUser(graphql.schema.DataFetchingEnvironment pDataFetchingEnvironment) -
setCreatedBy
-
getUpdatedOn
-
setUpdatedOn
-
getUpdatedBy
-
getUpdatedByUser
public CompletableFuture<FlxUserDataObject> getUpdatedByUser(graphql.schema.DataFetchingEnvironment pDataFetchingEnvironment) -
setUpdatedBy
-
getVersionNumber
-
setVersionNumber
-
getNotificationEvents
-
setNotificationEvents
-
getNotificationRecipients
-
setNotificationRecipients
public void setNotificationRecipients(List<NotificationRecipientDataObject> mNotificationRecipients)
-