Package com.soffid.iam.model
Class EntryPointEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.EntryPointEntityDaoBase
-
- All Implemented Interfaces:
EntryPointEntityDao
,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
EntryPointEntityDaoImpl
public abstract class EntryPointEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements EntryPointEntityDao
DAO Base for Entity EntryPointEntity
-
-
Constructor Summary
Constructors Constructor Description EntryPointEntityDaoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntryPointEntity
accessTreeToEntity(com.soffid.iam.api.AccessTree instance)
Transforms fromAccessTree
objectvoid
accessTreeToEntity(com.soffid.iam.api.AccessTree source, EntryPointEntity target, boolean copyIfNull)
Copy data fromAccessTree
objectList<EntryPointEntity>
accessTreeToEntityList(Collection<com.soffid.iam.api.AccessTree> instances)
Transforms fromAccessTree
listvoid
create(EntryPointEntity entity)
Adds an instance ofEntryPointEntity
to the persistent store.void
create(Collection<? extends EntryPointEntity> entities)
Creates a collection ofEntryPointEntity
and adds it to the persistent store.List<EntryPointEntity>
findByCriteria(CriteriaSearchConfiguration criteria, String name, String code)
CriteriaSearchConfiguration implementationList<EntryPointEntity>
findByCriteria(String queryString, CriteriaSearchConfiguration criteria, String name, String code)
Internal implementationList<EntryPointEntity>
findByCriteria(String name, String code)
Operation findByCriteriaAuditEntityDao
getAuditEntityDao()
Gets reference toauditoriaEntityDao
.EntryPointAccountEntityDao
getEntryPointAccountEntityDao()
Gets reference toentryPointAccountEntityDao
.EntryPointExecutableEntityDao
getEntryPointExecutableEntityDao()
Gets reference toexecucioPuntEntradaEntityDao
.EntryPointGroupEntityDao
getEntryPointGroupEntityDao()
Gets reference toautoritzacioPUEGrupEntityDao
.EntryPointIconEntityDao
getEntryPointIconEntityDao()
Gets reference toiconaEntityDao
.EntryPointRoleEntityDao
getEntryPointRoleEntityDao()
Gets reference toautoritzacioPUERolEntityDao
.EntryPointTreeEntityDao
getEntryPointTreeEntityDao()
Gets reference toarbrePuntEntradaEntityDao
.EntryPointUserEntityDao
getEntryPointUserEntityDao()
Gets reference toautoritzacioPUEUsuariEntityDao
.HostEntryPointEntityDao
getHostEntryPointEntityDao()
Gets reference tohostEntryPointEntityDao
.InformationSystemEntityDao
getInformationSystemEntityDao()
Gets reference toaplicacioEntityDao
.SystemEntityDao
getSystemEntityDao()
Gets reference todispatcherEntityDao
.TenantEntityDao
getTenantEntityDao()
Gets reference totenantEntityDao
.EntryPointEntity
load(Long id)
Loads an instance ofEntryPointEntity
from the persistent store.List<EntryPointEntity>
loadAll()
Loads all instances ofEntryPointEntity
from the persistent store.EntryPointEntity
newEntryPointEntity()
Creates an instance ofEntryPointEntity
.EntryPointEntity
puntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada instance)
Transforms fromPuntEntrada
objectvoid
puntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada source, EntryPointEntity target, boolean copyIfNull)
Copy data fromPuntEntrada
objectList<EntryPointEntity>
puntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.PuntEntrada> instances)
Transforms fromAccessTree
listList<EntryPointEntity>
query(String queryString, Parameter[] parameters)
Query ofEntryPointEntity
from the persistent store.List<EntryPointEntity>
query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointEntity
from the persistent store.void
remove(EntryPointEntity entity)
Removes an instance ofEntryPointEntity
from the persistent store.void
remove(Long id)
Removes an instance ofEntryPointEntity
from the persistent store.void
remove(Collection<? extends EntryPointEntity> entities)
Removes a collection ofEntryPointEntity
from the persistent store.void
setAuditEntityDao(AuditEntityDao auditoriaEntityDao)
Sets reference toauditoriaEntityDao
.void
setEntryPointAccountEntityDao(EntryPointAccountEntityDao entryPointAccountEntityDao)
Sets reference toentryPointAccountEntityDao
.void
setEntryPointExecutableEntityDao(EntryPointExecutableEntityDao execucioPuntEntradaEntityDao)
Sets reference toexecucioPuntEntradaEntityDao
.void
setEntryPointGroupEntityDao(EntryPointGroupEntityDao autoritzacioPUEGrupEntityDao)
Sets reference toautoritzacioPUEGrupEntityDao
.void
setEntryPointIconEntityDao(EntryPointIconEntityDao iconaEntityDao)
Sets reference toiconaEntityDao
.void
setEntryPointRoleEntityDao(EntryPointRoleEntityDao autoritzacioPUERolEntityDao)
Sets reference toautoritzacioPUERolEntityDao
.void
setEntryPointTreeEntityDao(EntryPointTreeEntityDao arbrePuntEntradaEntityDao)
Sets reference toarbrePuntEntradaEntityDao
.void
setEntryPointUserEntityDao(EntryPointUserEntityDao autoritzacioPUEUsuariEntityDao)
Sets reference toautoritzacioPUEUsuariEntityDao
.void
setHostEntryPointEntityDao(HostEntryPointEntityDao hostEntryPointEntityDao)
Sets reference tohostEntryPointEntityDao
.void
setInformationSystemEntityDao(InformationSystemEntityDao aplicacioEntityDao)
Sets reference toaplicacioEntityDao
.void
setSystemEntityDao(SystemEntityDao dispatcherEntityDao)
Sets reference todispatcherEntityDao
.void
setTenantEntityDao(TenantEntityDao tenantEntityDao)
Sets reference totenantEntityDao
.com.soffid.iam.api.AccessTree
toAccessTree(EntryPointEntity entity)
Transforms toAccessTree
objectvoid
toAccessTree(EntryPointEntity source, com.soffid.iam.api.AccessTree target)
Copy data toAccessTree
objectList<com.soffid.iam.api.AccessTree>
toAccessTreeList(Collection<EntryPointEntity> instances)
Transforms toAccessTree
listes.caib.seycon.ng.comu.PuntEntrada
toPuntEntrada(EntryPointEntity entity)
Transforms toAccessTree
objectvoid
toPuntEntrada(EntryPointEntity source, es.caib.seycon.ng.comu.PuntEntrada target)
Copy data toPuntEntrada
objectList<es.caib.seycon.ng.comu.PuntEntrada>
toPuntEntradaList(Collection<EntryPointEntity> instances)
Transforms toPuntEntrada
listvoid
update(EntryPointEntity entity)
Updates an instance ofEntryPointEntity
at the persistent store.void
update(Collection<? extends EntryPointEntity> entities)
Updates a collection ofEntryPointEntity
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
-
setInformationSystemEntityDao
public void setInformationSystemEntityDao(InformationSystemEntityDao aplicacioEntityDao)
Sets reference toaplicacioEntityDao
.
-
getInformationSystemEntityDao
public InformationSystemEntityDao getInformationSystemEntityDao()
Gets reference toaplicacioEntityDao
.
-
setEntryPointTreeEntityDao
public void setEntryPointTreeEntityDao(EntryPointTreeEntityDao arbrePuntEntradaEntityDao)
Sets reference toarbrePuntEntradaEntityDao
.
-
getEntryPointTreeEntityDao
public EntryPointTreeEntityDao getEntryPointTreeEntityDao()
Gets reference toarbrePuntEntradaEntityDao
.
-
setAuditEntityDao
public void setAuditEntityDao(AuditEntityDao auditoriaEntityDao)
Sets reference toauditoriaEntityDao
.
-
getAuditEntityDao
public AuditEntityDao getAuditEntityDao()
Gets reference toauditoriaEntityDao
.
-
setEntryPointGroupEntityDao
public void setEntryPointGroupEntityDao(EntryPointGroupEntityDao autoritzacioPUEGrupEntityDao)
Sets reference toautoritzacioPUEGrupEntityDao
.
-
getEntryPointGroupEntityDao
public EntryPointGroupEntityDao getEntryPointGroupEntityDao()
Gets reference toautoritzacioPUEGrupEntityDao
.
-
setEntryPointRoleEntityDao
public void setEntryPointRoleEntityDao(EntryPointRoleEntityDao autoritzacioPUERolEntityDao)
Sets reference toautoritzacioPUERolEntityDao
.
-
getEntryPointRoleEntityDao
public EntryPointRoleEntityDao getEntryPointRoleEntityDao()
Gets reference toautoritzacioPUERolEntityDao
.
-
setEntryPointUserEntityDao
public void setEntryPointUserEntityDao(EntryPointUserEntityDao autoritzacioPUEUsuariEntityDao)
Sets reference toautoritzacioPUEUsuariEntityDao
.
-
getEntryPointUserEntityDao
public EntryPointUserEntityDao getEntryPointUserEntityDao()
Gets reference toautoritzacioPUEUsuariEntityDao
.
-
setSystemEntityDao
public void setSystemEntityDao(SystemEntityDao dispatcherEntityDao)
Sets reference todispatcherEntityDao
.
-
getSystemEntityDao
public SystemEntityDao getSystemEntityDao()
Gets reference todispatcherEntityDao
.
-
setEntryPointAccountEntityDao
public void setEntryPointAccountEntityDao(EntryPointAccountEntityDao entryPointAccountEntityDao)
Sets reference toentryPointAccountEntityDao
.
-
getEntryPointAccountEntityDao
public EntryPointAccountEntityDao getEntryPointAccountEntityDao()
Gets reference toentryPointAccountEntityDao
.
-
setEntryPointExecutableEntityDao
public void setEntryPointExecutableEntityDao(EntryPointExecutableEntityDao execucioPuntEntradaEntityDao)
Sets reference toexecucioPuntEntradaEntityDao
.
-
getEntryPointExecutableEntityDao
public EntryPointExecutableEntityDao getEntryPointExecutableEntityDao()
Gets reference toexecucioPuntEntradaEntityDao
.
-
setHostEntryPointEntityDao
public void setHostEntryPointEntityDao(HostEntryPointEntityDao hostEntryPointEntityDao)
Sets reference tohostEntryPointEntityDao
.
-
getHostEntryPointEntityDao
public HostEntryPointEntityDao getHostEntryPointEntityDao()
Gets reference tohostEntryPointEntityDao
.
-
setEntryPointIconEntityDao
public void setEntryPointIconEntityDao(EntryPointIconEntityDao iconaEntityDao)
Sets reference toiconaEntityDao
.
-
getEntryPointIconEntityDao
public EntryPointIconEntityDao getEntryPointIconEntityDao()
Gets reference toiconaEntityDao
.
-
setTenantEntityDao
public void setTenantEntityDao(TenantEntityDao tenantEntityDao)
Sets reference totenantEntityDao
.
-
getTenantEntityDao
public TenantEntityDao getTenantEntityDao()
Gets reference totenantEntityDao
.
-
findByCriteria
public List<EntryPointEntity> findByCriteria(String name, String code)
Operation findByCriteria- Specified by:
findByCriteria
in interfaceEntryPointEntityDao
- Parameters:
name
-code
-- Returns:
-
findByCriteria
public List<EntryPointEntity> findByCriteria(CriteriaSearchConfiguration criteria, String name, String code)
CriteriaSearchConfiguration implementation- Specified by:
findByCriteria
in interfaceEntryPointEntityDao
-
findByCriteria
public List<EntryPointEntity> findByCriteria(String queryString, CriteriaSearchConfiguration criteria, String name, String code)
Internal implementation
-
toAccessTree
public void toAccessTree(EntryPointEntity source, com.soffid.iam.api.AccessTree target)
Copy data toAccessTree
object- Specified by:
toAccessTree
in interfaceEntryPointEntityDao
-
toAccessTree
public com.soffid.iam.api.AccessTree toAccessTree(EntryPointEntity entity)
Transforms toAccessTree
object- Specified by:
toAccessTree
in interfaceEntryPointEntityDao
-
toAccessTreeList
public List<com.soffid.iam.api.AccessTree> toAccessTreeList(Collection<EntryPointEntity> instances)
Transforms toAccessTree
list- Specified by:
toAccessTreeList
in interfaceEntryPointEntityDao
-
accessTreeToEntity
public void accessTreeToEntity(com.soffid.iam.api.AccessTree source, EntryPointEntity target, boolean copyIfNull)
Copy data fromAccessTree
object- Specified by:
accessTreeToEntity
in interfaceEntryPointEntityDao
-
accessTreeToEntity
public EntryPointEntity accessTreeToEntity(com.soffid.iam.api.AccessTree instance)
Transforms fromAccessTree
object- Specified by:
accessTreeToEntity
in interfaceEntryPointEntityDao
-
accessTreeToEntityList
public List<EntryPointEntity> accessTreeToEntityList(Collection<com.soffid.iam.api.AccessTree> instances)
Transforms fromAccessTree
list- Specified by:
accessTreeToEntityList
in interfaceEntryPointEntityDao
-
toPuntEntrada
public void toPuntEntrada(EntryPointEntity source, es.caib.seycon.ng.comu.PuntEntrada target)
Description copied from interface:EntryPointEntityDao
Copy data toPuntEntrada
object- Specified by:
toPuntEntrada
in interfaceEntryPointEntityDao
-
toPuntEntrada
public es.caib.seycon.ng.comu.PuntEntrada toPuntEntrada(EntryPointEntity entity)
Transforms toAccessTree
object- Specified by:
toPuntEntrada
in interfaceEntryPointEntityDao
-
toPuntEntradaList
public List<es.caib.seycon.ng.comu.PuntEntrada> toPuntEntradaList(Collection<EntryPointEntity> instances)
Transforms toPuntEntrada
list- Specified by:
toPuntEntradaList
in interfaceEntryPointEntityDao
-
puntEntradaToEntity
public void puntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada source, EntryPointEntity target, boolean copyIfNull)
Copy data fromPuntEntrada
object- Specified by:
puntEntradaToEntity
in interfaceEntryPointEntityDao
-
puntEntradaToEntity
public EntryPointEntity puntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada instance)
Transforms fromPuntEntrada
object- Specified by:
puntEntradaToEntity
in interfaceEntryPointEntityDao
-
puntEntradaToEntityList
public List<EntryPointEntity> puntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.PuntEntrada> instances)
Transforms fromAccessTree
list- Specified by:
puntEntradaToEntityList
in interfaceEntryPointEntityDao
-
newEntryPointEntity
public EntryPointEntity newEntryPointEntity()
Creates an instance ofEntryPointEntity
.- Specified by:
newEntryPointEntity
in interfaceEntryPointEntityDao
-
load
public EntryPointEntity load(Long id)
Loads an instance ofEntryPointEntity
from the persistent store.- Specified by:
load
in interfaceEntryPointEntityDao
-
loadAll
public List<EntryPointEntity> loadAll()
Loads all instances ofEntryPointEntity
from the persistent store.- Specified by:
loadAll
in interfaceEntryPointEntityDao
-
create
public void create(EntryPointEntity entity)
Adds an instance ofEntryPointEntity
to the persistent store.- Specified by:
create
in interfaceEntryPointEntityDao
-
update
public void update(EntryPointEntity entity)
Updates an instance ofEntryPointEntity
at the persistent store.- Specified by:
update
in interfaceEntryPointEntityDao
-
remove
public void remove(EntryPointEntity entity)
Removes an instance ofEntryPointEntity
from the persistent store.- Specified by:
remove
in interfaceEntryPointEntityDao
-
create
public void create(Collection<? extends EntryPointEntity> entities)
Creates a collection ofEntryPointEntity
and adds it to the persistent store.- Specified by:
create
in interfaceEntryPointEntityDao
-
update
public void update(Collection<? extends EntryPointEntity> entities)
Updates a collection ofEntryPointEntity
in the persistent store.- Specified by:
update
in interfaceEntryPointEntityDao
-
remove
public void remove(Collection<? extends EntryPointEntity> entities)
Removes a collection ofEntryPointEntity
from the persistent store.- Specified by:
remove
in interfaceEntryPointEntityDao
-
remove
public void remove(Long id)
Removes an instance ofEntryPointEntity
from the persistent store.- Specified by:
remove
in interfaceEntryPointEntityDao
-
query
public List<EntryPointEntity> query(String queryString, Parameter[] parameters)
Query ofEntryPointEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
query
in interfaceEntryPointEntityDao
-
query
public List<EntryPointEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointEntity
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 interfaceEntryPointEntityDao
-
-