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 void |
SatLocations.getLocationAverages(SatLocations.Context ctx,
int activity)
Computes location averages for the activity types that represent averaged
values.
|
private void |
SatLocations.getLocationPercents(SatLocations.Context ctx)
Computes location percentage-of-total for graphing purposes.
|
private void |
SatLocations.getLocationResults(SatLocations.Context ctx,
int activity,
int location)
Retrieves the activity location results for the entered criteria and places
the results in the context's map of values (ctx.locValues).
|
private void |
SatLocations.getLocationTotals(SatLocations.Context ctx)
Computes totals for each of the locations.
|
private void |
SatLocations.setTemplateLocationInfo(SatLocations.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the location data required by the html template. |