Package | Description |
---|---|
com.dpslink.flash.servlet.sat |
DPS Flash specific servlets for handling site activity and trends functions.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
SatTrends.formatPeriod(SatTrends.Context ctx,
int trend,
java.text.Format fmt,
long year,
long interval)
Returns a trend's formatted string representation for the given time
period.
|
private void |
SatTrends.getTrendAverages(SatTrends.Context ctx,
int activity,
long[][] totals)
Computes trend averages for the activity types that represent averaged
values.
|
private java.text.Format |
SatTrends.getTrendFormatter(SatTrends.Context ctx,
int trend)
Returns the formatter used to create a string representation of the given
trend's time periods.
|
private void |
SatTrends.getTrendPercents(SatTrends.Context ctx,
long[][] totals)
Computes trend percentage-of-total for graphing purposes.
|
private long[][] |
SatTrends.getTrendResults(SatTrends.Context ctx,
int activity,
int trend)
Retrieves and returns the activity trend results for the entered criteria.
|
private void |
SatTrends.getTrendTotals(SatTrends.Context ctx,
long[][] totals)
Computes totals for each of the trend's time periods.
|
private void |
SatTrends.setTemplateTrendInfo(SatTrends.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the trend data required by the html template. |