public interface ActionGroupDAO extends DAO
ActionGroupDAO
defines a type for performing CRUD operations on instances of ActionGroup
.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) |
List<ActionGroup> getAllForRole(Guid id)
id
- the role idaction_version_map getActionVersionMapByActionType(VdcActionType action_type)
void addActionVersionMap(action_version_map action_version_map)
void removeActionVersionMap(VdcActionType action_type)
Copyright © 2012. All Rights Reserved.