Package com.soffid.iam.model
Class RoleGroupEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.RoleGroupEntityDaoBase
-
- com.soffid.iam.model.RoleGroupEntityDaoImpl
-
- All Implemented Interfaces:
RoleGroupEntityDao
,org.springframework.beans.factory.InitializingBean
public class RoleGroupEntityDaoImpl extends RoleGroupEntityDaoBase
- Author:
- u88683
-
-
Constructor Summary
Constructors Constructor Description RoleGroupEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleGroupEntity
containerRoleToEntity(com.soffid.iam.api.ContainerRole contenidorRol)
Transforms fromContainerRole
objectvoid
create(RoleGroupEntity rolsGrupEntity)
Adds an instance ofRoleGroupEntity
to the persistent store.RoleGroupEntity
groupRolesToEntity(com.soffid.iam.api.GroupRoles rolsGrup)
Transforms fromGroupRoles
objectvoid
groupRolesToEntity(com.soffid.iam.api.GroupRoles source, RoleGroupEntity target, boolean copyIfNull)
Copy data fromGroupRoles
objectvoid
remove(RoleGroupEntity rolsGrupEntity)
Removes an instance ofRoleGroupEntity
from the persistent store.RoleGroupEntity
roleGrantToEntity(com.soffid.iam.api.RoleGrant rolGrant)
Transforms fromRoleGrant
objectcom.soffid.iam.api.ContainerRole
toContainerRole(RoleGroupEntity entity)
Transforms toContainerRole
objectcom.soffid.iam.api.GroupRoles
toGroupRoles(RoleGroupEntity entity)
Transforms toGroupRoles
objectvoid
toGroupRoles(RoleGroupEntity source, com.soffid.iam.api.GroupRoles target)
Copy data toGroupRoles
objectvoid
toRoleGrant(RoleGroupEntity source, com.soffid.iam.api.RoleGrant target)
Copy data toRoleGrant
objectvoid
update(RoleGroupEntity rolsGrupEntity)
Updates an instance ofRoleGroupEntity
at the persistent store.-
Methods inherited from class com.soffid.iam.model.RoleGroupEntityDaoBase
containerRoleToEntity, containerRoleToEntityList, contenidorRolToEntity, contenidorRolToEntity, contenidorRolToEntityList, create, findAssignedRolesByGroup, findAssignedRolesByGroup, findAssignedRolesByGroup, findOwnerGroupsByRole, findOwnerGroupsByRole, findOwnerGroupsByRole, getAuditEntityDao, getDomainValueEntityDao, getGroupEntityDao, getInformationSystemEntityDao, getRoleEntityDao, getTaskEntityDao, groupRolesToEntityList, load, loadAll, newRoleGroupEntity, query, query, remove, remove, roleGrantToEntity, roleGrantToEntityList, rolGrantToEntity, rolGrantToEntity, rolGrantToEntityList, rolsGrupToEntity, rolsGrupToEntity, rolsGrupToEntityList, setAuditEntityDao, setDomainValueEntityDao, setGroupEntityDao, setInformationSystemEntityDao, setRoleEntityDao, setTaskEntityDao, toContainerRole, toContainerRoleList, toContenidorRol, toContenidorRol, toContenidorRolList, toGroupRolesList, toRoleGrant, toRoleGrantList, toRolGrant, toRolGrant, toRolGrantList, toRolsGrup, toRolsGrup, toRolsGrupList, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-
-
-
Method Detail
-
groupRolesToEntity
public RoleGroupEntity groupRolesToEntity(com.soffid.iam.api.GroupRoles rolsGrup)
Description copied from class:RoleGroupEntityDaoBase
Transforms fromGroupRoles
object- Specified by:
groupRolesToEntity
in interfaceRoleGroupEntityDao
- Overrides:
groupRolesToEntity
in classRoleGroupEntityDaoBase
-
groupRolesToEntity
public void groupRolesToEntity(com.soffid.iam.api.GroupRoles source, RoleGroupEntity target, boolean copyIfNull)
Description copied from class:RoleGroupEntityDaoBase
Copy data fromGroupRoles
object- Specified by:
groupRolesToEntity
in interfaceRoleGroupEntityDao
- Overrides:
groupRolesToEntity
in classRoleGroupEntityDaoBase
-
create
public void create(RoleGroupEntity rolsGrupEntity)
Description copied from class:RoleGroupEntityDaoBase
Adds an instance ofRoleGroupEntity
to the persistent store.- Specified by:
create
in interfaceRoleGroupEntityDao
- Overrides:
create
in classRoleGroupEntityDaoBase
-
update
public void update(RoleGroupEntity rolsGrupEntity)
Description copied from class:RoleGroupEntityDaoBase
Updates an instance ofRoleGroupEntity
at the persistent store.- Specified by:
update
in interfaceRoleGroupEntityDao
- Overrides:
update
in classRoleGroupEntityDaoBase
-
remove
public void remove(RoleGroupEntity rolsGrupEntity)
Description copied from class:RoleGroupEntityDaoBase
Removes an instance ofRoleGroupEntity
from the persistent store.- Specified by:
remove
in interfaceRoleGroupEntityDao
- Overrides:
remove
in classRoleGroupEntityDaoBase
-
toGroupRoles
public void toGroupRoles(RoleGroupEntity source, com.soffid.iam.api.GroupRoles target)
Description copied from class:RoleGroupEntityDaoBase
Copy data toGroupRoles
object- Specified by:
toGroupRoles
in interfaceRoleGroupEntityDao
- Overrides:
toGroupRoles
in classRoleGroupEntityDaoBase
-
toGroupRoles
public com.soffid.iam.api.GroupRoles toGroupRoles(RoleGroupEntity entity)
Description copied from class:RoleGroupEntityDaoBase
Transforms toGroupRoles
object- Specified by:
toGroupRoles
in interfaceRoleGroupEntityDao
- Overrides:
toGroupRoles
in classRoleGroupEntityDaoBase
-
containerRoleToEntity
public RoleGroupEntity containerRoleToEntity(com.soffid.iam.api.ContainerRole contenidorRol)
Description copied from class:RoleGroupEntityDaoBase
Transforms fromContainerRole
object- Specified by:
containerRoleToEntity
in interfaceRoleGroupEntityDao
- Overrides:
containerRoleToEntity
in classRoleGroupEntityDaoBase
-
toContainerRole
public com.soffid.iam.api.ContainerRole toContainerRole(RoleGroupEntity entity)
Description copied from class:RoleGroupEntityDaoBase
Transforms toContainerRole
object- Specified by:
toContainerRole
in interfaceRoleGroupEntityDao
- Overrides:
toContainerRole
in classRoleGroupEntityDaoBase
-
roleGrantToEntity
public RoleGroupEntity roleGrantToEntity(com.soffid.iam.api.RoleGrant rolGrant)
Description copied from class:RoleGroupEntityDaoBase
Transforms fromRoleGrant
object- Specified by:
roleGrantToEntity
in interfaceRoleGroupEntityDao
- Overrides:
roleGrantToEntity
in classRoleGroupEntityDaoBase
-
toRoleGrant
public void toRoleGrant(RoleGroupEntity source, com.soffid.iam.api.RoleGrant target)
Description copied from class:RoleGroupEntityDaoBase
Copy data toRoleGrant
object- Specified by:
toRoleGrant
in interfaceRoleGroupEntityDao
- Overrides:
toRoleGrant
in classRoleGroupEntityDaoBase
-
-