Uses of Class
es.caib.seycon.ng.comu.UsuariAlumne
-
Packages that use UsuariAlumne Package Description com.soffid.iam.api es.caib.seycon.ng.comu -
-
Uses of UsuariAlumne in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type UsuariAlumne Modifier and Type Method Description static StudentStudent. toStudent(UsuariAlumne vo)Creates a Student value object based on a UsuariAlumne object.static voidStudent. toStudent(UsuariAlumne source, Student target)Updates a Student value object based on a UsuariAlumne object.static Student[]Student. toStudentArray(UsuariAlumne[] source)Creates a Student array on a UsuariAlumne array.Method parameters in com.soffid.iam.api with type arguments of type UsuariAlumne Modifier and Type Method Description static AsyncList<Student>Student. toStudentAsyncList(AsyncList<UsuariAlumne> source)Creates a Student asynclist on a UsuariAlumne collection.static PagedResult<Student>Student. toStudentList(PagedResult<UsuariAlumne> source)Creates a Student pagedResult on a UsuariAlumne collection.static List<Student>Student. toStudentList(Collection<UsuariAlumne> source)Creates a Student list on a UsuariAlumne collection. -
Uses of UsuariAlumne in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return UsuariAlumne Modifier and Type Method Description static UsuariAlumneUsuariAlumne. toUsuariAlumne(Student vo)Creates a UsuariAlumne value object based on a Student object.static UsuariAlumne[]UsuariAlumne. toUsuariAlumneArray(Student[] source)Creates a UsuariAlumne array on a Student array.Methods in es.caib.seycon.ng.comu that return types with arguments of type UsuariAlumne Modifier and Type Method Description static AsyncList<UsuariAlumne>UsuariAlumne. toUsuariAlumneAsyncList(AsyncList<Student> source)Creates a UsuariAlumne asynclist on a Student collection.static PagedResult<UsuariAlumne>UsuariAlumne. toUsuariAlumneList(PagedResult<Student> source)Creates a UsuariAlumne pagedResult on a Student collection.static List<UsuariAlumne>UsuariAlumne. toUsuariAlumneList(Collection<Student> source)Creates a UsuariAlumne list on a Student collection.Methods in es.caib.seycon.ng.comu with parameters of type UsuariAlumne Modifier and Type Method Description static voidUsuariAlumne. toUsuariAlumne(Student source, UsuariAlumne target)Updates a UsuariAlumne value object based on a Student object.Constructors in es.caib.seycon.ng.comu with parameters of type UsuariAlumne Constructor Description UsuariAlumne(UsuariAlumne otherBean)
-