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 EntryPointEntityaccessTreeToEntity(com.soffid.iam.api.AccessTree instance)Transforms fromAccessTreeobjectvoidaccessTreeToEntity(com.soffid.iam.api.AccessTree source, EntryPointEntity target, boolean copyIfNull)Copy data fromAccessTreeobjectList<EntryPointEntity>accessTreeToEntityList(Collection<com.soffid.iam.api.AccessTree> instances)Transforms fromAccessTreelistvoidcreate(EntryPointEntity entity)Adds an instance ofEntryPointEntityto the persistent store.voidcreate(Collection<? extends EntryPointEntity> entities)Creates a collection ofEntryPointEntityand 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 findByCriteriaAuditEntityDaogetAuditEntityDao()Gets reference toauditoriaEntityDao.EntryPointAccountEntityDaogetEntryPointAccountEntityDao()Gets reference toentryPointAccountEntityDao.EntryPointExecutableEntityDaogetEntryPointExecutableEntityDao()Gets reference toexecucioPuntEntradaEntityDao.EntryPointGroupEntityDaogetEntryPointGroupEntityDao()Gets reference toautoritzacioPUEGrupEntityDao.EntryPointIconEntityDaogetEntryPointIconEntityDao()Gets reference toiconaEntityDao.EntryPointRoleEntityDaogetEntryPointRoleEntityDao()Gets reference toautoritzacioPUERolEntityDao.EntryPointTreeEntityDaogetEntryPointTreeEntityDao()Gets reference toarbrePuntEntradaEntityDao.EntryPointUserEntityDaogetEntryPointUserEntityDao()Gets reference toautoritzacioPUEUsuariEntityDao.HostEntryPointEntityDaogetHostEntryPointEntityDao()Gets reference tohostEntryPointEntityDao.InformationSystemEntityDaogetInformationSystemEntityDao()Gets reference toaplicacioEntityDao.SystemEntityDaogetSystemEntityDao()Gets reference todispatcherEntityDao.TenantEntityDaogetTenantEntityDao()Gets reference totenantEntityDao.EntryPointEntityload(Long id)Loads an instance ofEntryPointEntityfrom the persistent store.List<EntryPointEntity>loadAll()Loads all instances ofEntryPointEntityfrom the persistent store.EntryPointEntitynewEntryPointEntity()Creates an instance ofEntryPointEntity.EntryPointEntitypuntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada instance)Transforms fromPuntEntradaobjectvoidpuntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada source, EntryPointEntity target, boolean copyIfNull)Copy data fromPuntEntradaobjectList<EntryPointEntity>puntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.PuntEntrada> instances)Transforms fromAccessTreelistList<EntryPointEntity>query(String queryString, Parameter[] parameters)Query ofEntryPointEntityfrom the persistent store.List<EntryPointEntity>query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofEntryPointEntityfrom the persistent store.voidremove(EntryPointEntity entity)Removes an instance ofEntryPointEntityfrom the persistent store.voidremove(Long id)Removes an instance ofEntryPointEntityfrom the persistent store.voidremove(Collection<? extends EntryPointEntity> entities)Removes a collection ofEntryPointEntityfrom the persistent store.voidsetAuditEntityDao(AuditEntityDao auditoriaEntityDao)Sets reference toauditoriaEntityDao.voidsetEntryPointAccountEntityDao(EntryPointAccountEntityDao entryPointAccountEntityDao)Sets reference toentryPointAccountEntityDao.voidsetEntryPointExecutableEntityDao(EntryPointExecutableEntityDao execucioPuntEntradaEntityDao)Sets reference toexecucioPuntEntradaEntityDao.voidsetEntryPointGroupEntityDao(EntryPointGroupEntityDao autoritzacioPUEGrupEntityDao)Sets reference toautoritzacioPUEGrupEntityDao.voidsetEntryPointIconEntityDao(EntryPointIconEntityDao iconaEntityDao)Sets reference toiconaEntityDao.voidsetEntryPointRoleEntityDao(EntryPointRoleEntityDao autoritzacioPUERolEntityDao)Sets reference toautoritzacioPUERolEntityDao.voidsetEntryPointTreeEntityDao(EntryPointTreeEntityDao arbrePuntEntradaEntityDao)Sets reference toarbrePuntEntradaEntityDao.voidsetEntryPointUserEntityDao(EntryPointUserEntityDao autoritzacioPUEUsuariEntityDao)Sets reference toautoritzacioPUEUsuariEntityDao.voidsetHostEntryPointEntityDao(HostEntryPointEntityDao hostEntryPointEntityDao)Sets reference tohostEntryPointEntityDao.voidsetInformationSystemEntityDao(InformationSystemEntityDao aplicacioEntityDao)Sets reference toaplicacioEntityDao.voidsetSystemEntityDao(SystemEntityDao dispatcherEntityDao)Sets reference todispatcherEntityDao.voidsetTenantEntityDao(TenantEntityDao tenantEntityDao)Sets reference totenantEntityDao.com.soffid.iam.api.AccessTreetoAccessTree(EntryPointEntity entity)Transforms toAccessTreeobjectvoidtoAccessTree(EntryPointEntity source, com.soffid.iam.api.AccessTree target)Copy data toAccessTreeobjectList<com.soffid.iam.api.AccessTree>toAccessTreeList(Collection<EntryPointEntity> instances)Transforms toAccessTreelistes.caib.seycon.ng.comu.PuntEntradatoPuntEntrada(EntryPointEntity entity)Transforms toAccessTreeobjectvoidtoPuntEntrada(EntryPointEntity source, es.caib.seycon.ng.comu.PuntEntrada target)Copy data toPuntEntradaobjectList<es.caib.seycon.ng.comu.PuntEntrada>toPuntEntradaList(Collection<EntryPointEntity> instances)Transforms toPuntEntradalistvoidupdate(EntryPointEntity entity)Updates an instance ofEntryPointEntityat the persistent store.voidupdate(Collection<? extends EntryPointEntity> entities)Updates a collection ofEntryPointEntityin 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:
findByCriteriain interfaceEntryPointEntityDao- Parameters:
name-code-- Returns:
-
findByCriteria
public List<EntryPointEntity> findByCriteria(CriteriaSearchConfiguration criteria, String name, String code)
CriteriaSearchConfiguration implementation- Specified by:
findByCriteriain 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 toAccessTreeobject- Specified by:
toAccessTreein interfaceEntryPointEntityDao
-
toAccessTree
public com.soffid.iam.api.AccessTree toAccessTree(EntryPointEntity entity)
Transforms toAccessTreeobject- Specified by:
toAccessTreein interfaceEntryPointEntityDao
-
toAccessTreeList
public List<com.soffid.iam.api.AccessTree> toAccessTreeList(Collection<EntryPointEntity> instances)
Transforms toAccessTreelist- Specified by:
toAccessTreeListin interfaceEntryPointEntityDao
-
accessTreeToEntity
public void accessTreeToEntity(com.soffid.iam.api.AccessTree source, EntryPointEntity target, boolean copyIfNull)Copy data fromAccessTreeobject- Specified by:
accessTreeToEntityin interfaceEntryPointEntityDao
-
accessTreeToEntity
public EntryPointEntity accessTreeToEntity(com.soffid.iam.api.AccessTree instance)
Transforms fromAccessTreeobject- Specified by:
accessTreeToEntityin interfaceEntryPointEntityDao
-
accessTreeToEntityList
public List<EntryPointEntity> accessTreeToEntityList(Collection<com.soffid.iam.api.AccessTree> instances)
Transforms fromAccessTreelist- Specified by:
accessTreeToEntityListin interfaceEntryPointEntityDao
-
toPuntEntrada
public void toPuntEntrada(EntryPointEntity source, es.caib.seycon.ng.comu.PuntEntrada target)
Description copied from interface:EntryPointEntityDaoCopy data toPuntEntradaobject- Specified by:
toPuntEntradain interfaceEntryPointEntityDao
-
toPuntEntrada
public es.caib.seycon.ng.comu.PuntEntrada toPuntEntrada(EntryPointEntity entity)
Transforms toAccessTreeobject- Specified by:
toPuntEntradain interfaceEntryPointEntityDao
-
toPuntEntradaList
public List<es.caib.seycon.ng.comu.PuntEntrada> toPuntEntradaList(Collection<EntryPointEntity> instances)
Transforms toPuntEntradalist- Specified by:
toPuntEntradaListin interfaceEntryPointEntityDao
-
puntEntradaToEntity
public void puntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada source, EntryPointEntity target, boolean copyIfNull)Copy data fromPuntEntradaobject- Specified by:
puntEntradaToEntityin interfaceEntryPointEntityDao
-
puntEntradaToEntity
public EntryPointEntity puntEntradaToEntity(es.caib.seycon.ng.comu.PuntEntrada instance)
Transforms fromPuntEntradaobject- Specified by:
puntEntradaToEntityin interfaceEntryPointEntityDao
-
puntEntradaToEntityList
public List<EntryPointEntity> puntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.PuntEntrada> instances)
Transforms fromAccessTreelist- Specified by:
puntEntradaToEntityListin interfaceEntryPointEntityDao
-
newEntryPointEntity
public EntryPointEntity newEntryPointEntity()
Creates an instance ofEntryPointEntity.- Specified by:
newEntryPointEntityin interfaceEntryPointEntityDao
-
load
public EntryPointEntity load(Long id)
Loads an instance ofEntryPointEntityfrom the persistent store.- Specified by:
loadin interfaceEntryPointEntityDao
-
loadAll
public List<EntryPointEntity> loadAll()
Loads all instances ofEntryPointEntityfrom the persistent store.- Specified by:
loadAllin interfaceEntryPointEntityDao
-
create
public void create(EntryPointEntity entity)
Adds an instance ofEntryPointEntityto the persistent store.- Specified by:
createin interfaceEntryPointEntityDao
-
update
public void update(EntryPointEntity entity)
Updates an instance ofEntryPointEntityat the persistent store.- Specified by:
updatein interfaceEntryPointEntityDao
-
remove
public void remove(EntryPointEntity entity)
Removes an instance ofEntryPointEntityfrom the persistent store.- Specified by:
removein interfaceEntryPointEntityDao
-
create
public void create(Collection<? extends EntryPointEntity> entities)
Creates a collection ofEntryPointEntityand adds it to the persistent store.- Specified by:
createin interfaceEntryPointEntityDao
-
update
public void update(Collection<? extends EntryPointEntity> entities)
Updates a collection ofEntryPointEntityin the persistent store.- Specified by:
updatein interfaceEntryPointEntityDao
-
remove
public void remove(Collection<? extends EntryPointEntity> entities)
Removes a collection ofEntryPointEntityfrom the persistent store.- Specified by:
removein interfaceEntryPointEntityDao
-
remove
public void remove(Long id)
Removes an instance ofEntryPointEntityfrom the persistent store.- Specified by:
removein interfaceEntryPointEntityDao
-
query
public List<EntryPointEntity> query(String queryString, Parameter[] parameters)
Query ofEntryPointEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
queryin interfaceEntryPointEntityDao
-
query
public List<EntryPointEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return- Specified by:
queryin interfaceEntryPointEntityDao
-
-