Uses of Class
org.exoplatform.commons.notification.impl.jpa.web.entity.WebNotifEntity
-
Packages that use WebNotifEntity Package Description org.exoplatform.commons.notification.impl.jpa.web.entity -
-
Uses of WebNotifEntity in org.exoplatform.commons.notification.impl.jpa.web.entity
Methods in org.exoplatform.commons.notification.impl.jpa.web.entity that return WebNotifEntity Modifier and Type Method Description WebNotifEntityWebParamsEntity. getNotification()WebNotifEntityWebUsersEntity. getNotification()WebNotifEntityWebNotifEntity. setCreationDate(Calendar creationDate)WebNotifEntityWebNotifEntity. setSender(String sender)WebNotifEntityWebNotifEntity. setText(String text)WebNotifEntityWebNotifEntity. setType(String type)Methods in org.exoplatform.commons.notification.impl.jpa.web.entity with parameters of type WebNotifEntity Modifier and Type Method Description WebParamsEntityWebParamsEntity. setNotification(WebNotifEntity webNotification)WebUsersEntityWebUsersEntity. setNotification(WebNotifEntity webNotification)
-