Uses of Class
com.soffid.iam.api.ExtranetCard
-
Packages that use ExtranetCard Package Description com.soffid.iam.api com.soffid.iam.service es.caib.seycon.ng.comu -
-
Uses of ExtranetCard in com.soffid.iam.api
Methods in com.soffid.iam.api that return ExtranetCard Modifier and Type Method Description static ExtranetCardExtranetCard. toExtranetCard(TargetaExtranet vo)Creates a ExtranetCard value object based on a TargetaExtranet object.static ExtranetCard[]ExtranetCard. toExtranetCardArray(TargetaExtranet[] source)Creates a ExtranetCard array on a TargetaExtranet array.Methods in com.soffid.iam.api that return types with arguments of type ExtranetCard 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.Methods in com.soffid.iam.api with parameters of type ExtranetCard Modifier and Type Method Description static voidExtranetCard. toExtranetCard(TargetaExtranet source, ExtranetCard target)Updates a ExtranetCard value object based on a TargetaExtranet object.Constructors in com.soffid.iam.api with parameters of type ExtranetCard Constructor Description ExtranetCard(ExtranetCard otherBean) -
Uses of ExtranetCard in com.soffid.iam.service
Methods in com.soffid.iam.service that return ExtranetCard Modifier and Type Method Description ExtranetCardUserService. createExtranetCard(String codiUsuari)Operation createExtranetCardExtranetCardUserService. findExtranetCardByUserNameAndCardName(String codiUsuari, String codiTargeta)Operation findExtranetCardByUserNameAndCardNameExtranetCardUserService. update(ExtranetCard targetaExtranet)Operation updateMethods in com.soffid.iam.service that return types with arguments of type ExtranetCard Modifier and Type Method Description Collection<ExtranetCard>UserService. findExtranetCardsByUserName(String codiUsuari, String activa)Operation findExtranetCardsByUserNameMethods in com.soffid.iam.service with parameters of type ExtranetCard Modifier and Type Method Description ExtranetCardUserService. update(ExtranetCard targetaExtranet)Operation update -
Uses of ExtranetCard in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type ExtranetCard Modifier and Type Method Description static TargetaExtranetTargetaExtranet. toTargetaExtranet(ExtranetCard vo)Creates a TargetaExtranet value object based on a ExtranetCard object.static voidTargetaExtranet. toTargetaExtranet(ExtranetCard source, TargetaExtranet target)Updates a TargetaExtranet value object based on a ExtranetCard object.static TargetaExtranet[]TargetaExtranet. toTargetaExtranetArray(ExtranetCard[] source)Creates a TargetaExtranet array on a ExtranetCard array.Method parameters in es.caib.seycon.ng.comu with type arguments of type ExtranetCard 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.
-