Uses of Class
com.soffid.iam.api.Reminder
-
Packages that use Reminder Package Description com.soffid.iam.api es.caib.seycon.ng.comu -
-
Uses of Reminder in com.soffid.iam.api
Methods in com.soffid.iam.api that return Reminder Modifier and Type Method Description static ReminderReminder. toReminder(Notificacio vo)Creates a Reminder value object based on a Notificacio object.static Reminder[]Reminder. toReminderArray(Notificacio[] source)Creates a Reminder array on a Notificacio array.Methods in com.soffid.iam.api that return types with arguments of type Reminder 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.Methods in com.soffid.iam.api with parameters of type Reminder Modifier and Type Method Description static voidReminder. toReminder(Notificacio source, Reminder target)Updates a Reminder value object based on a Notificacio object.Constructors in com.soffid.iam.api with parameters of type Reminder Constructor Description Reminder(Reminder otherBean) -
Uses of Reminder in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type Reminder Modifier and Type Method Description static NotificacioNotificacio. toNotificacio(Reminder vo)Creates a Notificacio value object based on a Reminder object.static voidNotificacio. toNotificacio(Reminder source, Notificacio target)Updates a Notificacio value object based on a Reminder object.static Notificacio[]Notificacio. toNotificacioArray(Reminder[] source)Creates a Notificacio array on a Reminder array.Method parameters in es.caib.seycon.ng.comu with type arguments of type Reminder 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.
-