Package com.soffid.iam.model
Class SoDRuleEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.SoDRuleEntityDaoBase
-
- All Implemented Interfaces:
SoDRuleEntityDao
,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
SoDRuleEntityDaoImpl
public abstract class SoDRuleEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements SoDRuleEntityDao
DAO Base for Entity SoDRuleEntity
-
-
Constructor Summary
Constructors Constructor Description SoDRuleEntityDaoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
create(SoDRuleEntity entity)
Adds an instance ofSoDRuleEntity
to the persistent store.void
create(Collection<? extends SoDRuleEntity> entities)
Creates a collection ofSoDRuleEntity
and adds it to the persistent store.InformationSystemEntityDao
getInformationSystemEntityDao()
Gets reference toaplicacioEntityDao
.SoDRoleEntityDao
getSoDRoleEntityDao()
Gets reference tosoDRoleEntityDao
.SoDRuleMatrixEntityDao
getSoDRuleMatrixEntityDao()
Gets reference tosoDRuleMatrixEntityDao
.TenantEntityDao
getTenantEntityDao()
Gets reference totenantEntityDao
.SoDRuleEntity
load(Long id)
Loads an instance ofSoDRuleEntity
from the persistent store.List<SoDRuleEntity>
loadAll()
Loads all instances ofSoDRuleEntity
from the persistent store.SoDRuleEntity
newSoDRuleEntity()
Creates an instance ofSoDRuleEntity
.List<SoDRuleEntity>
query(String queryString, Parameter[] parameters)
Query ofSoDRuleEntity
from the persistent store.List<SoDRuleEntity>
query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSoDRuleEntity
from the persistent store.void
remove(SoDRuleEntity entity)
Removes an instance ofSoDRuleEntity
from the persistent store.void
remove(Long id)
Removes an instance ofSoDRuleEntity
from the persistent store.void
remove(Collection<? extends SoDRuleEntity> entities)
Removes a collection ofSoDRuleEntity
from the persistent store.void
setInformationSystemEntityDao(InformationSystemEntityDao aplicacioEntityDao)
Sets reference toaplicacioEntityDao
.void
setSoDRoleEntityDao(SoDRoleEntityDao soDRoleEntityDao)
Sets reference tosoDRoleEntityDao
.void
setSoDRuleMatrixEntityDao(SoDRuleMatrixEntityDao soDRuleMatrixEntityDao)
Sets reference tosoDRuleMatrixEntityDao
.void
setTenantEntityDao(TenantEntityDao tenantEntityDao)
Sets reference totenantEntityDao
.SoDRuleEntity
soDRuleToEntity(com.soffid.iam.api.SoDRule instance)
Transforms fromSoDRule
objectvoid
soDRuleToEntity(com.soffid.iam.api.SoDRule source, SoDRuleEntity target, boolean copyIfNull)
Copy data fromSoDRule
objectList<SoDRuleEntity>
soDRuleToEntityList(Collection<com.soffid.iam.api.SoDRule> instances)
Transforms fromSoDRule
listcom.soffid.iam.api.SoDRule
toSoDRule(SoDRuleEntity entity)
Transforms toSoDRule
objectvoid
toSoDRule(SoDRuleEntity source, com.soffid.iam.api.SoDRule target)
Copy data toSoDRule
objectList<com.soffid.iam.api.SoDRule>
toSoDRuleList(Collection<SoDRuleEntity> instances)
Transforms toSoDRule
listvoid
update(SoDRuleEntity entity)
Updates an instance ofSoDRuleEntity
at the persistent store.void
update(Collection<? extends SoDRuleEntity> entities)
Updates a collection ofSoDRuleEntity
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
-
setInformationSystemEntityDao
public void setInformationSystemEntityDao(InformationSystemEntityDao aplicacioEntityDao)
Sets reference toaplicacioEntityDao
.
-
getInformationSystemEntityDao
public InformationSystemEntityDao getInformationSystemEntityDao()
Gets reference toaplicacioEntityDao
.
-
setSoDRoleEntityDao
public void setSoDRoleEntityDao(SoDRoleEntityDao soDRoleEntityDao)
Sets reference tosoDRoleEntityDao
.
-
getSoDRoleEntityDao
public SoDRoleEntityDao getSoDRoleEntityDao()
Gets reference tosoDRoleEntityDao
.
-
setSoDRuleMatrixEntityDao
public void setSoDRuleMatrixEntityDao(SoDRuleMatrixEntityDao soDRuleMatrixEntityDao)
Sets reference tosoDRuleMatrixEntityDao
.
-
getSoDRuleMatrixEntityDao
public SoDRuleMatrixEntityDao getSoDRuleMatrixEntityDao()
Gets reference tosoDRuleMatrixEntityDao
.
-
setTenantEntityDao
public void setTenantEntityDao(TenantEntityDao tenantEntityDao)
Sets reference totenantEntityDao
.
-
getTenantEntityDao
public TenantEntityDao getTenantEntityDao()
Gets reference totenantEntityDao
.
-
toSoDRule
public void toSoDRule(SoDRuleEntity source, com.soffid.iam.api.SoDRule target)
Copy data toSoDRule
object- Specified by:
toSoDRule
in interfaceSoDRuleEntityDao
-
toSoDRule
public com.soffid.iam.api.SoDRule toSoDRule(SoDRuleEntity entity)
Transforms toSoDRule
object- Specified by:
toSoDRule
in interfaceSoDRuleEntityDao
-
toSoDRuleList
public List<com.soffid.iam.api.SoDRule> toSoDRuleList(Collection<SoDRuleEntity> instances)
Transforms toSoDRule
list- Specified by:
toSoDRuleList
in interfaceSoDRuleEntityDao
-
soDRuleToEntity
public void soDRuleToEntity(com.soffid.iam.api.SoDRule source, SoDRuleEntity target, boolean copyIfNull)
Copy data fromSoDRule
object- Specified by:
soDRuleToEntity
in interfaceSoDRuleEntityDao
-
soDRuleToEntity
public SoDRuleEntity soDRuleToEntity(com.soffid.iam.api.SoDRule instance)
Transforms fromSoDRule
object- Specified by:
soDRuleToEntity
in interfaceSoDRuleEntityDao
-
soDRuleToEntityList
public List<SoDRuleEntity> soDRuleToEntityList(Collection<com.soffid.iam.api.SoDRule> instances)
Transforms fromSoDRule
list- Specified by:
soDRuleToEntityList
in interfaceSoDRuleEntityDao
-
newSoDRuleEntity
public SoDRuleEntity newSoDRuleEntity()
Creates an instance ofSoDRuleEntity
.- Specified by:
newSoDRuleEntity
in interfaceSoDRuleEntityDao
-
load
public SoDRuleEntity load(Long id)
Loads an instance ofSoDRuleEntity
from the persistent store.- Specified by:
load
in interfaceSoDRuleEntityDao
-
loadAll
public List<SoDRuleEntity> loadAll()
Loads all instances ofSoDRuleEntity
from the persistent store.- Specified by:
loadAll
in interfaceSoDRuleEntityDao
-
create
public void create(SoDRuleEntity entity)
Adds an instance ofSoDRuleEntity
to the persistent store.- Specified by:
create
in interfaceSoDRuleEntityDao
-
update
public void update(SoDRuleEntity entity)
Updates an instance ofSoDRuleEntity
at the persistent store.- Specified by:
update
in interfaceSoDRuleEntityDao
-
remove
public void remove(SoDRuleEntity entity)
Removes an instance ofSoDRuleEntity
from the persistent store.- Specified by:
remove
in interfaceSoDRuleEntityDao
-
create
public void create(Collection<? extends SoDRuleEntity> entities)
Creates a collection ofSoDRuleEntity
and adds it to the persistent store.- Specified by:
create
in interfaceSoDRuleEntityDao
-
update
public void update(Collection<? extends SoDRuleEntity> entities)
Updates a collection ofSoDRuleEntity
in the persistent store.- Specified by:
update
in interfaceSoDRuleEntityDao
-
remove
public void remove(Collection<? extends SoDRuleEntity> entities)
Removes a collection ofSoDRuleEntity
from the persistent store.- Specified by:
remove
in interfaceSoDRuleEntityDao
-
remove
public void remove(Long id)
Removes an instance ofSoDRuleEntity
from the persistent store.- Specified by:
remove
in interfaceSoDRuleEntityDao
-
query
public List<SoDRuleEntity> query(String queryString, Parameter[] parameters)
Query ofSoDRuleEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
query
in interfaceSoDRuleEntityDao
-
query
public List<SoDRuleEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSoDRuleEntity
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 interfaceSoDRuleEntityDao
-
-