Uses of Class
es.caib.seycon.ng.comu.ControlAcces
-
Packages that use ControlAcces Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb -
-
Uses of ControlAcces in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type ControlAcces Modifier and Type Method Description static AccessControlAccessControl. toAccessControl(ControlAcces vo)Creates a AccessControl value object based on a ControlAcces object.static voidAccessControl. toAccessControl(ControlAcces source, AccessControl target)Updates a AccessControl value object based on a ControlAcces object.static AccessControl[]AccessControl. toAccessControlArray(ControlAcces[] source)Creates a AccessControl array on a ControlAcces array.Method parameters in com.soffid.iam.api with type arguments of type ControlAcces Modifier and Type Method Description static AsyncList<AccessControl>AccessControl. toAccessControlAsyncList(AsyncList<ControlAcces> source)Creates a AccessControl asynclist on a ControlAcces collection.static PagedResult<AccessControl>AccessControl. toAccessControlList(PagedResult<ControlAcces> source)Creates a AccessControl pagedResult on a ControlAcces collection.static List<AccessControl>AccessControl. toAccessControlList(Collection<ControlAcces> source)Creates a AccessControl list on a ControlAcces collection. -
Uses of ControlAcces in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return ControlAcces Modifier and Type Method Description static ControlAccesControlAcces. toControlAcces(AccessControl vo)Creates a ControlAcces value object based on a AccessControl object.static ControlAcces[]ControlAcces. toControlAccesArray(AccessControl[] source)Creates a ControlAcces array on a AccessControl array.Methods in es.caib.seycon.ng.comu that return types with arguments of type ControlAcces Modifier and Type Method Description List<ControlAcces>DispatcherAccessControl. getControlAcces()Gets value for attribute controlAccesstatic AsyncList<ControlAcces>ControlAcces. toControlAccesAsyncList(AsyncList<AccessControl> source)Creates a ControlAcces asynclist on a AccessControl collection.static PagedResult<ControlAcces>ControlAcces. toControlAccesList(PagedResult<AccessControl> source)Creates a ControlAcces pagedResult on a AccessControl collection.static List<ControlAcces>ControlAcces. toControlAccesList(Collection<AccessControl> source)Creates a ControlAcces list on a AccessControl collection.Methods in es.caib.seycon.ng.comu with parameters of type ControlAcces Modifier and Type Method Description static voidControlAcces. toControlAcces(AccessControl source, ControlAcces target)Updates a ControlAcces value object based on a AccessControl object.Method parameters in es.caib.seycon.ng.comu with type arguments of type ControlAcces Modifier and Type Method Description voidDispatcherAccessControl. setControlAcces(List<ControlAcces> controlAcces)Sets value for attribute controlAccesConstructors in es.caib.seycon.ng.comu with parameters of type ControlAcces Constructor Description ControlAcces(ControlAcces otherBean)Constructor parameters in es.caib.seycon.ng.comu with type arguments of type ControlAcces Constructor Description DispatcherAccessControl(String codi, Boolean controlAccessActiu, List<ControlAcces> controlAcces) -
Uses of ControlAcces in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return ControlAcces Modifier and Type Method Description ControlAccesDispatcherService. create(ControlAcces controlAcces)Operation createControlAccesDispatcherService. update(ControlAcces controlAcces)Operation updateMethods in es.caib.seycon.ng.servei that return types with arguments of type ControlAcces Modifier and Type Method Description Collection<ControlAcces>DispatcherService. findControlAccesByCodiAgent(String codiAgent)Operation findControlAccesByCodiAgentCollection<ControlAcces>DispatcherService. getControlAcces(Dispatcher agent)Operation getControlAccesMethods in es.caib.seycon.ng.servei with parameters of type ControlAcces Modifier and Type Method Description ControlAccesDispatcherService. create(ControlAcces controlAcces)Operation createvoidDispatcherService. delete(ControlAcces controlAcces)Operation deleteControlAccesDispatcherService. update(ControlAcces controlAcces)Operation update -
Uses of ControlAcces in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return ControlAcces Modifier and Type Method Description ControlAccesDispatcherService. create(ControlAcces controlAcces)ControlAccesDispatcherService. update(ControlAcces controlAcces)Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type ControlAcces Modifier and Type Method Description Collection<ControlAcces>DispatcherService. findControlAccesByCodiAgent(String codiAgent)Collection<ControlAcces>DispatcherService. getControlAcces(Dispatcher agent)Methods in es.caib.seycon.ng.servei.ejb with parameters of type ControlAcces Modifier and Type Method Description ControlAccesDispatcherService. create(ControlAcces controlAcces)voidDispatcherService. delete(ControlAcces controlAcces)ControlAccesDispatcherService. update(ControlAcces controlAcces)
-