| Package | Description |
|---|---|
| csa.api.control | |
| csa.dao | |
| csa.dao.impl | |
| csa.model | |
| csa.service | |
| csa.service.impl |
| Modifier and Type | Method and Description |
|---|---|
Action |
JiraController.newAction(javax.servlet.http.HttpServletRequest request,
Action action) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
JiraController.listActions(String idpEntityId,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Action |
JiraController.newAction(javax.servlet.http.HttpServletRequest request,
Action action) |
| 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.findActionsByDateRange(Date from,
Date to)
Get a list of all actions within the given date range, this
is used for statistics reporting.
|
List<Action> |
ActionsDao.findActionsByIdP(String identityProvider)
Get a list of all actions by identity provider
|
| Modifier and Type | Method and Description |
|---|---|
Long |
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.findActionsByDateRange(Date from,
Date to) |
List<Action> |
ActionsDaoImpl.findActionsByIdP(String identityProvider) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ActionsDaoImpl.saveAction(Action action) |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<? super Action> |
Action.sortByDateAsc() |
| Modifier and Type | Method and Description |
|---|---|
Action |
ActionsService.registerAction(Action action)
Register the creation of an Action
|
| 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 |
|---|---|
Action |
ActionsService.registerAction(Action action)
Register the creation of an Action
|
void |
ActionsService.registerJiraIssueCreation(Action action)
Register the creation of a JIRA issue.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
ActionsServiceImpl.registerAction(Action action) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
ActionsServiceImpl.getActions(String identityProvider) |
| Modifier and Type | Method and Description |
|---|---|
Action |
ActionsServiceImpl.registerAction(Action action) |
void |
ActionsServiceImpl.registerJiraIssueCreation(Action action) |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.