Package com.soffid.iam.model
Interface EntryPointTreeEntityDao
-
- All Known Implementing Classes:
EntryPointTreeEntityDaoBase,EntryPointTreeEntityDaoImpl
public interface EntryPointTreeEntityDaoDAO for Entity EntryPointTreeEntity- See Also:
es.caib.seycon.ng.model.ArbrePuntEntradaEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntryPointTreeEntityapplicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree instance)Transforms fromApplicationAccessTreeobjectvoidapplicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree source, EntryPointTreeEntity target, boolean copyIfNull)Copy data fromApplicationAccessTreeobjectList<EntryPointTreeEntity>applicationAccessTreeToEntityList(Collection<com.soffid.iam.api.ApplicationAccessTree> instances)Transforms fromApplicationAccessTreelistEntryPointTreeEntityarbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada instance)Transforms fromArbrePuntEntradaobjectvoidarbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada source, EntryPointTreeEntity target, boolean copyIfNull)Copy data fromArbrePuntEntradaobjectList<EntryPointTreeEntity>arbrePuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.ArbrePuntEntrada> instances)Transforms fromArbrePuntEntradalistvoidcreate(EntryPointTreeEntity entity)Adds an instance ofEntryPointTreeEntityto the persistent store.voidcreate(Collection<? extends EntryPointTreeEntity> entities)Creates a collection ofEntryPointTreeEntityand adds it to the persistent store.List<EntryPointTreeEntity>findByChildren(CriteriaSearchConfiguration criteria, Long childId)CriteriaSearchConfiguration finderList<EntryPointTreeEntity>findByChildren(Long childId)Operation findByChildrenList<EntryPointTreeEntity>findByParent(CriteriaSearchConfiguration criteria, Long parentId)CriteriaSearchConfiguration finderList<EntryPointTreeEntity>findByParent(Long parentId)Operation findByParentEntryPointTreeEntityload(Long id)Loads an instance ofEntryPointTreeEntityfrom the persistent store.List<EntryPointTreeEntity>loadAll()Loads all instances ofEntryPointTreeEntityfrom the persistent store.EntryPointTreeEntitynewEntryPointTreeEntity()Creates an instance ofEntryPointTreeEntity.List<EntryPointTreeEntity>query(String query, Parameter[] parameters)Query ofEntryPointTreeEntityfrom the persistent store.List<EntryPointTreeEntity>query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofEntryPointTreeEntityfrom the persistent store.voidremove(EntryPointTreeEntity entity)Removes an instance ofEntryPointTreeEntityfrom the persistent store.voidremove(Long id)Removes an instance ofEntryPointTreeEntityfrom the persistent store.voidremove(Collection<? extends EntryPointTreeEntity> entities)Removes a collection ofEntryPointTreeEntityfrom the persistent store.com.soffid.iam.api.ApplicationAccessTreetoApplicationAccessTree(EntryPointTreeEntity entity)Transforms toApplicationAccessTreeobjectvoidtoApplicationAccessTree(EntryPointTreeEntity source, com.soffid.iam.api.ApplicationAccessTree target)Copy data toApplicationAccessTreeobjectList<com.soffid.iam.api.ApplicationAccessTree>toApplicationAccessTreeList(Collection<EntryPointTreeEntity> entities)Transforms toApplicationAccessTreelistes.caib.seycon.ng.comu.ArbrePuntEntradatoArbrePuntEntrada(EntryPointTreeEntity entity)Transforms toArbrePuntEntradaobjectvoidtoArbrePuntEntrada(EntryPointTreeEntity source, es.caib.seycon.ng.comu.ArbrePuntEntrada target)Copy data toArbrePuntEntradaobjectList<es.caib.seycon.ng.comu.ArbrePuntEntrada>toArbrePuntEntradaList(Collection<EntryPointTreeEntity> entities)Transforms toArbrePuntEntradalistvoidupdate(EntryPointTreeEntity entity)Updates an instance ofEntryPointTreeEntityat the persistent store.voidupdate(Collection<? extends EntryPointTreeEntity> entities)Updates a collection ofEntryPointTreeEntityin the persistent store.
-
-
-
Method Detail
-
findByChildren
List<EntryPointTreeEntity> findByChildren(Long childId)
Operation findByChildren- Parameters:
childId-- Returns:
-
findByChildren
List<EntryPointTreeEntity> findByChildren(CriteriaSearchConfiguration criteria, Long childId)
CriteriaSearchConfiguration finder
-
findByParent
List<EntryPointTreeEntity> findByParent(Long parentId)
Operation findByParent- Parameters:
parentId-- Returns:
-
findByParent
List<EntryPointTreeEntity> findByParent(CriteriaSearchConfiguration criteria, Long parentId)
CriteriaSearchConfiguration finder
-
toApplicationAccessTree
void toApplicationAccessTree(EntryPointTreeEntity source, com.soffid.iam.api.ApplicationAccessTree target)
Copy data toApplicationAccessTreeobject
-
toApplicationAccessTree
com.soffid.iam.api.ApplicationAccessTree toApplicationAccessTree(EntryPointTreeEntity entity)
Transforms toApplicationAccessTreeobject
-
toApplicationAccessTreeList
List<com.soffid.iam.api.ApplicationAccessTree> toApplicationAccessTreeList(Collection<EntryPointTreeEntity> entities)
Transforms toApplicationAccessTreelist
-
applicationAccessTreeToEntity
void applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree source, EntryPointTreeEntity target, boolean copyIfNull)Copy data fromApplicationAccessTreeobject
-
applicationAccessTreeToEntity
EntryPointTreeEntity applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree instance)
Transforms fromApplicationAccessTreeobject
-
applicationAccessTreeToEntityList
List<EntryPointTreeEntity> applicationAccessTreeToEntityList(Collection<com.soffid.iam.api.ApplicationAccessTree> instances)
Transforms fromApplicationAccessTreelist
-
toArbrePuntEntrada
void toArbrePuntEntrada(EntryPointTreeEntity source, es.caib.seycon.ng.comu.ArbrePuntEntrada target)
Copy data toArbrePuntEntradaobject
-
toArbrePuntEntrada
es.caib.seycon.ng.comu.ArbrePuntEntrada toArbrePuntEntrada(EntryPointTreeEntity entity)
Transforms toArbrePuntEntradaobject
-
toArbrePuntEntradaList
List<es.caib.seycon.ng.comu.ArbrePuntEntrada> toArbrePuntEntradaList(Collection<EntryPointTreeEntity> entities)
Transforms toArbrePuntEntradalist
-
arbrePuntEntradaToEntity
void arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada source, EntryPointTreeEntity target, boolean copyIfNull)Copy data fromArbrePuntEntradaobject
-
arbrePuntEntradaToEntity
EntryPointTreeEntity arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada instance)
Transforms fromArbrePuntEntradaobject
-
arbrePuntEntradaToEntityList
List<EntryPointTreeEntity> arbrePuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.ArbrePuntEntrada> instances)
Transforms fromArbrePuntEntradalist
-
newEntryPointTreeEntity
EntryPointTreeEntity newEntryPointTreeEntity()
Creates an instance ofEntryPointTreeEntity.
-
create
void create(EntryPointTreeEntity entity)
Adds an instance ofEntryPointTreeEntityto the persistent store.
-
update
void update(EntryPointTreeEntity entity)
Updates an instance ofEntryPointTreeEntityat the persistent store.
-
remove
void remove(EntryPointTreeEntity entity)
Removes an instance ofEntryPointTreeEntityfrom the persistent store.
-
load
EntryPointTreeEntity load(Long id)
Loads an instance ofEntryPointTreeEntityfrom the persistent store.
-
loadAll
List<EntryPointTreeEntity> loadAll()
Loads all instances ofEntryPointTreeEntityfrom the persistent store.
-
create
void create(Collection<? extends EntryPointTreeEntity> entities)
Creates a collection ofEntryPointTreeEntityand adds it to the persistent store.
-
update
void update(Collection<? extends EntryPointTreeEntity> entities)
Updates a collection ofEntryPointTreeEntityin the persistent store.
-
remove
void remove(Collection<? extends EntryPointTreeEntity> entities)
Removes a collection ofEntryPointTreeEntityfrom the persistent store.
-
remove
void remove(Long id)
Removes an instance ofEntryPointTreeEntityfrom the persistent store.
-
query
List<EntryPointTreeEntity> query(String query, Parameter[] parameters)
Query ofEntryPointTreeEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters
-
query
List<EntryPointTreeEntity> query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointTreeEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return
-
-