Package com.soffid.iam.model
Class UserProcessEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.UserProcessEntityDaoBase
-
- All Implemented Interfaces:
UserProcessEntityDao,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
UserProcessEntityDaoImpl
public abstract class UserProcessEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements UserProcessEntityDao
DAO Base for Entity UserProcessEntity
-
-
Constructor Summary
Constructors Constructor Description UserProcessEntityDaoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserProcessEntitybpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess instance)Transforms fromBpmUserProcessobjectvoidbpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess source, UserProcessEntity target, boolean copyIfNull)Copy data fromBpmUserProcessobjectList<UserProcessEntity>bpmUserProcessToEntityList(Collection<com.soffid.iam.api.BpmUserProcess> instances)Transforms fromBpmUserProcesslistvoidcreate(UserProcessEntity entity)Adds an instance ofUserProcessEntityto the persistent store.voidcreate(Collection<? extends UserProcessEntity> entities)Creates a collection ofUserProcessEntityand adds it to the persistent store.Collection<UserProcessEntity>findByProcessId(CriteriaSearchConfiguration criteria, Long processId)CriteriaSearchConfiguration implementationCollection<UserProcessEntity>findByProcessId(Long processId)Operation findByProcessIdCollection<UserProcessEntity>findByProcessId(String queryString, CriteriaSearchConfiguration criteria, Long processId)Internal implementationCollection<UserProcessEntity>findByUserName(CriteriaSearchConfiguration criteria, String userName)CriteriaSearchConfiguration implementationCollection<UserProcessEntity>findByUserName(String userName)Operation findByUserNameCollection<UserProcessEntity>findByUserName(String queryString, CriteriaSearchConfiguration criteria, String userName)Internal implementationCollection<UserProcessEntity>findByUserNationalId(CriteriaSearchConfiguration criteria, String nationalId)CriteriaSearchConfiguration implementationCollection<UserProcessEntity>findByUserNationalId(String nationalId)Operation findByUserNationalIdCollection<UserProcessEntity>findByUserNationalId(String queryString, CriteriaSearchConfiguration criteria, String nationalId)Internal implementationUserProcessEntityload(Long id)Loads an instance ofUserProcessEntityfrom the persistent store.List<UserProcessEntity>loadAll()Loads all instances ofUserProcessEntityfrom the persistent store.UserProcessEntitynewUserProcessEntity()Creates an instance ofUserProcessEntity.List<UserProcessEntity>query(String queryString, Parameter[] parameters)Query ofUserProcessEntityfrom the persistent store.List<UserProcessEntity>query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofUserProcessEntityfrom the persistent store.voidremove(UserProcessEntity entity)Removes an instance ofUserProcessEntityfrom the persistent store.voidremove(Long id)Removes an instance ofUserProcessEntityfrom the persistent store.voidremove(Collection<? extends UserProcessEntity> entities)Removes a collection ofUserProcessEntityfrom the persistent store.com.soffid.iam.api.BpmUserProcesstoBpmUserProcess(UserProcessEntity entity)Transforms toBpmUserProcessobjectvoidtoBpmUserProcess(UserProcessEntity source, com.soffid.iam.api.BpmUserProcess target)Copy data toBpmUserProcessobjectList<com.soffid.iam.api.BpmUserProcess>toBpmUserProcessList(Collection<UserProcessEntity> instances)Transforms toBpmUserProcesslistes.caib.seycon.ng.comu.UsuariWFProcesstoUsuariWFProcess(UserProcessEntity entity)Transforms toBpmUserProcessobjectvoidtoUsuariWFProcess(UserProcessEntity source, es.caib.seycon.ng.comu.UsuariWFProcess target)Copy data toUsuariWFProcessobjectList<es.caib.seycon.ng.comu.UsuariWFProcess>toUsuariWFProcessList(Collection<UserProcessEntity> instances)Transforms toUsuariWFProcesslistvoidupdate(UserProcessEntity entity)Updates an instance ofUserProcessEntityat the persistent store.voidupdate(Collection<? extends UserProcessEntity> entities)Updates a collection ofUserProcessEntityin the persistent store.UserProcessEntityusuariWFProcessToEntity(es.caib.seycon.ng.comu.UsuariWFProcess instance)Transforms fromUsuariWFProcessobjectvoidusuariWFProcessToEntity(es.caib.seycon.ng.comu.UsuariWFProcess source, UserProcessEntity target, boolean copyIfNull)Copy data fromUsuariWFProcessobjectList<UserProcessEntity>usuariWFProcessToEntityList(Collection<es.caib.seycon.ng.comu.UsuariWFProcess> instances)Transforms fromBpmUserProcesslist-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-
-
-
Method Detail
-
findByUserName
public Collection<UserProcessEntity> findByUserName(String userName)
Operation findByUserName- Specified by:
findByUserNamein interfaceUserProcessEntityDao- Parameters:
userName-- Returns:
-
findByUserName
public Collection<UserProcessEntity> findByUserName(CriteriaSearchConfiguration criteria, String userName)
CriteriaSearchConfiguration implementation- Specified by:
findByUserNamein interfaceUserProcessEntityDao
-
findByUserName
public Collection<UserProcessEntity> findByUserName(String queryString, CriteriaSearchConfiguration criteria, String userName)
Internal implementation
-
findByProcessId
public Collection<UserProcessEntity> findByProcessId(Long processId)
Operation findByProcessId- Specified by:
findByProcessIdin interfaceUserProcessEntityDao- Parameters:
processId-- Returns:
-
findByProcessId
public Collection<UserProcessEntity> findByProcessId(CriteriaSearchConfiguration criteria, Long processId)
CriteriaSearchConfiguration implementation- Specified by:
findByProcessIdin interfaceUserProcessEntityDao
-
findByProcessId
public Collection<UserProcessEntity> findByProcessId(String queryString, CriteriaSearchConfiguration criteria, Long processId)
Internal implementation
-
findByUserNationalId
public Collection<UserProcessEntity> findByUserNationalId(String nationalId)
Operation findByUserNationalId- Specified by:
findByUserNationalIdin interfaceUserProcessEntityDao- Parameters:
nationalId-- Returns:
-
findByUserNationalId
public Collection<UserProcessEntity> findByUserNationalId(CriteriaSearchConfiguration criteria, String nationalId)
CriteriaSearchConfiguration implementation- Specified by:
findByUserNationalIdin interfaceUserProcessEntityDao
-
findByUserNationalId
public Collection<UserProcessEntity> findByUserNationalId(String queryString, CriteriaSearchConfiguration criteria, String nationalId)
Internal implementation
-
toBpmUserProcess
public void toBpmUserProcess(UserProcessEntity source, com.soffid.iam.api.BpmUserProcess target)
Copy data toBpmUserProcessobject- Specified by:
toBpmUserProcessin interfaceUserProcessEntityDao
-
toBpmUserProcess
public com.soffid.iam.api.BpmUserProcess toBpmUserProcess(UserProcessEntity entity)
Transforms toBpmUserProcessobject- Specified by:
toBpmUserProcessin interfaceUserProcessEntityDao
-
toBpmUserProcessList
public List<com.soffid.iam.api.BpmUserProcess> toBpmUserProcessList(Collection<UserProcessEntity> instances)
Transforms toBpmUserProcesslist- Specified by:
toBpmUserProcessListin interfaceUserProcessEntityDao
-
bpmUserProcessToEntity
public void bpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess source, UserProcessEntity target, boolean copyIfNull)Copy data fromBpmUserProcessobject- Specified by:
bpmUserProcessToEntityin interfaceUserProcessEntityDao
-
bpmUserProcessToEntity
public UserProcessEntity bpmUserProcessToEntity(com.soffid.iam.api.BpmUserProcess instance)
Transforms fromBpmUserProcessobject- Specified by:
bpmUserProcessToEntityin interfaceUserProcessEntityDao
-
bpmUserProcessToEntityList
public List<UserProcessEntity> bpmUserProcessToEntityList(Collection<com.soffid.iam.api.BpmUserProcess> instances)
Transforms fromBpmUserProcesslist- Specified by:
bpmUserProcessToEntityListin interfaceUserProcessEntityDao
-
toUsuariWFProcess
public void toUsuariWFProcess(UserProcessEntity source, es.caib.seycon.ng.comu.UsuariWFProcess target)
Description copied from interface:UserProcessEntityDaoCopy data toUsuariWFProcessobject- Specified by:
toUsuariWFProcessin interfaceUserProcessEntityDao
-
toUsuariWFProcess
public es.caib.seycon.ng.comu.UsuariWFProcess toUsuariWFProcess(UserProcessEntity entity)
Transforms toBpmUserProcessobject- Specified by:
toUsuariWFProcessin interfaceUserProcessEntityDao
-
toUsuariWFProcessList
public List<es.caib.seycon.ng.comu.UsuariWFProcess> toUsuariWFProcessList(Collection<UserProcessEntity> instances)
Transforms toUsuariWFProcesslist- Specified by:
toUsuariWFProcessListin interfaceUserProcessEntityDao
-
usuariWFProcessToEntity
public void usuariWFProcessToEntity(es.caib.seycon.ng.comu.UsuariWFProcess source, UserProcessEntity target, boolean copyIfNull)Copy data fromUsuariWFProcessobject- Specified by:
usuariWFProcessToEntityin interfaceUserProcessEntityDao
-
usuariWFProcessToEntity
public UserProcessEntity usuariWFProcessToEntity(es.caib.seycon.ng.comu.UsuariWFProcess instance)
Transforms fromUsuariWFProcessobject- Specified by:
usuariWFProcessToEntityin interfaceUserProcessEntityDao
-
usuariWFProcessToEntityList
public List<UserProcessEntity> usuariWFProcessToEntityList(Collection<es.caib.seycon.ng.comu.UsuariWFProcess> instances)
Transforms fromBpmUserProcesslist- Specified by:
usuariWFProcessToEntityListin interfaceUserProcessEntityDao
-
newUserProcessEntity
public UserProcessEntity newUserProcessEntity()
Creates an instance ofUserProcessEntity.- Specified by:
newUserProcessEntityin interfaceUserProcessEntityDao
-
load
public UserProcessEntity load(Long id)
Loads an instance ofUserProcessEntityfrom the persistent store.- Specified by:
loadin interfaceUserProcessEntityDao
-
loadAll
public List<UserProcessEntity> loadAll()
Loads all instances ofUserProcessEntityfrom the persistent store.- Specified by:
loadAllin interfaceUserProcessEntityDao
-
create
public void create(UserProcessEntity entity)
Adds an instance ofUserProcessEntityto the persistent store.- Specified by:
createin interfaceUserProcessEntityDao
-
update
public void update(UserProcessEntity entity)
Updates an instance ofUserProcessEntityat the persistent store.- Specified by:
updatein interfaceUserProcessEntityDao
-
remove
public void remove(UserProcessEntity entity)
Removes an instance ofUserProcessEntityfrom the persistent store.- Specified by:
removein interfaceUserProcessEntityDao
-
create
public void create(Collection<? extends UserProcessEntity> entities)
Creates a collection ofUserProcessEntityand adds it to the persistent store.- Specified by:
createin interfaceUserProcessEntityDao
-
update
public void update(Collection<? extends UserProcessEntity> entities)
Updates a collection ofUserProcessEntityin the persistent store.- Specified by:
updatein interfaceUserProcessEntityDao
-
remove
public void remove(Collection<? extends UserProcessEntity> entities)
Removes a collection ofUserProcessEntityfrom the persistent store.- Specified by:
removein interfaceUserProcessEntityDao
-
remove
public void remove(Long id)
Removes an instance ofUserProcessEntityfrom the persistent store.- Specified by:
removein interfaceUserProcessEntityDao
-
query
public List<UserProcessEntity> query(String queryString, Parameter[] parameters)
Query ofUserProcessEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
queryin interfaceUserProcessEntityDao
-
query
public List<UserProcessEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofUserProcessEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return- Specified by:
queryin interfaceUserProcessEntityDao
-
-