Uses of Class
es.caib.seycon.ng.comu.DadesPare
-
Packages that use DadesPare Package Description com.soffid.iam.api es.caib.seycon.ng.comu -
-
Uses of DadesPare in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type DadesPare Modifier and Type Method Description static ParentData
ParentData. toParentData(DadesPare vo)
Creates a ParentData value object based on a DadesPare object.static void
ParentData. toParentData(DadesPare source, ParentData target)
Updates a ParentData value object based on a DadesPare object.static ParentData[]
ParentData. toParentDataArray(DadesPare[] source)
Creates a ParentData array on a DadesPare array.Method parameters in com.soffid.iam.api with type arguments of type DadesPare Modifier and Type Method Description static AsyncList<ParentData>
ParentData. toParentDataAsyncList(AsyncList<DadesPare> source)
Creates a ParentData asynclist on a DadesPare collection.static PagedResult<ParentData>
ParentData. toParentDataList(PagedResult<DadesPare> source)
Creates a ParentData pagedResult on a DadesPare collection.static List<ParentData>
ParentData. toParentDataList(Collection<DadesPare> source)
Creates a ParentData list on a DadesPare collection. -
Uses of DadesPare in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return DadesPare Modifier and Type Method Description static DadesPare
DadesPare. toDadesPare(ParentData vo)
Creates a DadesPare value object based on a ParentData object.static DadesPare[]
DadesPare. toDadesPareArray(ParentData[] source)
Creates a DadesPare array on a ParentData array.Methods in es.caib.seycon.ng.comu that return types with arguments of type DadesPare Modifier and Type Method Description static AsyncList<DadesPare>
DadesPare. toDadesPareAsyncList(AsyncList<ParentData> source)
Creates a DadesPare asynclist on a ParentData collection.static PagedResult<DadesPare>
DadesPare. toDadesPareList(PagedResult<ParentData> source)
Creates a DadesPare pagedResult on a ParentData collection.static List<DadesPare>
DadesPare. toDadesPareList(Collection<ParentData> source)
Creates a DadesPare list on a ParentData collection.Methods in es.caib.seycon.ng.comu with parameters of type DadesPare Modifier and Type Method Description static void
DadesPare. toDadesPare(ParentData source, DadesPare target)
Updates a DadesPare value object based on a ParentData object.Constructors in es.caib.seycon.ng.comu with parameters of type DadesPare Constructor Description DadesPare(DadesPare otherBean)
-