Package com.soffid.iam.model
Class EntryPointTreeEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.EntryPointTreeEntityDaoBase
-
- All Implemented Interfaces:
EntryPointTreeEntityDao
,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
EntryPointTreeEntityDaoImpl
public abstract class EntryPointTreeEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements EntryPointTreeEntityDao
DAO Base for Entity EntryPointTreeEntity
-
-
Constructor Summary
Constructors Constructor Description EntryPointTreeEntityDaoBase()
-
Method Summary
All Methods Instance Methods Concrete 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 fromApplicationAccessTree
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 implementationList<EntryPointTreeEntity>
findByChildren(Long childId)
Operation findByChildrenList<EntryPointTreeEntity>
findByChildren(String queryString, CriteriaSearchConfiguration criteria, Long childId)
Internal implementationList<EntryPointTreeEntity>
findByParent(CriteriaSearchConfiguration criteria, Long parentId)
CriteriaSearchConfiguration implementationList<EntryPointTreeEntity>
findByParent(Long parentId)
Operation findByParentList<EntryPointTreeEntity>
findByParent(String queryString, CriteriaSearchConfiguration criteria, Long parentId)
Internal implementationAuditEntityDao
getAuditEntityDao()
Gets reference toauditoriaEntityDao
.EntryPointEntityDao
getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao
.EntryPointTreeEntity
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 queryString, Parameter[] parameters)
Query ofEntryPointTreeEntity
from the persistent store.List<EntryPointTreeEntity>
query(String queryString, 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.void
setAuditEntityDao(AuditEntityDao auditoriaEntityDao)
Sets reference toauditoriaEntityDao
.void
setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao
.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> instances)
Transforms toApplicationAccessTree
listes.caib.seycon.ng.comu.ArbrePuntEntrada
toArbrePuntEntrada(EntryPointTreeEntity entity)
Transforms toApplicationAccessTree
objectvoid
toArbrePuntEntrada(EntryPointTreeEntity source, es.caib.seycon.ng.comu.ArbrePuntEntrada target)
Copy data toArbrePuntEntrada
objectList<es.caib.seycon.ng.comu.ArbrePuntEntrada>
toArbrePuntEntradaList(Collection<EntryPointTreeEntity> instances)
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.-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-
-
-
Method Detail
-
setAuditEntityDao
public void setAuditEntityDao(AuditEntityDao auditoriaEntityDao)
Sets reference toauditoriaEntityDao
.
-
getAuditEntityDao
public AuditEntityDao getAuditEntityDao()
Gets reference toauditoriaEntityDao
.
-
setEntryPointEntityDao
public void setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao
.
-
getEntryPointEntityDao
public EntryPointEntityDao getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao
.
-
findByChildren
public List<EntryPointTreeEntity> findByChildren(Long childId)
Operation findByChildren- Specified by:
findByChildren
in interfaceEntryPointTreeEntityDao
- Parameters:
childId
-- Returns:
-
findByChildren
public List<EntryPointTreeEntity> findByChildren(CriteriaSearchConfiguration criteria, Long childId)
CriteriaSearchConfiguration implementation- Specified by:
findByChildren
in interfaceEntryPointTreeEntityDao
-
findByChildren
public List<EntryPointTreeEntity> findByChildren(String queryString, CriteriaSearchConfiguration criteria, Long childId)
Internal implementation
-
findByParent
public List<EntryPointTreeEntity> findByParent(Long parentId)
Operation findByParent- Specified by:
findByParent
in interfaceEntryPointTreeEntityDao
- Parameters:
parentId
-- Returns:
-
findByParent
public List<EntryPointTreeEntity> findByParent(CriteriaSearchConfiguration criteria, Long parentId)
CriteriaSearchConfiguration implementation- Specified by:
findByParent
in interfaceEntryPointTreeEntityDao
-
findByParent
public List<EntryPointTreeEntity> findByParent(String queryString, CriteriaSearchConfiguration criteria, Long parentId)
Internal implementation
-
toApplicationAccessTree
public void toApplicationAccessTree(EntryPointTreeEntity source, com.soffid.iam.api.ApplicationAccessTree target)
Copy data toApplicationAccessTree
object- Specified by:
toApplicationAccessTree
in interfaceEntryPointTreeEntityDao
-
toApplicationAccessTree
public com.soffid.iam.api.ApplicationAccessTree toApplicationAccessTree(EntryPointTreeEntity entity)
Transforms toApplicationAccessTree
object- Specified by:
toApplicationAccessTree
in interfaceEntryPointTreeEntityDao
-
toApplicationAccessTreeList
public List<com.soffid.iam.api.ApplicationAccessTree> toApplicationAccessTreeList(Collection<EntryPointTreeEntity> instances)
Transforms toApplicationAccessTree
list- Specified by:
toApplicationAccessTreeList
in interfaceEntryPointTreeEntityDao
-
applicationAccessTreeToEntity
public void applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree source, EntryPointTreeEntity target, boolean copyIfNull)
Copy data fromApplicationAccessTree
object- Specified by:
applicationAccessTreeToEntity
in interfaceEntryPointTreeEntityDao
-
applicationAccessTreeToEntity
public EntryPointTreeEntity applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree instance)
Transforms fromApplicationAccessTree
object- Specified by:
applicationAccessTreeToEntity
in interfaceEntryPointTreeEntityDao
-
applicationAccessTreeToEntityList
public List<EntryPointTreeEntity> applicationAccessTreeToEntityList(Collection<com.soffid.iam.api.ApplicationAccessTree> instances)
Transforms fromApplicationAccessTree
list- Specified by:
applicationAccessTreeToEntityList
in interfaceEntryPointTreeEntityDao
-
toArbrePuntEntrada
public void toArbrePuntEntrada(EntryPointTreeEntity source, es.caib.seycon.ng.comu.ArbrePuntEntrada target)
Description copied from interface:EntryPointTreeEntityDao
Copy data toArbrePuntEntrada
object- Specified by:
toArbrePuntEntrada
in interfaceEntryPointTreeEntityDao
-
toArbrePuntEntrada
public es.caib.seycon.ng.comu.ArbrePuntEntrada toArbrePuntEntrada(EntryPointTreeEntity entity)
Transforms toApplicationAccessTree
object- Specified by:
toArbrePuntEntrada
in interfaceEntryPointTreeEntityDao
-
toArbrePuntEntradaList
public List<es.caib.seycon.ng.comu.ArbrePuntEntrada> toArbrePuntEntradaList(Collection<EntryPointTreeEntity> instances)
Transforms toArbrePuntEntrada
list- Specified by:
toArbrePuntEntradaList
in interfaceEntryPointTreeEntityDao
-
arbrePuntEntradaToEntity
public void arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada source, EntryPointTreeEntity target, boolean copyIfNull)
Copy data fromArbrePuntEntrada
object- Specified by:
arbrePuntEntradaToEntity
in interfaceEntryPointTreeEntityDao
-
arbrePuntEntradaToEntity
public EntryPointTreeEntity arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada instance)
Transforms fromArbrePuntEntrada
object- Specified by:
arbrePuntEntradaToEntity
in interfaceEntryPointTreeEntityDao
-
arbrePuntEntradaToEntityList
public List<EntryPointTreeEntity> arbrePuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.ArbrePuntEntrada> instances)
Transforms fromApplicationAccessTree
list- Specified by:
arbrePuntEntradaToEntityList
in interfaceEntryPointTreeEntityDao
-
newEntryPointTreeEntity
public EntryPointTreeEntity newEntryPointTreeEntity()
Creates an instance ofEntryPointTreeEntity
.- Specified by:
newEntryPointTreeEntity
in interfaceEntryPointTreeEntityDao
-
load
public EntryPointTreeEntity load(Long id)
Loads an instance ofEntryPointTreeEntity
from the persistent store.- Specified by:
load
in interfaceEntryPointTreeEntityDao
-
loadAll
public List<EntryPointTreeEntity> loadAll()
Loads all instances ofEntryPointTreeEntity
from the persistent store.- Specified by:
loadAll
in interfaceEntryPointTreeEntityDao
-
create
public void create(EntryPointTreeEntity entity)
Adds an instance ofEntryPointTreeEntity
to the persistent store.- Specified by:
create
in interfaceEntryPointTreeEntityDao
-
update
public void update(EntryPointTreeEntity entity)
Updates an instance ofEntryPointTreeEntity
at the persistent store.- Specified by:
update
in interfaceEntryPointTreeEntityDao
-
remove
public void remove(EntryPointTreeEntity entity)
Removes an instance ofEntryPointTreeEntity
from the persistent store.- Specified by:
remove
in interfaceEntryPointTreeEntityDao
-
create
public void create(Collection<? extends EntryPointTreeEntity> entities)
Creates a collection ofEntryPointTreeEntity
and adds it to the persistent store.- Specified by:
create
in interfaceEntryPointTreeEntityDao
-
update
public void update(Collection<? extends EntryPointTreeEntity> entities)
Updates a collection ofEntryPointTreeEntity
in the persistent store.- Specified by:
update
in interfaceEntryPointTreeEntityDao
-
remove
public void remove(Collection<? extends EntryPointTreeEntity> entities)
Removes a collection ofEntryPointTreeEntity
from the persistent store.- Specified by:
remove
in interfaceEntryPointTreeEntityDao
-
remove
public void remove(Long id)
Removes an instance ofEntryPointTreeEntity
from the persistent store.- Specified by:
remove
in interfaceEntryPointTreeEntityDao
-
query
public List<EntryPointTreeEntity> query(String queryString, Parameter[] parameters)
Query ofEntryPointTreeEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
query
in interfaceEntryPointTreeEntityDao
-
query
public List<EntryPointTreeEntity> query(String queryString, 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- Specified by:
query
in interfaceEntryPointTreeEntityDao
-
-