Uses of Class
es.caib.seycon.ng.comu.Renovacio
-
Packages that use Renovacio Package Description com.soffid.iam.api es.caib.seycon.ng.comu -
-
Uses of Renovacio in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type Renovacio Modifier and Type Method Description static Renewal
Renewal. toRenewal(Renovacio vo)
Creates a Renewal value object based on a Renovacio object.static void
Renewal. toRenewal(Renovacio source, Renewal target)
Updates a Renewal value object based on a Renovacio object.static Renewal[]
Renewal. toRenewalArray(Renovacio[] source)
Creates a Renewal array on a Renovacio array.Method parameters in com.soffid.iam.api with type arguments of type Renovacio Modifier and Type Method Description static AsyncList<Renewal>
Renewal. toRenewalAsyncList(AsyncList<Renovacio> source)
Creates a Renewal asynclist on a Renovacio collection.static PagedResult<Renewal>
Renewal. toRenewalList(PagedResult<Renovacio> source)
Creates a Renewal pagedResult on a Renovacio collection.static List<Renewal>
Renewal. toRenewalList(Collection<Renovacio> source)
Creates a Renewal list on a Renovacio collection. -
Uses of Renovacio in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return Renovacio Modifier and Type Method Description static Renovacio
Renovacio. toRenovacio(Renewal vo)
Creates a Renovacio value object based on a Renewal object.static Renovacio[]
Renovacio. toRenovacioArray(Renewal[] source)
Creates a Renovacio array on a Renewal array.Methods in es.caib.seycon.ng.comu that return types with arguments of type Renovacio Modifier and Type Method Description static AsyncList<Renovacio>
Renovacio. toRenovacioAsyncList(AsyncList<Renewal> source)
Creates a Renovacio asynclist on a Renewal collection.static PagedResult<Renovacio>
Renovacio. toRenovacioList(PagedResult<Renewal> source)
Creates a Renovacio pagedResult on a Renewal collection.static List<Renovacio>
Renovacio. toRenovacioList(Collection<Renewal> source)
Creates a Renovacio list on a Renewal collection.Methods in es.caib.seycon.ng.comu with parameters of type Renovacio Modifier and Type Method Description static void
Renovacio. toRenovacio(Renewal source, Renovacio target)
Updates a Renovacio value object based on a Renewal object.Constructors in es.caib.seycon.ng.comu with parameters of type Renovacio Constructor Description Renovacio(Renovacio otherBean)
-