Uses of Class
com.soffid.iam.model.EntryPointTreeEntity
-
Packages that use EntryPointTreeEntity Package Description com.soffid.iam.model -
-
Uses of EntryPointTreeEntity in com.soffid.iam.model
Subclasses of EntryPointTreeEntity in com.soffid.iam.model Modifier and Type Class Description class
EntryPointTreeEntityImpl
Entity EntryPointTreeEntity implementationMethods in com.soffid.iam.model that return EntryPointTreeEntity Modifier and Type Method Description EntryPointTreeEntity
EntryPointTreeEntityDao. applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree instance)
Transforms fromApplicationAccessTree
objectEntryPointTreeEntity
EntryPointTreeEntityDaoBase. applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree instance)
Transforms fromApplicationAccessTree
objectEntryPointTreeEntity
EntryPointTreeEntityDaoImpl. applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree arbrePuntEntrada)
EntryPointTreeEntity
EntryPointTreeEntityDao. arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada instance)
Transforms fromArbrePuntEntrada
objectEntryPointTreeEntity
EntryPointTreeEntityDaoBase. arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada instance)
Transforms fromArbrePuntEntrada
objectEntryPointTreeEntity
EntryPointTreeEntityDao. load(Long id)
Loads an instance ofEntryPointTreeEntity
from the persistent store.EntryPointTreeEntity
EntryPointTreeEntityDaoBase. load(Long id)
Loads an instance ofEntryPointTreeEntity
from the persistent store.EntryPointTreeEntity
EntryPointTreeEntityDao. newEntryPointTreeEntity()
Creates an instance ofEntryPointTreeEntity
.EntryPointTreeEntity
EntryPointTreeEntityDaoBase. newEntryPointTreeEntity()
Creates an instance ofEntryPointTreeEntity
.Methods in com.soffid.iam.model that return types with arguments of type EntryPointTreeEntity Modifier and Type Method Description List<EntryPointTreeEntity>
EntryPointTreeEntityDao. applicationAccessTreeToEntityList(Collection<com.soffid.iam.api.ApplicationAccessTree> instances)
Transforms fromApplicationAccessTree
listList<EntryPointTreeEntity>
EntryPointTreeEntityDaoBase. applicationAccessTreeToEntityList(Collection<com.soffid.iam.api.ApplicationAccessTree> instances)
Transforms fromApplicationAccessTree
listList<EntryPointTreeEntity>
EntryPointTreeEntityDao. arbrePuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.ArbrePuntEntrada> instances)
Transforms fromArbrePuntEntrada
listList<EntryPointTreeEntity>
EntryPointTreeEntityDaoBase. arbrePuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.ArbrePuntEntrada> instances)
Transforms fromApplicationAccessTree
listList<EntryPointTreeEntity>
EntryPointTreeEntityDao. findByChildren(CriteriaSearchConfiguration criteria, Long childId)
CriteriaSearchConfiguration finderList<EntryPointTreeEntity>
EntryPointTreeEntityDao. findByChildren(Long childId)
Operation findByChildrenList<EntryPointTreeEntity>
EntryPointTreeEntityDaoBase. findByChildren(CriteriaSearchConfiguration criteria, Long childId)
CriteriaSearchConfiguration implementationList<EntryPointTreeEntity>
EntryPointTreeEntityDaoBase. findByChildren(Long childId)
Operation findByChildrenList<EntryPointTreeEntity>
EntryPointTreeEntityDaoBase. findByChildren(String queryString, CriteriaSearchConfiguration criteria, Long childId)
Internal implementationList<EntryPointTreeEntity>
EntryPointTreeEntityDao. findByParent(CriteriaSearchConfiguration criteria, Long parentId)
CriteriaSearchConfiguration finderList<EntryPointTreeEntity>
EntryPointTreeEntityDao. findByParent(Long parentId)
Operation findByParentList<EntryPointTreeEntity>
EntryPointTreeEntityDaoBase. findByParent(CriteriaSearchConfiguration criteria, Long parentId)
CriteriaSearchConfiguration implementationList<EntryPointTreeEntity>
EntryPointTreeEntityDaoBase. findByParent(Long parentId)
Operation findByParentList<EntryPointTreeEntity>
EntryPointTreeEntityDaoBase. findByParent(String queryString, CriteriaSearchConfiguration criteria, Long parentId)
Internal implementationCollection<EntryPointTreeEntity>
EntryPointEntity. getChildrenEntryPointTree()
Gets value for attribute childrenEntryPointTreeCollection<EntryPointTreeEntity>
EntryPointEntity. getParentEntryPointTree()
Gets value for attribute parentEntryPointTreeList<EntryPointTreeEntity>
EntryPointTreeEntityDao. loadAll()
Loads all instances ofEntryPointTreeEntity
from the persistent store.List<EntryPointTreeEntity>
EntryPointTreeEntityDaoBase. loadAll()
Loads all instances ofEntryPointTreeEntity
from the persistent store.List<EntryPointTreeEntity>
EntryPointTreeEntityDao. query(String query, Parameter[] parameters)
Query ofEntryPointTreeEntity
from the persistent store.List<EntryPointTreeEntity>
EntryPointTreeEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointTreeEntity
from the persistent store.List<EntryPointTreeEntity>
EntryPointTreeEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofEntryPointTreeEntity
from the persistent store.List<EntryPointTreeEntity>
EntryPointTreeEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointTreeEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type EntryPointTreeEntity Modifier and Type Method Description void
EntryPointTreeEntityDao. applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree source, EntryPointTreeEntity target, boolean copyIfNull)
Copy data fromApplicationAccessTree
objectvoid
EntryPointTreeEntityDaoBase. applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree source, EntryPointTreeEntity target, boolean copyIfNull)
Copy data fromApplicationAccessTree
objectvoid
EntryPointTreeEntityDaoImpl. applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree source, EntryPointTreeEntity target, boolean copyIfNull)
void
EntryPointTreeEntityDao. arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada source, EntryPointTreeEntity target, boolean copyIfNull)
Copy data fromArbrePuntEntrada
objectvoid
EntryPointTreeEntityDaoBase. arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada source, EntryPointTreeEntity target, boolean copyIfNull)
Copy data fromArbrePuntEntrada
objectvoid
EntryPointTreeEntityDao. create(EntryPointTreeEntity entity)
Adds an instance ofEntryPointTreeEntity
to the persistent store.void
EntryPointTreeEntityDaoBase. create(EntryPointTreeEntity entity)
Adds an instance ofEntryPointTreeEntity
to the persistent store.void
EntryPointTreeEntityDao. remove(EntryPointTreeEntity entity)
Removes an instance ofEntryPointTreeEntity
from the persistent store.void
EntryPointTreeEntityDaoBase. remove(EntryPointTreeEntity entity)
Removes an instance ofEntryPointTreeEntity
from the persistent store.com.soffid.iam.api.ApplicationAccessTree
EntryPointTreeEntityDao. toApplicationAccessTree(EntryPointTreeEntity entity)
Transforms toApplicationAccessTree
objectvoid
EntryPointTreeEntityDao. toApplicationAccessTree(EntryPointTreeEntity source, com.soffid.iam.api.ApplicationAccessTree target)
Copy data toApplicationAccessTree
objectcom.soffid.iam.api.ApplicationAccessTree
EntryPointTreeEntityDaoBase. toApplicationAccessTree(EntryPointTreeEntity entity)
Transforms toApplicationAccessTree
objectvoid
EntryPointTreeEntityDaoBase. toApplicationAccessTree(EntryPointTreeEntity source, com.soffid.iam.api.ApplicationAccessTree target)
Copy data toApplicationAccessTree
objectcom.soffid.iam.api.ApplicationAccessTree
EntryPointTreeEntityDaoImpl. toApplicationAccessTree(EntryPointTreeEntity entity)
void
EntryPointTreeEntityDaoImpl. toApplicationAccessTree(EntryPointTreeEntity source, com.soffid.iam.api.ApplicationAccessTree target)
es.caib.seycon.ng.comu.ArbrePuntEntrada
EntryPointTreeEntityDao. toArbrePuntEntrada(EntryPointTreeEntity entity)
Transforms toArbrePuntEntrada
objectvoid
EntryPointTreeEntityDao. toArbrePuntEntrada(EntryPointTreeEntity source, es.caib.seycon.ng.comu.ArbrePuntEntrada target)
Copy data toArbrePuntEntrada
objectes.caib.seycon.ng.comu.ArbrePuntEntrada
EntryPointTreeEntityDaoBase. toArbrePuntEntrada(EntryPointTreeEntity entity)
Transforms toApplicationAccessTree
objectvoid
EntryPointTreeEntityDaoBase. toArbrePuntEntrada(EntryPointTreeEntity source, es.caib.seycon.ng.comu.ArbrePuntEntrada target)
void
EntryPointTreeEntityDao. update(EntryPointTreeEntity entity)
Updates an instance ofEntryPointTreeEntity
at the persistent store.void
EntryPointTreeEntityDaoBase. update(EntryPointTreeEntity entity)
Updates an instance ofEntryPointTreeEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type EntryPointTreeEntity Modifier and Type Method Description void
EntryPointTreeEntityDao. create(Collection<? extends EntryPointTreeEntity> entities)
Creates a collection ofEntryPointTreeEntity
and adds it to the persistent store.void
EntryPointTreeEntityDaoBase. create(Collection<? extends EntryPointTreeEntity> entities)
Creates a collection ofEntryPointTreeEntity
and adds it to the persistent store.void
EntryPointTreeEntityDao. remove(Collection<? extends EntryPointTreeEntity> entities)
Removes a collection ofEntryPointTreeEntity
from the persistent store.void
EntryPointTreeEntityDaoBase. remove(Collection<? extends EntryPointTreeEntity> entities)
Removes a collection ofEntryPointTreeEntity
from the persistent store.void
EntryPointEntity. setChildrenEntryPointTree(Collection<EntryPointTreeEntity> childrenEntryPointTree)
Sets value for attribute childrenEntryPointTreevoid
EntryPointEntity. setParentEntryPointTree(Collection<EntryPointTreeEntity> parentEntryPointTree)
Sets value for attribute parentEntryPointTreeList<com.soffid.iam.api.ApplicationAccessTree>
EntryPointTreeEntityDao. toApplicationAccessTreeList(Collection<EntryPointTreeEntity> entities)
Transforms toApplicationAccessTree
listList<com.soffid.iam.api.ApplicationAccessTree>
EntryPointTreeEntityDaoBase. toApplicationAccessTreeList(Collection<EntryPointTreeEntity> instances)
Transforms toApplicationAccessTree
listList<es.caib.seycon.ng.comu.ArbrePuntEntrada>
EntryPointTreeEntityDao. toArbrePuntEntradaList(Collection<EntryPointTreeEntity> entities)
Transforms toArbrePuntEntrada
listList<es.caib.seycon.ng.comu.ArbrePuntEntrada>
EntryPointTreeEntityDaoBase. toArbrePuntEntradaList(Collection<EntryPointTreeEntity> instances)
Transforms toArbrePuntEntrada
listvoid
EntryPointTreeEntityDao. update(Collection<? extends EntryPointTreeEntity> entities)
Updates a collection ofEntryPointTreeEntity
in the persistent store.void
EntryPointTreeEntityDaoBase. update(Collection<? extends EntryPointTreeEntity> entities)
Updates a collection ofEntryPointTreeEntity
in the persistent store.
-