Uses of Class
com.soffid.iam.api.Renewal
-
Packages that use Renewal Package Description com.soffid.iam.api es.caib.seycon.ng.comu -
-
Uses of Renewal in com.soffid.iam.api
Methods in com.soffid.iam.api that return Renewal Modifier and Type Method Description static Renewal
Renewal. toRenewal(Renovacio vo)
Creates a Renewal value object based on a Renovacio object.static Renewal[]
Renewal. toRenewalArray(Renovacio[] source)
Creates a Renewal array on a Renovacio array.Methods in com.soffid.iam.api that return types with arguments of type Renewal 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.Methods in com.soffid.iam.api with parameters of type Renewal Modifier and Type Method Description static void
Renewal. toRenewal(Renovacio source, Renewal target)
Updates a Renewal value object based on a Renovacio object.Constructors in com.soffid.iam.api with parameters of type Renewal Constructor Description Renewal(Renewal otherBean)
-
Uses of Renewal in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type Renewal Modifier and Type Method Description static Renovacio
Renovacio. toRenovacio(Renewal vo)
Creates a Renovacio value object based on a Renewal object.static void
Renovacio. toRenovacio(Renewal source, Renovacio target)
Updates a Renovacio value object based on a Renewal object.static Renovacio[]
Renovacio. toRenovacioArray(Renewal[] source)
Creates a Renovacio array on a Renewal array.Method parameters in es.caib.seycon.ng.comu with type arguments of type Renewal 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.
-