| Package | Description |
|---|---|
| org.jasig.portlets.FeedbackPortlet.dao | |
| org.jasig.portlets.FeedbackPortlet.dao.hibernate | |
| org.jasig.portlets.FeedbackPortlet.service |
| Modifier and Type | Method and Description |
|---|---|
List<FeedbackItem> |
FeedbackStore.getFeedback()
Retrieve all feedback in the data store.
|
List<FeedbackItem> |
FeedbackStore.getFeedback(FeedbackQueryParameters params) |
| Modifier and Type | Method and Description |
|---|---|
void |
FeedbackStore.storeFeedback(FeedbackItem feedback)
Store a feedback item.
|
| Modifier and Type | Method and Description |
|---|---|
List<FeedbackItem> |
HibernateFeedbackStore.getFeedback() |
List<FeedbackItem> |
HibernateFeedbackStore.getFeedback(FeedbackQueryParameters params)
Searches the feedback and pulls the results between (inclusively) the dates listed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateFeedbackStore.storeFeedback(FeedbackItem feedback) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailForwardingListener.performAction(FeedbackItem item) |
void |
FeedbackSubmissionListener.performAction(FeedbackItem item)
Perform some action on a just-submitted feedback item.
|
Copyright © 2017 Jasig. All Rights Reserved.