Uses of Class
com.soffid.iam.api.TeachingData
-
Packages that use TeachingData Package Description com.soffid.iam.api es.caib.seycon.ng.comu -
-
Uses of TeachingData in com.soffid.iam.api
Methods in com.soffid.iam.api that return TeachingData Modifier and Type Method Description static TeachingData
TeachingData. toTeachingData(DadesDocent vo)
Creates a TeachingData value object based on a DadesDocent object.static TeachingData[]
TeachingData. toTeachingDataArray(DadesDocent[] source)
Creates a TeachingData array on a DadesDocent array.Methods in com.soffid.iam.api that return types with arguments of type TeachingData Modifier and Type Method Description static AsyncList<TeachingData>
TeachingData. toTeachingDataAsyncList(AsyncList<DadesDocent> source)
Creates a TeachingData asynclist on a DadesDocent collection.static PagedResult<TeachingData>
TeachingData. toTeachingDataList(PagedResult<DadesDocent> source)
Creates a TeachingData pagedResult on a DadesDocent collection.static List<TeachingData>
TeachingData. toTeachingDataList(Collection<DadesDocent> source)
Creates a TeachingData list on a DadesDocent collection.Methods in com.soffid.iam.api with parameters of type TeachingData Modifier and Type Method Description static void
TeachingData. toTeachingData(DadesDocent source, TeachingData target)
Updates a TeachingData value object based on a DadesDocent object.Constructors in com.soffid.iam.api with parameters of type TeachingData Constructor Description TeachingData(TeachingData otherBean)
-
Uses of TeachingData in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type TeachingData Modifier and Type Method Description static DadesDocent
DadesDocent. toDadesDocent(TeachingData vo)
Creates a DadesDocent value object based on a TeachingData object.static void
DadesDocent. toDadesDocent(TeachingData source, DadesDocent target)
Updates a DadesDocent value object based on a TeachingData object.static DadesDocent[]
DadesDocent. toDadesDocentArray(TeachingData[] source)
Creates a DadesDocent array on a TeachingData array.Method parameters in es.caib.seycon.ng.comu with type arguments of type TeachingData Modifier and Type Method Description static AsyncList<DadesDocent>
DadesDocent. toDadesDocentAsyncList(AsyncList<TeachingData> source)
Creates a DadesDocent asynclist on a TeachingData collection.static PagedResult<DadesDocent>
DadesDocent. toDadesDocentList(PagedResult<TeachingData> source)
Creates a DadesDocent pagedResult on a TeachingData collection.static List<DadesDocent>
DadesDocent. toDadesDocentList(Collection<TeachingData> source)
Creates a DadesDocent list on a TeachingData collection.
-