Uses of Class
es.caib.seycon.ng.comu.Notificacio
-
Packages that use Notificacio Package Description com.soffid.iam.api es.caib.seycon.ng.comu -
-
Uses of Notificacio in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type Notificacio Modifier and Type Method Description static Reminder
Reminder. toReminder(Notificacio vo)
Creates a Reminder value object based on a Notificacio object.static void
Reminder. toReminder(Notificacio source, Reminder target)
Updates a Reminder value object based on a Notificacio object.static Reminder[]
Reminder. toReminderArray(Notificacio[] source)
Creates a Reminder array on a Notificacio array.Method parameters in com.soffid.iam.api with type arguments of type Notificacio Modifier and Type Method Description static AsyncList<Reminder>
Reminder. toReminderAsyncList(AsyncList<Notificacio> source)
Creates a Reminder asynclist on a Notificacio collection.static PagedResult<Reminder>
Reminder. toReminderList(PagedResult<Notificacio> source)
Creates a Reminder pagedResult on a Notificacio collection.static List<Reminder>
Reminder. toReminderList(Collection<Notificacio> source)
Creates a Reminder list on a Notificacio collection. -
Uses of Notificacio in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return Notificacio Modifier and Type Method Description static Notificacio
Notificacio. toNotificacio(Reminder vo)
Creates a Notificacio value object based on a Reminder object.static Notificacio[]
Notificacio. toNotificacioArray(Reminder[] source)
Creates a Notificacio array on a Reminder array.Methods in es.caib.seycon.ng.comu that return types with arguments of type Notificacio Modifier and Type Method Description static AsyncList<Notificacio>
Notificacio. toNotificacioAsyncList(AsyncList<Reminder> source)
Creates a Notificacio asynclist on a Reminder collection.static PagedResult<Notificacio>
Notificacio. toNotificacioList(PagedResult<Reminder> source)
Creates a Notificacio pagedResult on a Reminder collection.static List<Notificacio>
Notificacio. toNotificacioList(Collection<Reminder> source)
Creates a Notificacio list on a Reminder collection.Methods in es.caib.seycon.ng.comu with parameters of type Notificacio Modifier and Type Method Description static void
Notificacio. toNotificacio(Reminder source, Notificacio target)
Updates a Notificacio value object based on a Reminder object.Constructors in es.caib.seycon.ng.comu with parameters of type Notificacio Constructor Description Notificacio(Notificacio otherBean)
-