org.apertereports.common
Interface ReportConstants

All Known Implementing Classes:
TextUtils, TimeUtils

public interface ReportConstants

Contains constant fields used in the report generation process.


Nested Class Summary
static class ReportConstants.BooleanValues
          Represents a boolean report property.
static class ReportConstants.ErrorCodes
          Report generation error codes.
static class ReportConstants.InputTypes
          Represents report parameter input types.
static class ReportConstants.Keys
          Different types of report parameters.
static class ReportConstants.Parameter
          Datasource parameter.
static class ReportConstants.ReportMimeType
          Simple enum for report type conversion to a mime type.
static class ReportConstants.ReportType
          Allowed report formats.
 
Field Summary
static Integer CACHE_MANAGER_CHECK_INTERVAL
          Cache manager's thread interval between each cache analysis.
static String CYCLIC_REPORT_ORDER_RESPONSE_Q
          Cyclic reports JMS queue name.
static SimpleDateFormat DATETIME_FORMAT
          An instance of a default date formatter.
static String DATETIME_PATTERN
          A simple datetime pattern.
static String FIELD_DELIMITER
          CSV field delimiter.
static SimpleDateFormat FILE_DATE_FORMAT
          A date format for writing in log files.
static String FILE_PREFIX
          File prefix for log purposes.
static String GENERATE_REPORT_Q
          Report generation JMS queue name.
static String RECORD_DELIMITER
          CSV record delimiter.
static String REPORT_ORDER_ID
          Report order id property name.
static String SUBREPORT_MAP_PARAMETER_NAME
          Key used to pass map with compiled subreports to JasperFiller
static String WS_NAMESPACE
          Web service namespace.
static String WS_REQUEST_LOCAL_PART
          Web service request local part.
 

Field Detail

WS_NAMESPACE

static final String WS_NAMESPACE
Web service namespace.

See Also:
Constant Field Values

WS_REQUEST_LOCAL_PART

static final String WS_REQUEST_LOCAL_PART
Web service request local part.

See Also:
Constant Field Values

FILE_PREFIX

static final String FILE_PREFIX
File prefix for log purposes.

See Also:
Constant Field Values

FILE_DATE_FORMAT

static final SimpleDateFormat FILE_DATE_FORMAT
A date format for writing in log files.


FIELD_DELIMITER

static final String FIELD_DELIMITER
CSV field delimiter.

See Also:
Constant Field Values

RECORD_DELIMITER

static final String RECORD_DELIMITER
CSV record delimiter.

See Also:
Constant Field Values

CACHE_MANAGER_CHECK_INTERVAL

static final Integer CACHE_MANAGER_CHECK_INTERVAL
Cache manager's thread interval between each cache analysis. Set to 1 second (1000 milliseconds).


DATETIME_PATTERN

static final String DATETIME_PATTERN
A simple datetime pattern.

See Also:
Constant Field Values

DATETIME_FORMAT

static final SimpleDateFormat DATETIME_FORMAT
An instance of a default date formatter.


CYCLIC_REPORT_ORDER_RESPONSE_Q

static final String CYCLIC_REPORT_ORDER_RESPONSE_Q
Cyclic reports JMS queue name.

See Also:
Constant Field Values

GENERATE_REPORT_Q

static final String GENERATE_REPORT_Q
Report generation JMS queue name.

See Also:
Constant Field Values

REPORT_ORDER_ID

static final String REPORT_ORDER_ID
Report order id property name.

See Also:
Constant Field Values

SUBREPORT_MAP_PARAMETER_NAME

static final String SUBREPORT_MAP_PARAMETER_NAME
Key used to pass map with compiled subreports to JasperFiller

See Also:
Constant Field Values


Copyright © 2011-2012. All Rights Reserved.