public class Sat
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.text.DateFormat |
ACCESS_DATE_FMT
The configured formatter for the access date values.
|
static java.util.ArrayList<java.lang.String> |
ACCESS_HEADINGS
A collection of the configured access headings.
|
static java.lang.String[] |
ACCESS_LIMIT_CODES
The configured access result limit codes.
|
static java.lang.String[] |
ACCESS_LIMIT_NAMES
The configured access result limit names.
|
static java.text.DateFormat |
ACCESS_TIME_FMT
The configured formatter for the access time values.
|
static java.util.ArrayList<java.lang.String> |
ACCESS_TYPES
A collection of the configured access types.
|
static java.util.ArrayList<java.lang.String> |
ACTIVITY_GROUPS
A collection of the configured activity groups.
|
static java.util.ArrayList<java.lang.String> |
ACTIVITY_TYPES
A collection of the configured activity types.
|
static java.lang.String[] |
LOCATION_ACTIVITIES
The configured location activity types.
|
static java.util.ArrayList<java.lang.String> |
LOCATION_TYPES
A collection of the configured location types.
|
private static long |
serialVersionUID
The class' serialization version id.
|
static java.util.ArrayList<java.lang.String> |
TREND_FORMATS
A collection of the configured trend formats.
|
static java.util.ArrayList<java.lang.String> |
TREND_TYPES
A collection of the configured trend types.
|
Constructor and Description |
---|
Sat() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isTrendSupported(int trend)
Answers if the given trend is supported by the Flash server's database.
|
static void |
setTemplateExitURL(FlashServlet.Context ctx)
Sets the template value required for exiting the site activity reporting
functions.
|
private static final long serialVersionUID
public static final java.text.DateFormat ACCESS_DATE_FMT
public static final java.text.DateFormat ACCESS_TIME_FMT
public static final java.util.ArrayList<java.lang.String> ACCESS_HEADINGS
public static final java.util.ArrayList<java.lang.String> ACCESS_TYPES
public static final java.lang.String[] ACCESS_LIMIT_CODES
public static final java.lang.String[] ACCESS_LIMIT_NAMES
public static final java.util.ArrayList<java.lang.String> ACTIVITY_GROUPS
public static final java.util.ArrayList<java.lang.String> ACTIVITY_TYPES
public static final java.lang.String[] LOCATION_ACTIVITIES
public static final java.util.ArrayList<java.lang.String> LOCATION_TYPES
public static final java.util.ArrayList<java.lang.String> TREND_FORMATS
public static final java.util.ArrayList<java.lang.String> TREND_TYPES
public static boolean isTrendSupported(int trend)
trend
- (int) The trend to check.true
if the trend is supported,
otherwise false
.public static void setTemplateExitURL(FlashServlet.Context ctx)
$SatExitURL
.ctx
- (FlashServlet.Context) The current servlet context.