| Modifier and Type | Method and Description |
|---|---|
Action |
ActionsDao.findAction(long id)
Find a unique Action by its id
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
ActionsDao.findActionsByIdP(String identityProvider)
Get a list of all actions by identity provider
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionsDao.saveAction(Action action)
persist the given action
|
| Modifier and Type | Method and Description |
|---|---|
Action |
ActionsDaoImpl.findAction(long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
ActionsDaoImpl.findActionsByIdP(String identityProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionsDaoImpl.saveAction(Action action) |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<? super Action> |
Action.sortByDateAsc()
get a Comparator that sorts by date ascending: newest first
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
ActionsService.getActions(String identityProvider)
Get a list of all actions of a certain identity provider
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
ActionsServiceImpl.getActions(String identityProvider) |
Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.