@Service @Transactional(readOnly=true) public class ActionService extends Object
| Constructor and Description |
|---|
ActionService() |
| Modifier and Type | Method and Description |
|---|---|
Action |
getActionById(Long id) |
Action |
getActionByName(String name) |
Action |
getActionByUrlAndContextRoot(String url,
String contextRoot) |
Action |
saveAction(Action action) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.