public interface ConfigService
Modifier and Type | Method and Description |
---|---|
boolean |
enforceSnapshotUser()
Determines if snapshots are always taken for the user specified by
getSnapshotUserId() , or if this user only works as a fallback if the
user that finished the report is not available anymore. |
int |
getFirstDayOfWeek()
Get the first day of a week (using the constants provided by
Calendar ). |
java.lang.Integer |
getHourOfDay()
Get the hour of day daily snapshots are taken.
|
java.util.Locale |
getLocale()
Get the locale to be used for reporting
|
java.lang.Integer |
getMaxRows()
Get the maximum number of rows persisted per snapshot.
|
java.lang.Integer |
getMinuteOfHour()
Get the minute of hour hourly snapshots are taken
|
java.lang.String |
getReportPath()
Get the base path for reports.
|
java.lang.String |
getSnapshots()
Get the base path for snapshot data.
|
java.lang.String |
getSnapshotUserId()
Get the ID of the user historic snapshots are taken for.
|
java.util.TimeZone |
getTimeZone()
Get the timezone to be used for any timebased calculation
|
boolean |
isFakeCreateAllowed()
Determines if creating fake data (using
FakeDataCreationServlet ) is
allowed. |
java.util.TimeZone getTimeZone()
java.util.Locale getLocale()
int getFirstDayOfWeek()
Calendar
).java.lang.String getSnapshots()
java.lang.String getReportPath()
java.lang.Integer getMaxRows()
java.lang.Integer getHourOfDay()
java.lang.Integer getMinuteOfHour()
boolean isFakeCreateAllowed()
FakeDataCreationServlet
) is
allowed. Fake data can only be created with admin
session.true
if creating fake data is allowedjava.lang.String getSnapshotUserId()
boolean enforceSnapshotUser()
getSnapshotUserId()
, or if this user only works as a fallback if the
user that finished the report is not available anymore.true
if the user specified by getSnapshotUserId()
is
enforced for taking snapshots"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"