Uses of Class
com.soffid.iam.api.Student
-
Packages that use Student Package Description com.soffid.iam.api es.caib.seycon.ng.comu -
-
Uses of Student in com.soffid.iam.api
Methods in com.soffid.iam.api that return Student Modifier and Type Method Description static StudentStudent. toStudent(UsuariAlumne vo)Creates a Student value object based on a UsuariAlumne object.static Student[]Student. toStudentArray(UsuariAlumne[] source)Creates a Student array on a UsuariAlumne array.Methods in com.soffid.iam.api that return types with arguments of type Student 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.Methods in com.soffid.iam.api with parameters of type Student Modifier and Type Method Description static voidStudent. toStudent(UsuariAlumne source, Student target)Updates a Student value object based on a UsuariAlumne object.Constructors in com.soffid.iam.api with parameters of type Student Constructor Description Student(Student otherBean) -
Uses of Student in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type Student Modifier and Type Method Description static UsuariAlumneUsuariAlumne. toUsuariAlumne(Student vo)Creates a UsuariAlumne value object based on a Student object.static voidUsuariAlumne. toUsuariAlumne(Student source, UsuariAlumne target)Updates a UsuariAlumne value object based on a Student object.static UsuariAlumne[]UsuariAlumne. toUsuariAlumneArray(Student[] source)Creates a UsuariAlumne array on a Student array.Method parameters in es.caib.seycon.ng.comu with type arguments of type Student 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.
-