Uses of Class
es.caib.seycon.ng.comu.ArbrePuntEntrada
-
Packages that use ArbrePuntEntrada Package Description com.soffid.iam.api es.caib.seycon.ng.comu -
-
Uses of ArbrePuntEntrada in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type ArbrePuntEntrada Modifier and Type Method Description static ApplicationAccessTreeApplicationAccessTree. toApplicationAccessTree(ArbrePuntEntrada vo)Creates a ApplicationAccessTree value object based on a ArbrePuntEntrada object.static voidApplicationAccessTree. toApplicationAccessTree(ArbrePuntEntrada source, ApplicationAccessTree target)Updates a ApplicationAccessTree value object based on a ArbrePuntEntrada object.static ApplicationAccessTree[]ApplicationAccessTree. toApplicationAccessTreeArray(ArbrePuntEntrada[] source)Creates a ApplicationAccessTree array on a ArbrePuntEntrada array.Method parameters in com.soffid.iam.api with type arguments of type ArbrePuntEntrada Modifier and Type Method Description static AsyncList<ApplicationAccessTree>ApplicationAccessTree. toApplicationAccessTreeAsyncList(AsyncList<ArbrePuntEntrada> source)Creates a ApplicationAccessTree asynclist on a ArbrePuntEntrada collection.static PagedResult<ApplicationAccessTree>ApplicationAccessTree. toApplicationAccessTreeList(PagedResult<ArbrePuntEntrada> source)Creates a ApplicationAccessTree pagedResult on a ArbrePuntEntrada collection.static List<ApplicationAccessTree>ApplicationAccessTree. toApplicationAccessTreeList(Collection<ArbrePuntEntrada> source)Creates a ApplicationAccessTree list on a ArbrePuntEntrada collection. -
Uses of ArbrePuntEntrada in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return ArbrePuntEntrada Modifier and Type Method Description static ArbrePuntEntradaArbrePuntEntrada. toArbrePuntEntrada(ApplicationAccessTree vo)Creates a ArbrePuntEntrada value object based on a ApplicationAccessTree object.static ArbrePuntEntrada[]ArbrePuntEntrada. toArbrePuntEntradaArray(ApplicationAccessTree[] source)Creates a ArbrePuntEntrada array on a ApplicationAccessTree array.Methods in es.caib.seycon.ng.comu that return types with arguments of type ArbrePuntEntrada Modifier and Type Method Description static AsyncList<ArbrePuntEntrada>ArbrePuntEntrada. toArbrePuntEntradaAsyncList(AsyncList<ApplicationAccessTree> source)Creates a ArbrePuntEntrada asynclist on a ApplicationAccessTree collection.static PagedResult<ArbrePuntEntrada>ArbrePuntEntrada. toArbrePuntEntradaList(PagedResult<ApplicationAccessTree> source)Creates a ArbrePuntEntrada pagedResult on a ApplicationAccessTree collection.static List<ArbrePuntEntrada>ArbrePuntEntrada. toArbrePuntEntradaList(Collection<ApplicationAccessTree> source)Creates a ArbrePuntEntrada list on a ApplicationAccessTree collection.Methods in es.caib.seycon.ng.comu with parameters of type ArbrePuntEntrada Modifier and Type Method Description static voidArbrePuntEntrada. toArbrePuntEntrada(ApplicationAccessTree source, ArbrePuntEntrada target)Updates a ArbrePuntEntrada value object based on a ApplicationAccessTree object.Constructors in es.caib.seycon.ng.comu with parameters of type ArbrePuntEntrada Constructor Description ArbrePuntEntrada(ArbrePuntEntrada otherBean)
-