|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionsDao
Dao for action objects
| 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 |
| Method Detail |
|---|
List<Action> findActionsByIdP(String identityProvider)
identityProvider - the identity provider.
void saveAction(Action action)
action - the Action objectAction findAction(long id)
id - the id
List<String> getKeys(String identityProvider)
identityProvider - provider the id of the institution.
void close(String jiraKey)
jiraKey - the key in jira
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||