Uses of Class
es.caib.seycon.ng.comu.Tasca
-
Packages that use Tasca Package Description com.soffid.iam.api es.caib.seycon.ng.comu -
-
Uses of Tasca in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type Tasca Modifier and Type Method Description static TaskTask. toTask(Tasca vo)Creates a Task value object based on a Tasca object.static voidTask. toTask(Tasca source, Task target)Updates a Task value object based on a Tasca object.static Task[]Task. toTaskArray(Tasca[] source)Creates a Task array on a Tasca array.Method parameters in com.soffid.iam.api with type arguments of type Tasca Modifier and Type Method Description static AsyncList<Task>Task. toTaskAsyncList(AsyncList<Tasca> source)Creates a Task asynclist on a Tasca collection.static PagedResult<Task>Task. toTaskList(PagedResult<Tasca> source)Creates a Task pagedResult on a Tasca collection.static List<Task>Task. toTaskList(Collection<Tasca> source)Creates a Task list on a Tasca collection. -
Uses of Tasca in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return Tasca Modifier and Type Method Description static TascaTasca. toTasca(Task vo)Creates a Tasca value object based on a Task object.static Tasca[]Tasca. toTascaArray(Task[] source)Creates a Tasca array on a Task array.Methods in es.caib.seycon.ng.comu that return types with arguments of type Tasca Modifier and Type Method Description static AsyncList<Tasca>Tasca. toTascaAsyncList(AsyncList<Task> source)Creates a Tasca asynclist on a Task collection.static PagedResult<Tasca>Tasca. toTascaList(PagedResult<Task> source)Creates a Tasca pagedResult on a Task collection.static List<Tasca>Tasca. toTascaList(Collection<Task> source)Creates a Tasca list on a Task collection.Methods in es.caib.seycon.ng.comu with parameters of type Tasca Modifier and Type Method Description static voidTasca. toTasca(Task source, Tasca target)Updates a Tasca value object based on a Task object.Constructors in es.caib.seycon.ng.comu with parameters of type Tasca Constructor Description Tasca(Tasca otherBean)
-