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 EntryPointAccountEntity
accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization instance)
Transforms fromAccessTreeAuthorization
objectvoid
accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization source, EntryPointAccountEntity target, boolean copyIfNull)
Copy data fromAccessTreeAuthorization
objectList<EntryPointAccountEntity>
accessTreeAuthorizationToEntityList(Collection<com.soffid.iam.api.AccessTreeAuthorization> instances)
Transforms fromAccessTreeAuthorization
listEntryPointAccountEntity
autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada instance)
Transforms fromAutoritzacioPuntEntrada
objectvoid
autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada source, EntryPointAccountEntity target, boolean copyIfNull)
Copy data fromAutoritzacioPuntEntrada
objectList<EntryPointAccountEntity>
autoritzacioPuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> instances)
Transforms fromAccessTreeAuthorization
listvoid
create(EntryPointAccountEntity entity)
Adds an instance ofEntryPointAccountEntity
to the persistent store.void
create(Collection<? extends EntryPointAccountEntity> entities)
Creates a collection ofEntryPointAccountEntity
and 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 implementationAccountEntityDao
getAccountEntityDao()
Gets reference toaccountEntityDao
.AuditEntityDao
getAuditEntityDao()
Gets reference toauditoriaEntityDao
.EntryPointEntityDao
getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao
.RoleEntityDao
getRoleEntityDao()
Gets reference torolEntityDao
.EntryPointAccountEntity
load(Long id)
Loads an instance ofEntryPointAccountEntity
from the persistent store.List<EntryPointAccountEntity>
loadAll()
Loads all instances ofEntryPointAccountEntity
from the persistent store.EntryPointAccountEntity
newEntryPointAccountEntity()
Creates an instance ofEntryPointAccountEntity
.List<EntryPointAccountEntity>
query(String queryString, Parameter[] parameters)
Query ofEntryPointAccountEntity
from the persistent store.List<EntryPointAccountEntity>
query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointAccountEntity
from the persistent store.void
remove(EntryPointAccountEntity entity)
Removes an instance ofEntryPointAccountEntity
from the persistent store.void
remove(Long id)
Removes an instance ofEntryPointAccountEntity
from the persistent store.void
remove(Collection<? extends EntryPointAccountEntity> entities)
Removes a collection ofEntryPointAccountEntity
from the persistent store.void
setAccountEntityDao(AccountEntityDao accountEntityDao)
Sets reference toaccountEntityDao
.void
setAuditEntityDao(AuditEntityDao auditoriaEntityDao)
Sets reference toauditoriaEntityDao
.void
setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao
.void
setRoleEntityDao(RoleEntityDao rolEntityDao)
Sets reference torolEntityDao
.com.soffid.iam.api.AccessTreeAuthorization
toAccessTreeAuthorization(EntryPointAccountEntity entity)
Transforms toAccessTreeAuthorization
objectvoid
toAccessTreeAuthorization(EntryPointAccountEntity source, com.soffid.iam.api.AccessTreeAuthorization target)
Copy data toAccessTreeAuthorization
objectList<com.soffid.iam.api.AccessTreeAuthorization>
toAccessTreeAuthorizationList(Collection<EntryPointAccountEntity> instances)
Transforms toAccessTreeAuthorization
listes.caib.seycon.ng.comu.AutoritzacioPuntEntrada
toAutoritzacioPuntEntrada(EntryPointAccountEntity entity)
Transforms toAccessTreeAuthorization
objectvoid
toAutoritzacioPuntEntrada(EntryPointAccountEntity source, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada target)
Copy data toAutoritzacioPuntEntrada
objectList<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada>
toAutoritzacioPuntEntradaList(Collection<EntryPointAccountEntity> instances)
Transforms toAutoritzacioPuntEntrada
listvoid
update(EntryPointAccountEntity entity)
Updates an instance ofEntryPointAccountEntity
at the persistent store.void
update(Collection<? extends EntryPointAccountEntity> entities)
Updates a collection ofEntryPointAccountEntity
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
-
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:
findAll
in interfaceEntryPointAccountEntityDao
- Returns:
-
findAll
public List<EntryPointAccountEntity> findAll(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration implementation- Specified by:
findAll
in interfaceEntryPointAccountEntityDao
-
findAll
public List<EntryPointAccountEntity> findAll(String queryString, CriteriaSearchConfiguration criteria)
Internal implementation
-
findByAccountId
public List<EntryPointRoleEntity> findByAccountId(Long accountId)
Operation findByAccountId- Specified by:
findByAccountId
in interfaceEntryPointAccountEntityDao
- Parameters:
accountId
-- Returns:
-
findByAccountId
public List<EntryPointRoleEntity> findByAccountId(CriteriaSearchConfiguration criteria, Long accountId)
CriteriaSearchConfiguration implementation- Specified by:
findByAccountId
in 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 toAccessTreeAuthorization
object- Specified by:
toAccessTreeAuthorization
in interfaceEntryPointAccountEntityDao
-
toAccessTreeAuthorization
public com.soffid.iam.api.AccessTreeAuthorization toAccessTreeAuthorization(EntryPointAccountEntity entity)
Transforms toAccessTreeAuthorization
object- Specified by:
toAccessTreeAuthorization
in interfaceEntryPointAccountEntityDao
-
toAccessTreeAuthorizationList
public List<com.soffid.iam.api.AccessTreeAuthorization> toAccessTreeAuthorizationList(Collection<EntryPointAccountEntity> instances)
Transforms toAccessTreeAuthorization
list- Specified by:
toAccessTreeAuthorizationList
in interfaceEntryPointAccountEntityDao
-
accessTreeAuthorizationToEntity
public void accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization source, EntryPointAccountEntity target, boolean copyIfNull)
Copy data fromAccessTreeAuthorization
object- Specified by:
accessTreeAuthorizationToEntity
in interfaceEntryPointAccountEntityDao
-
accessTreeAuthorizationToEntity
public EntryPointAccountEntity accessTreeAuthorizationToEntity(com.soffid.iam.api.AccessTreeAuthorization instance)
Transforms fromAccessTreeAuthorization
object- Specified by:
accessTreeAuthorizationToEntity
in interfaceEntryPointAccountEntityDao
-
accessTreeAuthorizationToEntityList
public List<EntryPointAccountEntity> accessTreeAuthorizationToEntityList(Collection<com.soffid.iam.api.AccessTreeAuthorization> instances)
Transforms fromAccessTreeAuthorization
list- Specified by:
accessTreeAuthorizationToEntityList
in interfaceEntryPointAccountEntityDao
-
toAutoritzacioPuntEntrada
public void toAutoritzacioPuntEntrada(EntryPointAccountEntity source, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada target)
Description copied from interface:EntryPointAccountEntityDao
Copy data toAutoritzacioPuntEntrada
object- Specified by:
toAutoritzacioPuntEntrada
in interfaceEntryPointAccountEntityDao
-
toAutoritzacioPuntEntrada
public es.caib.seycon.ng.comu.AutoritzacioPuntEntrada toAutoritzacioPuntEntrada(EntryPointAccountEntity entity)
Transforms toAccessTreeAuthorization
object- Specified by:
toAutoritzacioPuntEntrada
in interfaceEntryPointAccountEntityDao
-
toAutoritzacioPuntEntradaList
public List<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> toAutoritzacioPuntEntradaList(Collection<EntryPointAccountEntity> instances)
Transforms toAutoritzacioPuntEntrada
list- Specified by:
toAutoritzacioPuntEntradaList
in interfaceEntryPointAccountEntityDao
-
autoritzacioPuntEntradaToEntity
public void autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada source, EntryPointAccountEntity target, boolean copyIfNull)
Copy data fromAutoritzacioPuntEntrada
object- Specified by:
autoritzacioPuntEntradaToEntity
in interfaceEntryPointAccountEntityDao
-
autoritzacioPuntEntradaToEntity
public EntryPointAccountEntity autoritzacioPuntEntradaToEntity(es.caib.seycon.ng.comu.AutoritzacioPuntEntrada instance)
Transforms fromAutoritzacioPuntEntrada
object- Specified by:
autoritzacioPuntEntradaToEntity
in interfaceEntryPointAccountEntityDao
-
autoritzacioPuntEntradaToEntityList
public List<EntryPointAccountEntity> autoritzacioPuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> instances)
Transforms fromAccessTreeAuthorization
list- Specified by:
autoritzacioPuntEntradaToEntityList
in interfaceEntryPointAccountEntityDao
-
newEntryPointAccountEntity
public EntryPointAccountEntity newEntryPointAccountEntity()
Creates an instance ofEntryPointAccountEntity
.- Specified by:
newEntryPointAccountEntity
in interfaceEntryPointAccountEntityDao
-
load
public EntryPointAccountEntity load(Long id)
Loads an instance ofEntryPointAccountEntity
from the persistent store.- Specified by:
load
in interfaceEntryPointAccountEntityDao
-
loadAll
public List<EntryPointAccountEntity> loadAll()
Loads all instances ofEntryPointAccountEntity
from the persistent store.- Specified by:
loadAll
in interfaceEntryPointAccountEntityDao
-
create
public void create(EntryPointAccountEntity entity)
Adds an instance ofEntryPointAccountEntity
to the persistent store.- Specified by:
create
in interfaceEntryPointAccountEntityDao
-
update
public void update(EntryPointAccountEntity entity)
Updates an instance ofEntryPointAccountEntity
at the persistent store.- Specified by:
update
in interfaceEntryPointAccountEntityDao
-
remove
public void remove(EntryPointAccountEntity entity)
Removes an instance ofEntryPointAccountEntity
from the persistent store.- Specified by:
remove
in interfaceEntryPointAccountEntityDao
-
create
public void create(Collection<? extends EntryPointAccountEntity> entities)
Creates a collection ofEntryPointAccountEntity
and adds it to the persistent store.- Specified by:
create
in interfaceEntryPointAccountEntityDao
-
update
public void update(Collection<? extends EntryPointAccountEntity> entities)
Updates a collection ofEntryPointAccountEntity
in the persistent store.- Specified by:
update
in interfaceEntryPointAccountEntityDao
-
remove
public void remove(Collection<? extends EntryPointAccountEntity> entities)
Removes a collection ofEntryPointAccountEntity
from the persistent store.- Specified by:
remove
in interfaceEntryPointAccountEntityDao
-
remove
public void remove(Long id)
Removes an instance ofEntryPointAccountEntity
from the persistent store.- Specified by:
remove
in interfaceEntryPointAccountEntityDao
-
query
public List<EntryPointAccountEntity> query(String queryString, Parameter[] parameters)
Query ofEntryPointAccountEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
query
in interfaceEntryPointAccountEntityDao
-
query
public List<EntryPointAccountEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointAccountEntity
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 interfaceEntryPointAccountEntityDao
-
-