Uses of Class
com.soffid.iam.model.EntryPointEntity
-
Packages that use EntryPointEntity Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of EntryPointEntity in com.soffid.iam.model
Subclasses of EntryPointEntity in com.soffid.iam.model Modifier and Type Class Description class
EntryPointEntityImpl
Entity EntryPointEntity implementationMethods in com.soffid.iam.model that return EntryPointEntity Modifier and Type Method Description EntryPointEntity
EntryPointEntityDao. accessTreeToEntity(com.soffid.iam.api.AccessTree instance)
Transforms fromAccessTree
objectEntryPointEntity
EntryPointEntityDaoBase. accessTreeToEntity(com.soffid.iam.api.AccessTree instance)
Transforms fromAccessTree
objectEntryPointEntity
EntryPointEntityDaoImpl. accessTreeToEntity(com.soffid.iam.api.AccessTree puntEntrada)
EntryPointEntity
EntryPointTreeEntity. getChild()
Gets value for attribute childEntryPointEntity
EntryPointAccountEntity. getEntryPoint()
Gets value for attribute entryPointEntryPointEntity
EntryPointExecutableEntity. getEntryPoint()
Gets value for attribute entryPointEntryPointEntity
EntryPointGroupEntity. getEntryPoint()
Gets value for attribute entryPointEntryPointEntity
EntryPointRoleEntity. getEntryPoint()
Gets value for attribute entryPointEntryPointEntity
EntryPointUserEntity. getEntryPoint()
Gets value for attribute entryPointEntryPointEntity
HostEntryPointEntity. getEntryPoint()
Gets value for attribute entryPointEntryPointEntity
EntryPointTreeEntity. getParent()
Gets value for attribute parentEntryPointEntity
EntryPointEntityDao. load(Long id)
Loads an instance ofEntryPointEntity
from the persistent store.EntryPointEntity
EntryPointEntityDaoBase. load(Long id)
Loads an instance ofEntryPointEntity
from the persistent store.EntryPointEntity
EntryPointEntityDao. newEntryPointEntity()
Creates an instance ofEntryPointEntity
.EntryPointEntity
EntryPointEntityDaoBase. newEntryPointEntity()
Creates an instance ofEntryPointEntity
.EntryPointEntity
EntryPointEntityDao. puntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada instance)
Transforms fromPuntEntrada
objectEntryPointEntity
EntryPointEntityDaoBase. puntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada instance)
Transforms fromPuntEntrada
objectMethods in com.soffid.iam.model that return types with arguments of type EntryPointEntity Modifier and Type Method Description List<EntryPointEntity>
EntryPointEntityDao. accessTreeToEntityList(Collection<com.soffid.iam.api.AccessTree> instances)
Transforms fromAccessTree
listList<EntryPointEntity>
EntryPointEntityDaoBase. accessTreeToEntityList(Collection<com.soffid.iam.api.AccessTree> instances)
Transforms fromAccessTree
listList<EntryPointEntity>
EntryPointEntityDao. findByCriteria(CriteriaSearchConfiguration criteria, String name, String code)
CriteriaSearchConfiguration finderList<EntryPointEntity>
EntryPointEntityDao. findByCriteria(String name, String code)
Operation findByCriteriaList<EntryPointEntity>
EntryPointEntityDaoBase. findByCriteria(CriteriaSearchConfiguration criteria, String name, String code)
CriteriaSearchConfiguration implementationList<EntryPointEntity>
EntryPointEntityDaoBase. findByCriteria(String queryString, CriteriaSearchConfiguration criteria, String name, String code)
Internal implementationList<EntryPointEntity>
EntryPointEntityDaoBase. findByCriteria(String name, String code)
Operation findByCriteriaCollection<EntryPointEntity>
SystemEntity. getEntryPoints()
Gets value for attribute entryPointsList<EntryPointEntity>
EntryPointEntityDao. loadAll()
Loads all instances ofEntryPointEntity
from the persistent store.List<EntryPointEntity>
EntryPointEntityDaoBase. loadAll()
Loads all instances ofEntryPointEntity
from the persistent store.List<EntryPointEntity>
EntryPointEntityDao. puntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.PuntEntrada> instances)
Transforms fromPuntEntrada
listList<EntryPointEntity>
EntryPointEntityDaoBase. puntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.PuntEntrada> instances)
Transforms fromAccessTree
listList<EntryPointEntity>
EntryPointEntityDao. query(String query, Parameter[] parameters)
Query ofEntryPointEntity
from the persistent store.List<EntryPointEntity>
EntryPointEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointEntity
from the persistent store.List<EntryPointEntity>
EntryPointEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofEntryPointEntity
from the persistent store.List<EntryPointEntity>
EntryPointEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type EntryPointEntity Modifier and Type Method Description void
EntryPointEntityDao. accessTreeToEntity(com.soffid.iam.api.AccessTree source, EntryPointEntity target, boolean copyIfNull)
Copy data fromAccessTree
objectvoid
EntryPointEntityDaoBase. accessTreeToEntity(com.soffid.iam.api.AccessTree source, EntryPointEntity target, boolean copyIfNull)
Copy data fromAccessTree
objectvoid
EntryPointEntityDaoImpl. accessTreeToEntity(com.soffid.iam.api.AccessTree source, EntryPointEntity target, boolean copyIfNull)
void
EntryPointEntityDao. create(EntryPointEntity entity)
Adds an instance ofEntryPointEntity
to the persistent store.void
EntryPointEntityDaoBase. create(EntryPointEntity entity)
Adds an instance ofEntryPointEntity
to the persistent store.List<EntryPointExecutableEntity>
EntryPointExecutableEntityDao. findByEntryPoint(CriteriaSearchConfiguration criteria, EntryPointEntity entryPoint)
CriteriaSearchConfiguration finderList<EntryPointExecutableEntity>
EntryPointExecutableEntityDao. findByEntryPoint(EntryPointEntity entryPoint)
Operation findByEntryPointList<EntryPointExecutableEntity>
EntryPointExecutableEntityDaoBase. findByEntryPoint(CriteriaSearchConfiguration criteria, EntryPointEntity entryPoint)
CriteriaSearchConfiguration implementationList<EntryPointExecutableEntity>
EntryPointExecutableEntityDaoBase. findByEntryPoint(EntryPointEntity entryPoint)
Operation findByEntryPointList<EntryPointExecutableEntity>
EntryPointExecutableEntityDaoBase. findByEntryPoint(String queryString, CriteriaSearchConfiguration criteria, EntryPointEntity entryPoint)
Internal implementationvoid
EntryPointEntityDao. puntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada source, EntryPointEntity target, boolean copyIfNull)
Copy data fromPuntEntrada
objectvoid
EntryPointEntityDaoBase. puntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada source, EntryPointEntity target, boolean copyIfNull)
Copy data fromPuntEntrada
objectvoid
EntryPointEntityDao. remove(EntryPointEntity entity)
Removes an instance ofEntryPointEntity
from the persistent store.void
EntryPointEntityDaoBase. remove(EntryPointEntity entity)
Removes an instance ofEntryPointEntity
from the persistent store.void
EntryPointTreeEntity. setChild(EntryPointEntity child)
Sets value for attribute childvoid
EntryPointAccountEntity. setEntryPoint(EntryPointEntity entryPoint)
Sets value for attribute entryPointvoid
EntryPointExecutableEntity. setEntryPoint(EntryPointEntity entryPoint)
Sets value for attribute entryPointvoid
EntryPointGroupEntity. setEntryPoint(EntryPointEntity entryPoint)
Sets value for attribute entryPointvoid
EntryPointRoleEntity. setEntryPoint(EntryPointEntity entryPoint)
Sets value for attribute entryPointvoid
EntryPointUserEntity. setEntryPoint(EntryPointEntity entryPoint)
Sets value for attribute entryPointvoid
HostEntryPointEntity. setEntryPoint(EntryPointEntity entryPoint)
Sets value for attribute entryPointvoid
EntryPointTreeEntity. setParent(EntryPointEntity parent)
Sets value for attribute parentcom.soffid.iam.api.AccessTree
EntryPointEntityDao. toAccessTree(EntryPointEntity entity)
Transforms toAccessTree
objectvoid
EntryPointEntityDao. toAccessTree(EntryPointEntity source, com.soffid.iam.api.AccessTree target)
Copy data toAccessTree
objectcom.soffid.iam.api.AccessTree
EntryPointEntityDaoBase. toAccessTree(EntryPointEntity entity)
Transforms toAccessTree
objectvoid
EntryPointEntityDaoBase. toAccessTree(EntryPointEntity source, com.soffid.iam.api.AccessTree target)
Copy data toAccessTree
objectcom.soffid.iam.api.AccessTree
EntryPointEntityDaoImpl. toAccessTree(EntryPointEntity entity)
void
EntryPointEntityDaoImpl. toAccessTree(EntryPointEntity source, com.soffid.iam.api.AccessTree target)
es.caib.seycon.ng.comu.PuntEntrada
EntryPointEntityDao. toPuntEntrada(EntryPointEntity entity)
Transforms toPuntEntrada
objectvoid
EntryPointEntityDao. toPuntEntrada(EntryPointEntity source, es.caib.seycon.ng.comu.PuntEntrada target)
Copy data toPuntEntrada
objectes.caib.seycon.ng.comu.PuntEntrada
EntryPointEntityDaoBase. toPuntEntrada(EntryPointEntity entity)
Transforms toAccessTree
objectvoid
EntryPointEntityDaoBase. toPuntEntrada(EntryPointEntity source, es.caib.seycon.ng.comu.PuntEntrada target)
void
EntryPointEntityDao. update(EntryPointEntity entity)
Updates an instance ofEntryPointEntity
at the persistent store.void
EntryPointEntityDaoBase. update(EntryPointEntity entity)
Updates an instance ofEntryPointEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type EntryPointEntity Modifier and Type Method Description void
EntryPointEntityDao. create(Collection<? extends EntryPointEntity> entities)
Creates a collection ofEntryPointEntity
and adds it to the persistent store.void
EntryPointEntityDaoBase. create(Collection<? extends EntryPointEntity> entities)
Creates a collection ofEntryPointEntity
and adds it to the persistent store.void
EntryPointEntityDao. remove(Collection<? extends EntryPointEntity> entities)
Removes a collection ofEntryPointEntity
from the persistent store.void
EntryPointEntityDaoBase. remove(Collection<? extends EntryPointEntity> entities)
Removes a collection ofEntryPointEntity
from the persistent store.void
SystemEntity. setEntryPoints(Collection<EntryPointEntity> entryPoints)
Sets value for attribute entryPointsList<com.soffid.iam.api.AccessTree>
EntryPointEntityDao. toAccessTreeList(Collection<EntryPointEntity> entities)
Transforms toAccessTree
listList<com.soffid.iam.api.AccessTree>
EntryPointEntityDaoBase. toAccessTreeList(Collection<EntryPointEntity> instances)
Transforms toAccessTree
listList<es.caib.seycon.ng.comu.PuntEntrada>
EntryPointEntityDao. toPuntEntradaList(Collection<EntryPointEntity> entities)
Transforms toPuntEntrada
listList<es.caib.seycon.ng.comu.PuntEntrada>
EntryPointEntityDaoBase. toPuntEntradaList(Collection<EntryPointEntity> instances)
Transforms toPuntEntrada
listvoid
EntryPointEntityDao. update(Collection<? extends EntryPointEntity> entities)
Updates a collection ofEntryPointEntity
in the persistent store.void
EntryPointEntityDaoBase. update(Collection<? extends EntryPointEntity> entities)
Updates a collection ofEntryPointEntity
in the persistent store. -
Uses of EntryPointEntity in com.soffid.iam.service
Methods in com.soffid.iam.service with parameters of type EntryPointEntity Modifier and Type Method Description protected boolean
EntryPointServiceImpl. canView(EntryPointEntity puntEntrada)
protected boolean
EntryPointServiceImpl. isAuthorized(EntryPointEntity entry, String level)
-