@Repository(value="actionsDao") public class ActionsDaoImpl extends Object implements ActionsDao
| Constructor and Description |
|---|
ActionsDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(String jiraKey)
Close an action.
|
Action |
findAction(long id)
Find a unique Action by its id
|
List<Action> |
findActionsByIdP(String identityProvider)
Get a list of all actions by identity provider
|
List<String> |
getKeys(String identityProvider)
Find the Jira Keys for an identity provider
|
void |
saveAction(Action action)
persist the given action
|
void |
setDataSource(DataSource dataSource) |
public void setDataSource(DataSource dataSource)
public List<Action> findActionsByIdP(String identityProvider)
ActionsDaofindActionsByIdP in interface ActionsDaoidentityProvider - the identity provider.public void saveAction(Action action)
ActionsDaosaveAction in interface ActionsDaoaction - the Action objectpublic Action findAction(long id)
ActionsDaofindAction in interface ActionsDaoid - the idpublic void close(String jiraKey)
ActionsDaoclose in interface ActionsDaojiraKey - the key in jirapublic List<String> getKeys(String identityProvider)
ActionsDaogetKeys in interface ActionsDaoidentityProvider - provider the id of the institution.Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.