|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.surfnet.coin.selfservice.dao.impl.ActionsDaoImpl
@Repository(value="actionsDao") public class ActionsDaoImpl
Implementation of the ActionsDao, using a RDBMS for persistence
| Constructor Summary | |
|---|---|
ActionsDaoImpl()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionsDaoImpl()
| Method Detail |
|---|
public void setDataSource(DataSource dataSource)
public List<Action> findActionsByIdP(String identityProvider)
ActionsDao
findActionsByIdP in interface ActionsDaoidentityProvider - the identity provider.
public void saveAction(Action action)
ActionsDao
saveAction in interface ActionsDaoaction - the Action objectpublic Action findAction(long id)
ActionsDao
findAction in interface ActionsDaoid - the id
public void close(String jiraKey)
ActionsDao
close in interface ActionsDaojiraKey - the key in jirapublic List<String> getKeys(String identityProvider)
ActionsDao
getKeys in interface ActionsDaoidentityProvider - provider the id of the institution.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||