Package com.soffid.iam.model
Interface EntryPointTreeEntityDao
-
- All Known Implementing Classes:
EntryPointTreeEntityDaoBase
,EntryPointTreeEntityDaoImpl
public interface EntryPointTreeEntityDao
DAO for Entity EntryPointTreeEntity- See Also:
es.caib.seycon.ng.model.ArbrePuntEntradaEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntryPointTreeEntity
applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree instance)
Transforms fromApplicationAccessTree
objectvoid
applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree source, EntryPointTreeEntity target, boolean copyIfNull)
Copy data fromApplicationAccessTree
objectList<EntryPointTreeEntity>
applicationAccessTreeToEntityList(Collection<com.soffid.iam.api.ApplicationAccessTree> instances)
Transforms fromApplicationAccessTree
listEntryPointTreeEntity
arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada instance)
Transforms fromArbrePuntEntrada
objectvoid
arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada source, EntryPointTreeEntity target, boolean copyIfNull)
Copy data fromArbrePuntEntrada
objectList<EntryPointTreeEntity>
arbrePuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.ArbrePuntEntrada> instances)
Transforms fromArbrePuntEntrada
listvoid
create(EntryPointTreeEntity entity)
Adds an instance ofEntryPointTreeEntity
to the persistent store.void
create(Collection<? extends EntryPointTreeEntity> entities)
Creates a collection ofEntryPointTreeEntity
and 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 findByParentEntryPointTreeEntity
load(Long id)
Loads an instance ofEntryPointTreeEntity
from the persistent store.List<EntryPointTreeEntity>
loadAll()
Loads all instances ofEntryPointTreeEntity
from the persistent store.EntryPointTreeEntity
newEntryPointTreeEntity()
Creates an instance ofEntryPointTreeEntity
.List<EntryPointTreeEntity>
query(String query, Parameter[] parameters)
Query ofEntryPointTreeEntity
from the persistent store.List<EntryPointTreeEntity>
query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointTreeEntity
from the persistent store.void
remove(EntryPointTreeEntity entity)
Removes an instance ofEntryPointTreeEntity
from the persistent store.void
remove(Long id)
Removes an instance ofEntryPointTreeEntity
from the persistent store.void
remove(Collection<? extends EntryPointTreeEntity> entities)
Removes a collection ofEntryPointTreeEntity
from the persistent store.com.soffid.iam.api.ApplicationAccessTree
toApplicationAccessTree(EntryPointTreeEntity entity)
Transforms toApplicationAccessTree
objectvoid
toApplicationAccessTree(EntryPointTreeEntity source, com.soffid.iam.api.ApplicationAccessTree target)
Copy data toApplicationAccessTree
objectList<com.soffid.iam.api.ApplicationAccessTree>
toApplicationAccessTreeList(Collection<EntryPointTreeEntity> entities)
Transforms toApplicationAccessTree
listes.caib.seycon.ng.comu.ArbrePuntEntrada
toArbrePuntEntrada(EntryPointTreeEntity entity)
Transforms toArbrePuntEntrada
objectvoid
toArbrePuntEntrada(EntryPointTreeEntity source, es.caib.seycon.ng.comu.ArbrePuntEntrada target)
Copy data toArbrePuntEntrada
objectList<es.caib.seycon.ng.comu.ArbrePuntEntrada>
toArbrePuntEntradaList(Collection<EntryPointTreeEntity> entities)
Transforms toArbrePuntEntrada
listvoid
update(EntryPointTreeEntity entity)
Updates an instance ofEntryPointTreeEntity
at the persistent store.void
update(Collection<? extends EntryPointTreeEntity> entities)
Updates a collection ofEntryPointTreeEntity
in 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 toApplicationAccessTree
object
-
toApplicationAccessTree
com.soffid.iam.api.ApplicationAccessTree toApplicationAccessTree(EntryPointTreeEntity entity)
Transforms toApplicationAccessTree
object
-
toApplicationAccessTreeList
List<com.soffid.iam.api.ApplicationAccessTree> toApplicationAccessTreeList(Collection<EntryPointTreeEntity> entities)
Transforms toApplicationAccessTree
list
-
applicationAccessTreeToEntity
void applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree source, EntryPointTreeEntity target, boolean copyIfNull)
Copy data fromApplicationAccessTree
object
-
applicationAccessTreeToEntity
EntryPointTreeEntity applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree instance)
Transforms fromApplicationAccessTree
object
-
applicationAccessTreeToEntityList
List<EntryPointTreeEntity> applicationAccessTreeToEntityList(Collection<com.soffid.iam.api.ApplicationAccessTree> instances)
Transforms fromApplicationAccessTree
list
-
toArbrePuntEntrada
void toArbrePuntEntrada(EntryPointTreeEntity source, es.caib.seycon.ng.comu.ArbrePuntEntrada target)
Copy data toArbrePuntEntrada
object
-
toArbrePuntEntrada
es.caib.seycon.ng.comu.ArbrePuntEntrada toArbrePuntEntrada(EntryPointTreeEntity entity)
Transforms toArbrePuntEntrada
object
-
toArbrePuntEntradaList
List<es.caib.seycon.ng.comu.ArbrePuntEntrada> toArbrePuntEntradaList(Collection<EntryPointTreeEntity> entities)
Transforms toArbrePuntEntrada
list
-
arbrePuntEntradaToEntity
void arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada source, EntryPointTreeEntity target, boolean copyIfNull)
Copy data fromArbrePuntEntrada
object
-
arbrePuntEntradaToEntity
EntryPointTreeEntity arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada instance)
Transforms fromArbrePuntEntrada
object
-
arbrePuntEntradaToEntityList
List<EntryPointTreeEntity> arbrePuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.ArbrePuntEntrada> instances)
Transforms fromArbrePuntEntrada
list
-
newEntryPointTreeEntity
EntryPointTreeEntity newEntryPointTreeEntity()
Creates an instance ofEntryPointTreeEntity
.
-
create
void create(EntryPointTreeEntity entity)
Adds an instance ofEntryPointTreeEntity
to the persistent store.
-
update
void update(EntryPointTreeEntity entity)
Updates an instance ofEntryPointTreeEntity
at the persistent store.
-
remove
void remove(EntryPointTreeEntity entity)
Removes an instance ofEntryPointTreeEntity
from the persistent store.
-
load
EntryPointTreeEntity load(Long id)
Loads an instance ofEntryPointTreeEntity
from the persistent store.
-
loadAll
List<EntryPointTreeEntity> loadAll()
Loads all instances ofEntryPointTreeEntity
from the persistent store.
-
create
void create(Collection<? extends EntryPointTreeEntity> entities)
Creates a collection ofEntryPointTreeEntity
and adds it to the persistent store.
-
update
void update(Collection<? extends EntryPointTreeEntity> entities)
Updates a collection ofEntryPointTreeEntity
in the persistent store.
-
remove
void remove(Collection<? extends EntryPointTreeEntity> entities)
Removes a collection ofEntryPointTreeEntity
from the persistent store.
-
remove
void remove(Long id)
Removes an instance ofEntryPointTreeEntity
from the persistent store.
-
query
List<EntryPointTreeEntity> query(String query, Parameter[] parameters)
Query ofEntryPointTreeEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters
-
query
List<EntryPointTreeEntity> query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointTreeEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return
-
-