Uses of Class
es.caib.seycon.ng.comu.TargetaExtranet
-
Packages that use TargetaExtranet Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei -
-
Uses of TargetaExtranet in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type TargetaExtranet Modifier and Type Method Description static ExtranetCard
ExtranetCard. toExtranetCard(TargetaExtranet vo)
Creates a ExtranetCard value object based on a TargetaExtranet object.static void
ExtranetCard. toExtranetCard(TargetaExtranet source, ExtranetCard target)
Updates a ExtranetCard value object based on a TargetaExtranet object.static ExtranetCard[]
ExtranetCard. toExtranetCardArray(TargetaExtranet[] source)
Creates a ExtranetCard array on a TargetaExtranet array.Method parameters in com.soffid.iam.api with type arguments of type TargetaExtranet Modifier and Type Method Description static AsyncList<ExtranetCard>
ExtranetCard. toExtranetCardAsyncList(AsyncList<TargetaExtranet> source)
Creates a ExtranetCard asynclist on a TargetaExtranet collection.static PagedResult<ExtranetCard>
ExtranetCard. toExtranetCardList(PagedResult<TargetaExtranet> source)
Creates a ExtranetCard pagedResult on a TargetaExtranet collection.static List<ExtranetCard>
ExtranetCard. toExtranetCardList(Collection<TargetaExtranet> source)
Creates a ExtranetCard list on a TargetaExtranet collection. -
Uses of TargetaExtranet in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return TargetaExtranet Modifier and Type Method Description static TargetaExtranet
TargetaExtranet. toTargetaExtranet(ExtranetCard vo)
Creates a TargetaExtranet value object based on a ExtranetCard object.static TargetaExtranet[]
TargetaExtranet. toTargetaExtranetArray(ExtranetCard[] source)
Creates a TargetaExtranet array on a ExtranetCard array.Methods in es.caib.seycon.ng.comu that return types with arguments of type TargetaExtranet Modifier and Type Method Description static AsyncList<TargetaExtranet>
TargetaExtranet. toTargetaExtranetAsyncList(AsyncList<ExtranetCard> source)
Creates a TargetaExtranet asynclist on a ExtranetCard collection.static PagedResult<TargetaExtranet>
TargetaExtranet. toTargetaExtranetList(PagedResult<ExtranetCard> source)
Creates a TargetaExtranet pagedResult on a ExtranetCard collection.static List<TargetaExtranet>
TargetaExtranet. toTargetaExtranetList(Collection<ExtranetCard> source)
Creates a TargetaExtranet list on a ExtranetCard collection.Methods in es.caib.seycon.ng.comu with parameters of type TargetaExtranet Modifier and Type Method Description static void
TargetaExtranet. toTargetaExtranet(ExtranetCard source, TargetaExtranet target)
Updates a TargetaExtranet value object based on a ExtranetCard object.Constructors in es.caib.seycon.ng.comu with parameters of type TargetaExtranet Constructor Description TargetaExtranet(TargetaExtranet otherBean)
-
Uses of TargetaExtranet in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return TargetaExtranet Modifier and Type Method Description TargetaExtranet
UsuariService. creaTargetaExtranet(String codiUsuari)
Operation creaTargetaExtranetTargetaExtranet
UsuariService. findTargetaExtranetByCodiUsuariAndCodiTargeta(String codiUsuari, String codiTargeta)
Operation findTargetaExtranetByCodiUsuariAndCodiTargetaTargetaExtranet
UsuariService. update(TargetaExtranet targetaExtranet)
Operation updateMethods in es.caib.seycon.ng.servei that return types with arguments of type TargetaExtranet Modifier and Type Method Description Collection<TargetaExtranet>
UsuariService. findTargetesExtranetByCodiUsuari(String codiUsuari, String activa)
Operation findTargetesExtranetByCodiUsuariMethods in es.caib.seycon.ng.servei with parameters of type TargetaExtranet Modifier and Type Method Description TargetaExtranet
UsuariService. update(TargetaExtranet targetaExtranet)
Operation update
-