| Modifier and Type | Method and Description |
|---|---|
List<ReportTracking> |
AwardForm.getReportTrackingsToDelete() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardForm.setReportTrackingsToDelete(List<ReportTracking> reportTrackingsToDelete) |
| Modifier and Type | Method and Description |
|---|---|
List<ReportTracking> |
AwardReportTrackingNotificationRenderer.getReports() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
AwardReportTrackingNotificationRenderer.getReportReplacementParameters(ReportTracking report) |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardReportTrackingNotificationRenderer.setReports(List<ReportTracking> reports) |
| Constructor and Description |
|---|
AwardReportTrackingNotificationRenderer(List<ReportTracking> reports) |
| Modifier and Type | Method and Description |
|---|---|
List<ReportTracking> |
AwardReportTerm.getReportTrackings() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardReportTerm.setReportTrackings(List<ReportTracking> reportTrackings) |
| Modifier and Type | Method and Description |
|---|---|
int |
ReportTracking.compareTo(ReportTracking o)
This method implements comparable based on the due date;
|
boolean |
ReportTracking.hasBeenUpdated(ReportTracking dbReportTracking)
This method checks the fields available on the UI and if any of those fields are different than the DB version, it returns true.
|
| Modifier and Type | Method and Description |
|---|---|
protected ReportTracking |
ReportTrackingServiceImpl.buildReportTracking(Award award,
AwardReportTerm awardTerm)
This method builds a basic report tracking item pre-populated with Award and AwardTerm data.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportTracking> |
ReportTrackingDaoOjb.getDetailResults(Map<String,String> searchValues,
List<String> detailAttrs) |
List<ReportTracking> |
ReportTrackingDao.getDetailResults(Map<String,String> searchValues,
List<String> detailAttrs)
Return a list of report tracking BOs that match the search values and are sorted by
the detailAttrs list of columns.
|
List<ReportTracking> |
ReportTrackingServiceImpl.getReportTacking(Award award) |
List<ReportTracking> |
ReportTrackingService.getReportTacking(Award award)
This method returns all the report tracking records asociated with an award.
|
List<ReportTracking> |
ReportTrackingServiceImpl.getReportTacking(AwardReportTerm awardTerm) |
List<ReportTracking> |
ReportTrackingService.getReportTacking(AwardReportTerm awardTerm)
This method gets all the saved ReportTracking objects for a given AwardReportTerm.
|
List<ReportTracking> |
ReportTrackingDaoOjb.getResultsGroupedBy(Map<String,String> searchValues,
List<String> groupedByAttrs,
List<String> displayByAttrs) |
List<ReportTracking> |
ReportTrackingDao.getResultsGroupedBy(Map<String,String> searchValues,
List<String> groupedByAttrs,
List<String> displayByAttrs)
Get a list of report tracking BOs with the groupedByAttr populated
and then sorted by the displayByAttrs.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ReportTrackingDaoOjb.MultiColumnComparator.compare(ReportTracking o1,
ReportTracking o2) |
AwardReportTracking |
ReportTrackingPrintingServiceImpl.getReportPrintable(ReportTrackingType reportType,
ReportTracking detailResult,
AwardReportTracking printable) |
AwardReportTracking |
ReportTrackingPrintingService.getReportPrintable(ReportTrackingType reportTrackingType,
ReportTracking detailResult,
AwardReportTracking printable)
This method will return the printable object
|
protected boolean |
ReportTrackingNotificationServiceImpl.hasSentNotification(ReportTracking report,
ReportTrackingNotification notification)
Check to see if this report tracking record has already had a notification sent.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReportTrackingServiceImpl.runDateCalcuations(List<Date> dates,
Award award,
AwardReportTerm awardTerm,
List<ReportTracking> reportsToSave)
This method...
|
void |
ReportTrackingServiceImpl.setReportTrackingListSelected(List<ReportTracking> reportTrackingListing,
boolean selectedValue) |
void |
ReportTrackingService.setReportTrackingListSelected(List<ReportTracking> reportTrackingListing,
boolean selectedValue)
This method updates the MultiEditSelected attributes of every ReportTracking object in the list to whatever the
selectedValue value is.
|
void |
ReportTrackingServiceImpl.updateMultipleReportTrackingRecords(List<ReportTracking> reportTrackingListing,
ReportTrackingBean reportTrackingBean) |
void |
ReportTrackingService.updateMultipleReportTrackingRecords(List<ReportTracking> reportTrackingListing,
ReportTrackingBean reportTrackingBean)
This method updates the value of every object in the reportTrackingListing list that has a true value for MultiEditSelected
for each attribture that is populated in the report tracking bean.
|
| Constructor and Description |
|---|
SentReportNotification(String actionCode,
ReportTracking report) |
| Modifier and Type | Method and Description |
|---|---|
List<ReportTracking> |
ReportTrackingLookupForm.getDetailResults() |
List<ReportTracking> |
ReportTrackingLookupForm.getGroupedByResults() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReportTrackingLookupAction.populateAggregateValues(ReportTracking aggregateValues,
Map<String,String> fields,
List<String> columns)
Add the aggregate(grouped by) values passed in via javascript and ajax,
to the fields map for the DAO search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportTrackingLookupForm.setDetailResults(List<ReportTracking> detailResults) |
void |
ReportTrackingLookupForm.setGroupedByResults(List<ReportTracking> groupedByResults) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.