Uses of Class
org.exoplatform.commons.notification.impl.jpa.web.entity.WebParamsEntity
-
Packages that use WebParamsEntity Package Description org.exoplatform.commons.notification.impl.jpa.web.entity -
-
Uses of WebParamsEntity in org.exoplatform.commons.notification.impl.jpa.web.entity
Methods in org.exoplatform.commons.notification.impl.jpa.web.entity that return WebParamsEntity Modifier and Type Method Description WebParamsEntityWebParamsEntity. setName(String name)WebParamsEntityWebParamsEntity. setNotification(WebNotifEntity webNotification)WebParamsEntityWebParamsEntity. setValue(String value)Methods in org.exoplatform.commons.notification.impl.jpa.web.entity that return types with arguments of type WebParamsEntity Modifier and Type Method Description Set<WebParamsEntity>WebNotifEntity. getParameters()Methods in org.exoplatform.commons.notification.impl.jpa.web.entity with parameters of type WebParamsEntity Modifier and Type Method Description voidWebNotifEntity. addParameter(WebParamsEntity parameter)Method parameters in org.exoplatform.commons.notification.impl.jpa.web.entity with type arguments of type WebParamsEntity Modifier and Type Method Description voidWebNotifEntity. setParameters(Set<WebParamsEntity> parameters)
-