Package com.soffid.iam.model
Class SystemGroupEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.SystemGroupEntityDaoBase
-
- All Implemented Interfaces:
SystemGroupEntityDao,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
SystemGroupEntityDaoImpl
public abstract class SystemGroupEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements SystemGroupEntityDao
DAO Base for Entity SystemGroupEntity
-
-
Constructor Summary
Constructors Constructor Description SystemGroupEntityDaoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(SystemGroupEntity entity)Adds an instance ofSystemGroupEntityto the persistent store.voidcreate(Collection<? extends SystemGroupEntity> entities)Creates a collection ofSystemGroupEntityand adds it to the persistent store.Collection<SystemGroupEntity>findBySystem(CriteriaSearchConfiguration criteria, String systemName)CriteriaSearchConfiguration implementationCollection<SystemGroupEntity>findBySystem(String systemName)Operation findBySystemCollection<SystemGroupEntity>findBySystem(String queryString, CriteriaSearchConfiguration criteria, String systemName)Internal implementationGroupEntityDaogetGroupEntityDao()Gets reference togrupEntityDao.SystemEntityDaogetSystemEntityDao()Gets reference todispatcherEntityDao.SystemGroupEntitygrupDispatcherToEntity(es.caib.seycon.ng.comu.GrupDispatcher instance)Transforms fromGrupDispatcherobjectvoidgrupDispatcherToEntity(es.caib.seycon.ng.comu.GrupDispatcher source, SystemGroupEntity target, boolean copyIfNull)Copy data fromGrupDispatcherobjectList<SystemGroupEntity>grupDispatcherToEntityList(Collection<es.caib.seycon.ng.comu.GrupDispatcher> instances)Transforms fromSystemGrouplistSystemGroupEntityload(Long id)Loads an instance ofSystemGroupEntityfrom the persistent store.List<SystemGroupEntity>loadAll()Loads all instances ofSystemGroupEntityfrom the persistent store.SystemGroupEntitynewSystemGroupEntity()Creates an instance ofSystemGroupEntity.List<SystemGroupEntity>query(String queryString, Parameter[] parameters)Query ofSystemGroupEntityfrom the persistent store.List<SystemGroupEntity>query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofSystemGroupEntityfrom the persistent store.voidremove(SystemGroupEntity entity)Removes an instance ofSystemGroupEntityfrom the persistent store.voidremove(Long id)Removes an instance ofSystemGroupEntityfrom the persistent store.voidremove(Collection<? extends SystemGroupEntity> entities)Removes a collection ofSystemGroupEntityfrom the persistent store.voidsetGroupEntityDao(GroupEntityDao grupEntityDao)Sets reference togrupEntityDao.voidsetSystemEntityDao(SystemEntityDao dispatcherEntityDao)Sets reference todispatcherEntityDao.SystemGroupEntitysystemGroupToEntity(com.soffid.iam.api.SystemGroup instance)Transforms fromSystemGroupobjectvoidsystemGroupToEntity(com.soffid.iam.api.SystemGroup source, SystemGroupEntity target, boolean copyIfNull)Copy data fromSystemGroupobjectList<SystemGroupEntity>systemGroupToEntityList(Collection<com.soffid.iam.api.SystemGroup> instances)Transforms fromSystemGrouplistes.caib.seycon.ng.comu.GrupDispatchertoGrupDispatcher(SystemGroupEntity entity)Transforms toSystemGroupobjectvoidtoGrupDispatcher(SystemGroupEntity source, es.caib.seycon.ng.comu.GrupDispatcher target)Copy data toGrupDispatcherobjectList<es.caib.seycon.ng.comu.GrupDispatcher>toGrupDispatcherList(Collection<SystemGroupEntity> instances)Transforms toGrupDispatcherlistcom.soffid.iam.api.SystemGrouptoSystemGroup(SystemGroupEntity entity)Transforms toSystemGroupobjectvoidtoSystemGroup(SystemGroupEntity source, com.soffid.iam.api.SystemGroup target)Copy data toSystemGroupobjectList<com.soffid.iam.api.SystemGroup>toSystemGroupList(Collection<SystemGroupEntity> instances)Transforms toSystemGrouplistvoidupdate(SystemGroupEntity entity)Updates an instance ofSystemGroupEntityat the persistent store.voidupdate(Collection<? extends SystemGroupEntity> entities)Updates a collection ofSystemGroupEntityin 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
-
setSystemEntityDao
public void setSystemEntityDao(SystemEntityDao dispatcherEntityDao)
Sets reference todispatcherEntityDao.
-
getSystemEntityDao
public SystemEntityDao getSystemEntityDao()
Gets reference todispatcherEntityDao.
-
setGroupEntityDao
public void setGroupEntityDao(GroupEntityDao grupEntityDao)
Sets reference togrupEntityDao.
-
getGroupEntityDao
public GroupEntityDao getGroupEntityDao()
Gets reference togrupEntityDao.
-
findBySystem
public Collection<SystemGroupEntity> findBySystem(String systemName)
Operation findBySystem- Specified by:
findBySystemin interfaceSystemGroupEntityDao- Parameters:
systemName-- Returns:
-
findBySystem
public Collection<SystemGroupEntity> findBySystem(CriteriaSearchConfiguration criteria, String systemName)
CriteriaSearchConfiguration implementation- Specified by:
findBySystemin interfaceSystemGroupEntityDao
-
findBySystem
public Collection<SystemGroupEntity> findBySystem(String queryString, CriteriaSearchConfiguration criteria, String systemName)
Internal implementation
-
toSystemGroup
public void toSystemGroup(SystemGroupEntity source, com.soffid.iam.api.SystemGroup target)
Copy data toSystemGroupobject- Specified by:
toSystemGroupin interfaceSystemGroupEntityDao
-
toSystemGroup
public com.soffid.iam.api.SystemGroup toSystemGroup(SystemGroupEntity entity)
Transforms toSystemGroupobject- Specified by:
toSystemGroupin interfaceSystemGroupEntityDao
-
toSystemGroupList
public List<com.soffid.iam.api.SystemGroup> toSystemGroupList(Collection<SystemGroupEntity> instances)
Transforms toSystemGrouplist- Specified by:
toSystemGroupListin interfaceSystemGroupEntityDao
-
systemGroupToEntity
public void systemGroupToEntity(com.soffid.iam.api.SystemGroup source, SystemGroupEntity target, boolean copyIfNull)Copy data fromSystemGroupobject- Specified by:
systemGroupToEntityin interfaceSystemGroupEntityDao
-
systemGroupToEntity
public SystemGroupEntity systemGroupToEntity(com.soffid.iam.api.SystemGroup instance)
Transforms fromSystemGroupobject- Specified by:
systemGroupToEntityin interfaceSystemGroupEntityDao
-
systemGroupToEntityList
public List<SystemGroupEntity> systemGroupToEntityList(Collection<com.soffid.iam.api.SystemGroup> instances)
Transforms fromSystemGrouplist- Specified by:
systemGroupToEntityListin interfaceSystemGroupEntityDao
-
toGrupDispatcher
public void toGrupDispatcher(SystemGroupEntity source, es.caib.seycon.ng.comu.GrupDispatcher target)
Description copied from interface:SystemGroupEntityDaoCopy data toGrupDispatcherobject- Specified by:
toGrupDispatcherin interfaceSystemGroupEntityDao
-
toGrupDispatcher
public es.caib.seycon.ng.comu.GrupDispatcher toGrupDispatcher(SystemGroupEntity entity)
Transforms toSystemGroupobject- Specified by:
toGrupDispatcherin interfaceSystemGroupEntityDao
-
toGrupDispatcherList
public List<es.caib.seycon.ng.comu.GrupDispatcher> toGrupDispatcherList(Collection<SystemGroupEntity> instances)
Transforms toGrupDispatcherlist- Specified by:
toGrupDispatcherListin interfaceSystemGroupEntityDao
-
grupDispatcherToEntity
public void grupDispatcherToEntity(es.caib.seycon.ng.comu.GrupDispatcher source, SystemGroupEntity target, boolean copyIfNull)Copy data fromGrupDispatcherobject- Specified by:
grupDispatcherToEntityin interfaceSystemGroupEntityDao
-
grupDispatcherToEntity
public SystemGroupEntity grupDispatcherToEntity(es.caib.seycon.ng.comu.GrupDispatcher instance)
Transforms fromGrupDispatcherobject- Specified by:
grupDispatcherToEntityin interfaceSystemGroupEntityDao
-
grupDispatcherToEntityList
public List<SystemGroupEntity> grupDispatcherToEntityList(Collection<es.caib.seycon.ng.comu.GrupDispatcher> instances)
Transforms fromSystemGrouplist- Specified by:
grupDispatcherToEntityListin interfaceSystemGroupEntityDao
-
newSystemGroupEntity
public SystemGroupEntity newSystemGroupEntity()
Creates an instance ofSystemGroupEntity.- Specified by:
newSystemGroupEntityin interfaceSystemGroupEntityDao
-
load
public SystemGroupEntity load(Long id)
Loads an instance ofSystemGroupEntityfrom the persistent store.- Specified by:
loadin interfaceSystemGroupEntityDao
-
loadAll
public List<SystemGroupEntity> loadAll()
Loads all instances ofSystemGroupEntityfrom the persistent store.- Specified by:
loadAllin interfaceSystemGroupEntityDao
-
create
public void create(SystemGroupEntity entity)
Adds an instance ofSystemGroupEntityto the persistent store.- Specified by:
createin interfaceSystemGroupEntityDao
-
update
public void update(SystemGroupEntity entity)
Updates an instance ofSystemGroupEntityat the persistent store.- Specified by:
updatein interfaceSystemGroupEntityDao
-
remove
public void remove(SystemGroupEntity entity)
Removes an instance ofSystemGroupEntityfrom the persistent store.- Specified by:
removein interfaceSystemGroupEntityDao
-
create
public void create(Collection<? extends SystemGroupEntity> entities)
Creates a collection ofSystemGroupEntityand adds it to the persistent store.- Specified by:
createin interfaceSystemGroupEntityDao
-
update
public void update(Collection<? extends SystemGroupEntity> entities)
Updates a collection ofSystemGroupEntityin the persistent store.- Specified by:
updatein interfaceSystemGroupEntityDao
-
remove
public void remove(Collection<? extends SystemGroupEntity> entities)
Removes a collection ofSystemGroupEntityfrom the persistent store.- Specified by:
removein interfaceSystemGroupEntityDao
-
remove
public void remove(Long id)
Removes an instance ofSystemGroupEntityfrom the persistent store.- Specified by:
removein interfaceSystemGroupEntityDao
-
query
public List<SystemGroupEntity> query(String queryString, Parameter[] parameters)
Query ofSystemGroupEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
queryin interfaceSystemGroupEntityDao
-
query
public List<SystemGroupEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSystemGroupEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return- Specified by:
queryin interfaceSystemGroupEntityDao
-
-