public class ActionGroupDAODbFacadeImpl extends BaseDAODbFacade implements ActionGroupDAO
ActionGroupDAODbFacadeImpl provides a concrete implementation of ActionGroupDAO.
The initial implementation came from .dbFacade, dialect, jdbcTemplate, RETURN_VALUE_PARAMETER| Constructor and Description |
|---|
ActionGroupDAODbFacadeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addActionVersionMap(action_version_map action_version_map) |
action_version_map |
getActionVersionMapByActionType(VdcActionType action_type) |
List<ActionGroup> |
getAllForRole(Guid id)
Retrieves all action groups for the specified role.
|
void |
removeActionVersionMap(VdcActionType action_type) |
getCallsHandler, getCustomMapSqlParameterSource, setDbFacade, setDialect, setTemplatepublic List<ActionGroup> getAllForRole(Guid id)
ActionGroupDAOgetAllForRole in interface ActionGroupDAOid - the role idpublic action_version_map getActionVersionMapByActionType(VdcActionType action_type)
getActionVersionMapByActionType in interface ActionGroupDAOpublic void addActionVersionMap(action_version_map action_version_map)
addActionVersionMap in interface ActionGroupDAOpublic void removeActionVersionMap(VdcActionType action_type)
removeActionVersionMap in interface ActionGroupDAOCopyright © 2012. All Rights Reserved.