Package com.soffid.iam.model
Class EntryPointAccountEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.EntryPointAccountEntityDaoBase
-
- All Implemented Interfaces:
EntryPointAccountEntityDao,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
EntryPointAccountEntityDaoImpl
public abstract class EntryPointAccountEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements EntryPointAccountEntityDao
DAO Base for Entity EntryPointAccountEntity
-
-
Constructor Summary
Constructors Constructor Description EntryPointAccountEntityDaoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntryPointAccountEntityaccessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization instance)Transforms fromAccessTreeAuthorizationobjectvoidaccessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization source, EntryPointAccountEntity target, boolean copyIfNull)Copy data fromAccessTreeAuthorizationobjectList<EntryPointAccountEntity>accessTreeAuthorizationToEntityList(Collection<com.soffid.iam.api.AccessTreeAuthorization> instances)Transforms fromAccessTreeAuthorizationlistEntryPointAccountEntityautoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada instance)Transforms fromAutoritzacioPuntEntradaobjectvoidautoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada source, EntryPointAccountEntity target, boolean copyIfNull)Copy data fromAutoritzacioPuntEntradaobjectList<EntryPointAccountEntity>autoritzacioPuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> instances)Transforms fromAccessTreeAuthorizationlistvoidcreate(EntryPointAccountEntity entity)Adds an instance ofEntryPointAccountEntityto the persistent store.voidcreate(Collection<? extends EntryPointAccountEntity> entities)Creates a collection ofEntryPointAccountEntityand adds it to the persistent store.List<EntryPointAccountEntity>findAll()Operation findAllList<EntryPointAccountEntity>findAll(CriteriaSearchConfiguration criteria)CriteriaSearchConfiguration implementationList<EntryPointAccountEntity>findAll(String queryString, CriteriaSearchConfiguration criteria)Internal implementationList<EntryPointRoleEntity>findByAccountId(CriteriaSearchConfiguration criteria, Long accountId)CriteriaSearchConfiguration implementationList<EntryPointRoleEntity>findByAccountId(Long accountId)Operation findByAccountIdList<EntryPointRoleEntity>findByAccountId(String queryString, CriteriaSearchConfiguration criteria, Long accountId)Internal implementationAccountEntityDaogetAccountEntityDao()Gets reference toaccountEntityDao.AuditEntityDaogetAuditEntityDao()Gets reference toauditoriaEntityDao.EntryPointEntityDaogetEntryPointEntityDao()Gets reference topuntEntradaEntityDao.RoleEntityDaogetRoleEntityDao()Gets reference torolEntityDao.EntryPointAccountEntityload(Long id)Loads an instance ofEntryPointAccountEntityfrom the persistent store.List<EntryPointAccountEntity>loadAll()Loads all instances ofEntryPointAccountEntityfrom the persistent store.EntryPointAccountEntitynewEntryPointAccountEntity()Creates an instance ofEntryPointAccountEntity.List<EntryPointAccountEntity>query(String queryString, Parameter[] parameters)Query ofEntryPointAccountEntityfrom the persistent store.List<EntryPointAccountEntity>query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofEntryPointAccountEntityfrom the persistent store.voidremove(EntryPointAccountEntity entity)Removes an instance ofEntryPointAccountEntityfrom the persistent store.voidremove(Long id)Removes an instance ofEntryPointAccountEntityfrom the persistent store.voidremove(Collection<? extends EntryPointAccountEntity> entities)Removes a collection ofEntryPointAccountEntityfrom the persistent store.voidsetAccountEntityDao(AccountEntityDao accountEntityDao)Sets reference toaccountEntityDao.voidsetAuditEntityDao(AuditEntityDao auditoriaEntityDao)Sets reference toauditoriaEntityDao.voidsetEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)Sets reference topuntEntradaEntityDao.voidsetRoleEntityDao(RoleEntityDao rolEntityDao)Sets reference torolEntityDao.com.soffid.iam.api.AccessTreeAuthorizationtoAccessTreeAuthorization(EntryPointAccountEntity entity)Transforms toAccessTreeAuthorizationobjectvoidtoAccessTreeAuthorization(EntryPointAccountEntity source, com.soffid.iam.api.AccessTreeAuthorization target)Copy data toAccessTreeAuthorizationobjectList<com.soffid.iam.api.AccessTreeAuthorization>toAccessTreeAuthorizationList(Collection<EntryPointAccountEntity> instances)Transforms toAccessTreeAuthorizationlistes.caib.seycon.ng.comu.AutoritzacioPuntEntradatoAutoritzacioPuntEntrada(EntryPointAccountEntity entity)Transforms toAccessTreeAuthorizationobjectvoidtoAutoritzacioPuntEntrada(EntryPointAccountEntity source, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada target)Copy data toAutoritzacioPuntEntradaobjectList<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada>toAutoritzacioPuntEntradaList(Collection<EntryPointAccountEntity> instances)Transforms toAutoritzacioPuntEntradalistvoidupdate(EntryPointAccountEntity entity)Updates an instance ofEntryPointAccountEntityat the persistent store.voidupdate(Collection<? extends EntryPointAccountEntity> entities)Updates a collection ofEntryPointAccountEntityin 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
-
setAccountEntityDao
public void setAccountEntityDao(AccountEntityDao accountEntityDao)
Sets reference toaccountEntityDao.
-
getAccountEntityDao
public AccountEntityDao getAccountEntityDao()
Gets reference toaccountEntityDao.
-
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.
-
setRoleEntityDao
public void setRoleEntityDao(RoleEntityDao rolEntityDao)
Sets reference torolEntityDao.
-
getRoleEntityDao
public RoleEntityDao getRoleEntityDao()
Gets reference torolEntityDao.
-
findAll
public List<EntryPointAccountEntity> findAll()
Operation findAll- Specified by:
findAllin interfaceEntryPointAccountEntityDao- Returns:
-
findAll
public List<EntryPointAccountEntity> findAll(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration implementation- Specified by:
findAllin interfaceEntryPointAccountEntityDao
-
findAll
public List<EntryPointAccountEntity> findAll(String queryString, CriteriaSearchConfiguration criteria)
Internal implementation
-
findByAccountId
public List<EntryPointRoleEntity> findByAccountId(Long accountId)
Operation findByAccountId- Specified by:
findByAccountIdin interfaceEntryPointAccountEntityDao- Parameters:
accountId-- Returns:
-
findByAccountId
public List<EntryPointRoleEntity> findByAccountId(CriteriaSearchConfiguration criteria, Long accountId)
CriteriaSearchConfiguration implementation- Specified by:
findByAccountIdin interfaceEntryPointAccountEntityDao
-
findByAccountId
public List<EntryPointRoleEntity> findByAccountId(String queryString, CriteriaSearchConfiguration criteria, Long accountId)
Internal implementation
-
toAccessTreeAuthorization
public void toAccessTreeAuthorization(EntryPointAccountEntity source, com.soffid.iam.api.AccessTreeAuthorization target)
Copy data toAccessTreeAuthorizationobject- Specified by:
toAccessTreeAuthorizationin interfaceEntryPointAccountEntityDao
-
toAccessTreeAuthorization
public com.soffid.iam.api.AccessTreeAuthorization toAccessTreeAuthorization(EntryPointAccountEntity entity)
Transforms toAccessTreeAuthorizationobject- Specified by:
toAccessTreeAuthorizationin interfaceEntryPointAccountEntityDao
-
toAccessTreeAuthorizationList
public List<com.soffid.iam.api.AccessTreeAuthorization> toAccessTreeAuthorizationList(Collection<EntryPointAccountEntity> instances)
Transforms toAccessTreeAuthorizationlist- Specified by:
toAccessTreeAuthorizationListin interfaceEntryPointAccountEntityDao
-
accessTreeAuthorizationToEntity
public void accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization source, EntryPointAccountEntity target, boolean copyIfNull)Copy data fromAccessTreeAuthorizationobject- Specified by:
accessTreeAuthorizationToEntityin interfaceEntryPointAccountEntityDao
-
accessTreeAuthorizationToEntity
public EntryPointAccountEntity accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization instance)
Transforms fromAccessTreeAuthorizationobject- Specified by:
accessTreeAuthorizationToEntityin interfaceEntryPointAccountEntityDao
-
accessTreeAuthorizationToEntityList
public List<EntryPointAccountEntity> accessTreeAuthorizationToEntityList(Collection<com.soffid.iam.api.AccessTreeAuthorization> instances)
Transforms fromAccessTreeAuthorizationlist- Specified by:
accessTreeAuthorizationToEntityListin interfaceEntryPointAccountEntityDao
-
toAutoritzacioPuntEntrada
public void toAutoritzacioPuntEntrada(EntryPointAccountEntity source, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada target)
Description copied from interface:EntryPointAccountEntityDaoCopy data toAutoritzacioPuntEntradaobject- Specified by:
toAutoritzacioPuntEntradain interfaceEntryPointAccountEntityDao
-
toAutoritzacioPuntEntrada
public es.caib.seycon.ng.comu.AutoritzacioPuntEntrada toAutoritzacioPuntEntrada(EntryPointAccountEntity entity)
Transforms toAccessTreeAuthorizationobject- Specified by:
toAutoritzacioPuntEntradain interfaceEntryPointAccountEntityDao
-
toAutoritzacioPuntEntradaList
public List<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> toAutoritzacioPuntEntradaList(Collection<EntryPointAccountEntity> instances)
Transforms toAutoritzacioPuntEntradalist- Specified by:
toAutoritzacioPuntEntradaListin interfaceEntryPointAccountEntityDao
-
autoritzacioPuntEntradaToEntity
public void autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada source, EntryPointAccountEntity target, boolean copyIfNull)Copy data fromAutoritzacioPuntEntradaobject- Specified by:
autoritzacioPuntEntradaToEntityin interfaceEntryPointAccountEntityDao
-
autoritzacioPuntEntradaToEntity
public EntryPointAccountEntity autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada instance)
Transforms fromAutoritzacioPuntEntradaobject- Specified by:
autoritzacioPuntEntradaToEntityin interfaceEntryPointAccountEntityDao
-
autoritzacioPuntEntradaToEntityList
public List<EntryPointAccountEntity> autoritzacioPuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> instances)
Transforms fromAccessTreeAuthorizationlist- Specified by:
autoritzacioPuntEntradaToEntityListin interfaceEntryPointAccountEntityDao
-
newEntryPointAccountEntity
public EntryPointAccountEntity newEntryPointAccountEntity()
Creates an instance ofEntryPointAccountEntity.- Specified by:
newEntryPointAccountEntityin interfaceEntryPointAccountEntityDao
-
load
public EntryPointAccountEntity load(Long id)
Loads an instance ofEntryPointAccountEntityfrom the persistent store.- Specified by:
loadin interfaceEntryPointAccountEntityDao
-
loadAll
public List<EntryPointAccountEntity> loadAll()
Loads all instances ofEntryPointAccountEntityfrom the persistent store.- Specified by:
loadAllin interfaceEntryPointAccountEntityDao
-
create
public void create(EntryPointAccountEntity entity)
Adds an instance ofEntryPointAccountEntityto the persistent store.- Specified by:
createin interfaceEntryPointAccountEntityDao
-
update
public void update(EntryPointAccountEntity entity)
Updates an instance ofEntryPointAccountEntityat the persistent store.- Specified by:
updatein interfaceEntryPointAccountEntityDao
-
remove
public void remove(EntryPointAccountEntity entity)
Removes an instance ofEntryPointAccountEntityfrom the persistent store.- Specified by:
removein interfaceEntryPointAccountEntityDao
-
create
public void create(Collection<? extends EntryPointAccountEntity> entities)
Creates a collection ofEntryPointAccountEntityand adds it to the persistent store.- Specified by:
createin interfaceEntryPointAccountEntityDao
-
update
public void update(Collection<? extends EntryPointAccountEntity> entities)
Updates a collection ofEntryPointAccountEntityin the persistent store.- Specified by:
updatein interfaceEntryPointAccountEntityDao
-
remove
public void remove(Collection<? extends EntryPointAccountEntity> entities)
Removes a collection ofEntryPointAccountEntityfrom the persistent store.- Specified by:
removein interfaceEntryPointAccountEntityDao
-
remove
public void remove(Long id)
Removes an instance ofEntryPointAccountEntityfrom the persistent store.- Specified by:
removein interfaceEntryPointAccountEntityDao
-
query
public List<EntryPointAccountEntity> query(String queryString, Parameter[] parameters)
Query ofEntryPointAccountEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
queryin interfaceEntryPointAccountEntityDao
-
query
public List<EntryPointAccountEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointAccountEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return- Specified by:
queryin interfaceEntryPointAccountEntityDao
-
-