A C D E F G I J L M N O P R S T U V W X

A

AperteReportsException - Exception in org.apertereports.common.exception
Universal checked exception, indicating errors that must be handled directly.
AperteReportsException(ReportConstants.ErrorCodes) - Constructor for exception org.apertereports.common.exception.AperteReportsException
 
AperteReportsException(ReportConstants.ErrorCodes, String[]) - Constructor for exception org.apertereports.common.exception.AperteReportsException
 
AperteReportsException(ReportConstants.ErrorCodes, Throwable) - Constructor for exception org.apertereports.common.exception.AperteReportsException
 
AperteReportsException(ReportConstants.ErrorCodes, String[], Throwable) - Constructor for exception org.apertereports.common.exception.AperteReportsException
 
AperteReportsException(Throwable) - Constructor for exception org.apertereports.common.exception.AperteReportsException
 
AperteReportsException(ReportConstants.ErrorCodes, String) - Constructor for exception org.apertereports.common.exception.AperteReportsException
 
AperteReportsRuntimeException - Exception in org.apertereports.common.exception
Unchecked exception used to propagate errors and handle them in higher level layers.
AperteReportsRuntimeException(ReportConstants.ErrorCodes) - Constructor for exception org.apertereports.common.exception.AperteReportsRuntimeException
 
AperteReportsRuntimeException(String, ReportConstants.ErrorCodes) - Constructor for exception org.apertereports.common.exception.AperteReportsRuntimeException
 
AperteReportsRuntimeException(String, ReportConstants.ErrorCodes, Throwable) - Constructor for exception org.apertereports.common.exception.AperteReportsRuntimeException
 
AperteReportsRuntimeException(ReportConstants.ErrorCodes, Throwable) - Constructor for exception org.apertereports.common.exception.AperteReportsRuntimeException
 
AperteReportsRuntimeException(AperteReportsException) - Constructor for exception org.apertereports.common.exception.AperteReportsRuntimeException
Wraps checked exception (business error).
AperteReportsRuntimeException(Exception) - Constructor for exception org.apertereports.common.exception.AperteReportsRuntimeException
Wraps technical error.
appliesTo(Object) - Method in class org.apertereports.common.wrappers.DictionaryItemFilter
 

C

CACHE_MANAGER_CHECK_INTERVAL - Static variable in interface org.apertereports.common.ReportConstants
Cache manager's thread interval between each cache analysis.
canConvertToInputStreams(Object) - Static method in class org.apertereports.common.utils.ReportGeneratorUtils
 
characterEncoding - Variable in class org.apertereports.common.xml.ws.ReportData
 
className - Variable in class org.apertereports.common.xml.ws.ReportExporterParameter
 
ClassUtils - Class in org.apertereports.common.utils
Utility methods for extracting classes from a package.
ClassUtils() - Constructor for class org.apertereports.common.utils.ClassUtils
 
CONFIGURATION_CACHE_TIMEOUT_IN_MINUTES - Static variable in interface org.apertereports.common.ConfigurationConstants
Defines a key corresponding to configuration cache timeout.
ConfigurationConstants - Interface in org.apertereports.common
Contains configuration keys used in the application.
content - Variable in class org.apertereports.common.xml.ws.GenerateReportResponse
 
convertBytesToInputStreams(Object) - Static method in class org.apertereports.common.utils.ReportGeneratorUtils
 
createGenerateReportRequest() - Method in class org.apertereports.common.xml.ws.ObjectFactory
Create an instance of GenerateReportRequest
createGenerateReportResponse() - Method in class org.apertereports.common.xml.ws.ObjectFactory
Create an instance of GenerateReportResponse
createReportData() - Method in class org.apertereports.common.xml.ws.ObjectFactory
Create an instance of ReportData
createReportExporterParameter() - Method in class org.apertereports.common.xml.ws.ObjectFactory
Create an instance of ReportExporterParameter
createReportParameter() - Method in class org.apertereports.common.xml.ws.ObjectFactory
Create an instance of ReportParameter
CYCLIC_REPORT_ORDER_RESPONSE_Q - Static variable in interface org.apertereports.common.ReportConstants
Cyclic reports JMS queue name.
CyclicReportConfig - Class in org.apertereports.common.xml.config
Represents a cyclic report config stored in portlet preferences or database.
CyclicReportConfig() - Constructor for class org.apertereports.common.xml.config.CyclicReportConfig
 
CyclicReportConfig(List<ReportConfigParameter>) - Constructor for class org.apertereports.common.xml.config.CyclicReportConfig
 

D

dataSource - Variable in class org.apertereports.common.xml.ws.ReportData
 
DATETIME_FORMAT - Static variable in interface org.apertereports.common.ReportConstants
An instance of a default date formatter.
DATETIME_PATTERN - Static variable in interface org.apertereports.common.ReportConstants
A simple datetime pattern.
decodeContent(String) - Static method in class org.apertereports.common.utils.ReportGeneratorUtils
 
decodeContent(char[]) - Static method in class org.apertereports.common.utils.ReportGeneratorUtils
 
deserializeObject(byte[]) - Static method in class org.apertereports.common.utils.ReportGeneratorUtils
 
DictionaryItem - Class in org.apertereports.common.wrappers
Represents a dictionary item.
DictionaryItem(int) - Constructor for class org.apertereports.common.wrappers.DictionaryItem
 
DictionaryItem(String, String, String[]) - Constructor for class org.apertereports.common.wrappers.DictionaryItem
 
DictionaryItemFilter - Class in org.apertereports.common.wrappers
This class filters dictionary items by levels.
DictionaryItemFilter(int, HashMap<Integer, Object>) - Constructor for class org.apertereports.common.wrappers.DictionaryItemFilter
 

E

encodeContent(byte[]) - Static method in class org.apertereports.common.utils.ReportGeneratorUtils
 
encodeObjectToSQL(Object) - Static method in class org.apertereports.common.utils.TextUtils
Encodes a value to a string so that an SQL query can use it.
encodeSQLToObject(Class<?>, String) - Static method in class org.apertereports.common.utils.TextUtils
Decodes a previously encoded value to its base form.
ExceptionUtils - Class in org.apertereports.common.utils
An exception utility class.
ExceptionUtils() - Constructor for class org.apertereports.common.utils.ExceptionUtils
 
exporterParameters - Variable in class org.apertereports.common.xml.ws.ReportData
 

F

FIELD_DELIMITER - Static variable in interface org.apertereports.common.ReportConstants
CSV field delimiter.
fieldName - Variable in class org.apertereports.common.xml.ws.ReportExporterParameter
 
FILE_DATE_FORMAT - Static variable in interface org.apertereports.common.ReportConstants
A date format for writing in log files.
FILE_PREFIX - Static variable in interface org.apertereports.common.ReportConstants
File prefix for log purposes.
format - Variable in class org.apertereports.common.xml.ws.ReportData
 

G

GENERATE_REPORT_Q - Static variable in interface org.apertereports.common.ReportConstants
Report generation JMS queue name.
GenerateReportRequest - Class in org.apertereports.common.xml.ws
Java class for anonymous complex type.
GenerateReportRequest() - Constructor for class org.apertereports.common.xml.ws.GenerateReportRequest
 
GenerateReportResponse - Class in org.apertereports.common.xml.ws
Java class for anonymous complex type.
GenerateReportResponse() - Constructor for class org.apertereports.common.xml.ws.GenerateReportResponse
 
getAllowedFormats() - Method in class org.apertereports.common.xml.config.ReportConfig
 
getAllowedFormatsAsList() - Method in class org.apertereports.common.xml.config.ReportConfig
 
getAllowRefresh() - Method in class org.apertereports.common.xml.config.ReportConfig
 
getCacheTimeout() - Method in class org.apertereports.common.xml.config.ReportConfig
 
getCharacterEncoding() - Method in class org.apertereports.common.xml.ws.ReportData
Gets the value of the characterEncoding property.
getClassesFromPackage(String) - Static method in class org.apertereports.common.utils.ClassUtils
The main workhorse of this class.
getClassName() - Method in class org.apertereports.common.xml.ws.ReportExporterParameter
Gets the value of the className property.
getCode() - Method in class org.apertereports.common.wrappers.DictionaryItem
 
getColumn(Integer) - Method in class org.apertereports.common.wrappers.DictionaryItem
 
getColumn(Integer) - Method in class org.apertereports.common.wrappers.DictionaryItemFilter
 
getContent() - Method in class org.apertereports.common.xml.ws.GenerateReportResponse
Gets the value of the content property.
getCyclicReportId() - Method in class org.apertereports.common.xml.config.ReportConfig
 
getDataSource() - Method in class org.apertereports.common.xml.ws.ReportData
Gets the value of the dataSource property.
getDateFormatted(String) - Static method in class org.apertereports.common.utils.TimeUtils
Method that formats a date from string using a default date format.
getDateFormatted(Date) - Static method in class org.apertereports.common.utils.TimeUtils
Converts a given date to string using a default date format.
getDefaultDateFormat() - Static method in class org.apertereports.common.utils.TimeUtils
Returns a default date format.
getDescription() - Method in class org.apertereports.common.wrappers.DictionaryItem
 
getEntry() - Method in class org.apertereports.common.wrappers.Pair
 
getErrorCode() - Method in exception org.apertereports.common.exception.AperteReportsException
 
getErrorCode() - Method in exception org.apertereports.common.exception.AperteReportsRuntimeException
 
getErrorDetails() - Method in exception org.apertereports.common.exception.AperteReportsException
 
getErrorDetails() - Method in exception org.apertereports.common.exception.AperteReportsRuntimeException
 
getExporterParameters() - Method in class org.apertereports.common.xml.ws.ReportData
Gets the value of the exporterParameters property.
getFieldName() - Method in class org.apertereports.common.xml.ws.ReportExporterParameter
Gets the value of the fieldName property.
getFormat() - Method in class org.apertereports.common.xml.ws.ReportData
Gets the value of the format property.
getId() - Method in class org.apertereports.common.xml.config.ReportConfig
 
getId() - Method in class org.apertereports.common.xml.ws.ReportData
Gets the value of the id property.
getInstance() - Static method in class org.apertereports.common.xml.config.XmlReportConfigLoader
 
getKey() - Method in class org.apertereports.common.wrappers.Pair
 
getLocale() - Method in class org.apertereports.common.xml.ws.ReportData
Gets the value of the locale property.
getLocalizationPrefix() - Method in exception org.apertereports.common.exception.AperteReportsRuntimeException
 
getMimeType() - Method in class org.apertereports.common.xml.ws.GenerateReportResponse
Gets the value of the mimeType property.
getName() - Method in class org.apertereports.common.xml.config.ReportConfigParameter
 
getName() - Method in class org.apertereports.common.xml.ws.ReportData
Gets the value of the name property.
getName() - Method in class org.apertereports.common.xml.ws.ReportParameter
Gets the value of the name property.
getParameters() - Method in class org.apertereports.common.xml.config.CyclicReportConfig
 
getParameters() - Method in class org.apertereports.common.xml.config.ReportConfig
 
getReportConfigs() - Method in class org.apertereports.common.xml.config.ReportConfigRoot
 
getReportData() - Method in class org.apertereports.common.xml.ws.GenerateReportRequest
Gets the value of the reportData property.
getReportFormat() - Method in class org.apertereports.common.xml.ws.GenerateReportResponse
Gets the value of the reportFormat property.
getReportId() - Method in class org.apertereports.common.xml.config.ReportConfig
 
getReportParameters() - Method in class org.apertereports.common.xml.ws.ReportData
Gets the value of the reportParameters property.
getSource() - Method in class org.apertereports.common.xml.ws.ReportData
Gets the value of the source property.
getSupportedClasses() - Method in class org.apertereports.common.xml.config.XmlReportConfigLoader
 
getSupportedClasses() - Method in class org.apertereports.common.xml.XmlHelper
 
getType() - Method in class org.apertereports.common.xml.config.ReportConfigParameter
 
getValue() - Method in class org.apertereports.common.xml.config.ReportConfigParameter
 
getValue() - Method in class org.apertereports.common.xml.ws.ReportExporterParameter
Gets the value of the value property.
getValue() - Method in class org.apertereports.common.xml.ws.ReportParameter
Gets the value of the value property.

I

id - Variable in class org.apertereports.common.xml.ws.ReportData
 

J

JASPER_REPORTS_CHARACTER_ENCODING - Static variable in interface org.apertereports.common.ConfigurationConstants
The key used to set Jasper's character encoding.
JNDI_JMS_CONNECTION_FACTORY - Static variable in interface org.apertereports.common.ConfigurationConstants
The key used to get the JMS connection factory name from configuration.
JNDI_JMS_QUEUE_CYCLIC_REPORT - Static variable in interface org.apertereports.common.ConfigurationConstants
The key used to get the cyclic reports JMS queue from configuration.
JNDI_JMS_QUEUE_GENERATE_REPORT - Static variable in interface org.apertereports.common.ConfigurationConstants
The key used to get the report generation JMS queue from configuration.
JNDI_MAIL_SESSION - Static variable in interface org.apertereports.common.ConfigurationConstants
Corresponds to a JNDI name used to get the mail session from an initial context.

L

l(inputType) - Method in interface org.apertereports.common.utils.Lambda
 
Lambda<inputType,resultType> - Interface in org.apertereports.common.utils
Lambda pattern utility interface.
locale - Variable in class org.apertereports.common.xml.ws.ReportData
 
logDebugMessage(String) - Static method in class org.apertereports.common.utils.ExceptionUtils
 
logSevereException(Exception) - Static method in class org.apertereports.common.utils.ExceptionUtils
 
logSevereException(String, Exception) - Static method in class org.apertereports.common.utils.ExceptionUtils
 
logWarningException(String, Exception) - Static method in class org.apertereports.common.utils.ExceptionUtils
 

M

MAIL_SEND_DELAY - Static variable in interface org.apertereports.common.ConfigurationConstants
The key to retrieve the delay between sending each mail.
MAIL_SESSION_USER - Static variable in interface org.apertereports.common.ConfigurationConstants
Corresponds to a JNDI name used to get the mail session's user property.
mapAsXml(Map<String, String>) - Method in class org.apertereports.common.xml.config.XmlReportConfigLoader
Converts a map of parameters to a marshaled string containing XML representation of a list of ReportConfigParameter.
mapToParameterList(Map<String, String>) - Method in class org.apertereports.common.xml.config.XmlReportConfigLoader
Converts a map of parameters to a list of ReportConfigParameter.
marshall(Object) - Method in class org.apertereports.common.xml.XmlHelper
 
MESSAGE_PROVIDER_BGREPORT_EMAIL_MESSAGE - Static variable in interface org.apertereports.common.ConfigurationConstants
The key of an email message template.
MESSAGE_PROVIDER_BGREPORT_EMAIL_TITLE - Static variable in interface org.apertereports.common.ConfigurationConstants
The key of an email message title.
MESSAGE_PROVIDER_RESOURCE - Static variable in interface org.apertereports.common.ConfigurationConstants
The key of a message provider base resource bundle name.
mimeType() - Method in enum org.apertereports.common.ReportConstants.ReportMimeType
 
mimeType - Variable in class org.apertereports.common.xml.ws.GenerateReportResponse
 

N

name - Variable in class org.apertereports.common.xml.ws.ReportData
 
name - Variable in class org.apertereports.common.xml.ws.ReportParameter
 

O

ObjectFactory - Class in org.apertereports.common.xml.ws
This object contains factory methods for each Java content interface and Java element interface generated in the org.apertereports.common.xml.ws package.
ObjectFactory() - Constructor for class org.apertereports.common.xml.ws.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apertereports.common.xml.ws
org.apertereports.common - package org.apertereports.common
 
org.apertereports.common.exception - package org.apertereports.common.exception
 
org.apertereports.common.utils - package org.apertereports.common.utils
 
org.apertereports.common.wrappers - package org.apertereports.common.wrappers
 
org.apertereports.common.xml - package org.apertereports.common.xml
 
org.apertereports.common.xml.config - package org.apertereports.common.xml.config
 
org.apertereports.common.xml.ws - package org.apertereports.common.xml.ws
 

P

Pair<T1,T2> - Class in org.apertereports.common.wrappers
Represents a pair of objects.
Pair() - Constructor for class org.apertereports.common.wrappers.Pair
 
Pair(T1, T2) - Constructor for class org.apertereports.common.wrappers.Pair
 
parameterListToMap(List<ReportConfigParameter>) - Method in class org.apertereports.common.xml.config.XmlReportConfigLoader
Converts a list of ReportConfigParameter to a map.
parametersAsXML(List<ReportConfigParameter>) - Method in class org.apertereports.common.xml.config.XmlReportConfigLoader
Converts a list of ReportConfigParameter to a single string.

R

readTestFileToString(InputStream) - Static method in class org.apertereports.common.utils.TextUtils
Reads a text file from an InputStream to string.
RECORD_DELIMITER - Static variable in interface org.apertereports.common.ReportConstants
CSV record delimiter.
REPORT_ORDER_ID - Static variable in interface org.apertereports.common.ReportConstants
Report order id property name.
ReportConfig - Class in org.apertereports.common.xml.config
Represents a dashboard report config.
ReportConfig() - Constructor for class org.apertereports.common.xml.config.ReportConfig
 
ReportConfig(Integer, Integer, Integer, Long, Boolean, String, List<ReportConfigParameter>) - Constructor for class org.apertereports.common.xml.config.ReportConfig
 
ReportConfigParameter - Class in org.apertereports.common.xml.config
Represents a single report config parameter stored in portlet preferences or database.
ReportConfigParameter() - Constructor for class org.apertereports.common.xml.config.ReportConfigParameter
 
ReportConfigRoot - Class in org.apertereports.common.xml.config
Root element of all dashboard report preferences.
ReportConfigRoot() - Constructor for class org.apertereports.common.xml.config.ReportConfigRoot
 
ReportConfigRoot(List<ReportConfig>) - Constructor for class org.apertereports.common.xml.config.ReportConfigRoot
 
reportConfigs - Variable in class org.apertereports.common.xml.config.ReportConfigRoot
 
reportConfigsAsString(List<ReportConfig>) - Method in class org.apertereports.common.xml.config.XmlReportConfigLoader
Converts a list of ReportConfig to a single string.
ReportConstants - Interface in org.apertereports.common
Contains constant fields used in the report generation process.
ReportConstants.BooleanValues - Enum in org.apertereports.common
Represents a boolean report property.
ReportConstants.ErrorCodes - Enum in org.apertereports.common
Report generation error codes.
ReportConstants.InputTypes - Enum in org.apertereports.common
Represents report parameter input types.
ReportConstants.Keys - Enum in org.apertereports.common
Different types of report parameters.
ReportConstants.Parameter - Enum in org.apertereports.common
Datasource parameter.
ReportConstants.ReportMimeType - Enum in org.apertereports.common
Simple enum for report type conversion to a mime type.
ReportConstants.ReportType - Enum in org.apertereports.common
Allowed report formats.
reportData - Variable in class org.apertereports.common.xml.ws.GenerateReportRequest
 
ReportData - Class in org.apertereports.common.xml.ws
Java class for ReportData complex type.
ReportData() - Constructor for class org.apertereports.common.xml.ws.ReportData
 
ReportExporterParameter - Class in org.apertereports.common.xml.ws
Java class for ReportExporterParameter complex type.
ReportExporterParameter() - Constructor for class org.apertereports.common.xml.ws.ReportExporterParameter
 
reportFormat - Variable in class org.apertereports.common.xml.ws.GenerateReportResponse
 
ReportGeneratorUtils - Class in org.apertereports.common.utils
 
ReportGeneratorUtils() - Constructor for class org.apertereports.common.utils.ReportGeneratorUtils
 
ReportParameter - Class in org.apertereports.common.xml.ws
Java class for ReportParameter complex type.
ReportParameter() - Constructor for class org.apertereports.common.xml.ws.ReportParameter
 
reportParameters - Variable in class org.apertereports.common.xml.ws.ReportData
 
resolveFieldValue(ClassLoader, String, String) - Static method in class org.apertereports.common.utils.ReportGeneratorUtils
 

S

secondsToMilliseconds(int) - Static method in class org.apertereports.common.utils.TimeUtils
Converts seconds to milliseconds.
serializeObject(Object) - Static method in class org.apertereports.common.utils.ReportGeneratorUtils
 
setAllowedFormats(String) - Method in class org.apertereports.common.xml.config.ReportConfig
 
setAllowedFormatsFromList(List<String>) - Method in class org.apertereports.common.xml.config.ReportConfig
Sets the coma separated list of allowed formats.
setAllowRefresh(Boolean) - Method in class org.apertereports.common.xml.config.ReportConfig
 
setCacheTimeout(Integer) - Method in class org.apertereports.common.xml.config.ReportConfig
 
setCharacterEncoding(String) - Method in class org.apertereports.common.xml.ws.ReportData
Sets the value of the characterEncoding property.
setClassName(String) - Method in class org.apertereports.common.xml.ws.ReportExporterParameter
Sets the value of the className property.
setCode(String) - Method in class org.apertereports.common.wrappers.DictionaryItem
 
setColumn(Integer, String) - Method in class org.apertereports.common.wrappers.DictionaryItem
 
setColumn(Integer, List<String>) - Method in class org.apertereports.common.wrappers.DictionaryItemFilter
 
setColumns(String[]) - Method in class org.apertereports.common.wrappers.DictionaryItem
 
setContent(DataHandler) - Method in class org.apertereports.common.xml.ws.GenerateReportResponse
Sets the value of the content property.
setCyclicReportId(Long) - Method in class org.apertereports.common.xml.config.ReportConfig
 
setDataSource(String) - Method in class org.apertereports.common.xml.ws.ReportData
Sets the value of the dataSource property.
setDescription(String) - Method in class org.apertereports.common.wrappers.DictionaryItem
 
setEntry(T2) - Method in class org.apertereports.common.wrappers.Pair
 
setFieldName(String) - Method in class org.apertereports.common.xml.ws.ReportExporterParameter
Sets the value of the fieldName property.
setFormat(String) - Method in class org.apertereports.common.xml.ws.ReportData
Sets the value of the format property.
setId(Integer) - Method in class org.apertereports.common.xml.config.ReportConfig
 
setId(String) - Method in class org.apertereports.common.xml.ws.ReportData
Sets the value of the id property.
setKey(T1) - Method in class org.apertereports.common.wrappers.Pair
 
setLocale(String) - Method in class org.apertereports.common.xml.ws.ReportData
Sets the value of the locale property.
setMimeType(String) - Method in class org.apertereports.common.xml.ws.GenerateReportResponse
Sets the value of the mimeType property.
setName(String) - Method in class org.apertereports.common.xml.config.ReportConfigParameter
 
setName(String) - Method in class org.apertereports.common.xml.ws.ReportData
Sets the value of the name property.
setName(String) - Method in class org.apertereports.common.xml.ws.ReportParameter
Sets the value of the name property.
setParameters(List<ReportConfigParameter>) - Method in class org.apertereports.common.xml.config.CyclicReportConfig
 
setParameters(List<ReportConfigParameter>) - Method in class org.apertereports.common.xml.config.ReportConfig
 
setReportConfigs(List<ReportConfig>) - Method in class org.apertereports.common.xml.config.ReportConfigRoot
 
setReportData(ReportData) - Method in class org.apertereports.common.xml.ws.GenerateReportRequest
Sets the value of the reportData property.
setReportFormat(String) - Method in class org.apertereports.common.xml.ws.GenerateReportResponse
Sets the value of the reportFormat property.
setReportId(Integer) - Method in class org.apertereports.common.xml.config.ReportConfig
 
setSource(DataHandler) - Method in class org.apertereports.common.xml.ws.ReportData
Sets the value of the source property.
setType(String) - Method in class org.apertereports.common.xml.config.ReportConfigParameter
 
setValue(String) - Method in class org.apertereports.common.xml.config.ReportConfigParameter
 
setValue(String) - Method in class org.apertereports.common.xml.ws.ReportExporterParameter
Sets the value of the value property.
setValue(byte[]) - Method in class org.apertereports.common.xml.ws.ReportParameter
Sets the value of the value property.
source - Variable in class org.apertereports.common.xml.ws.ReportData
 
stringAsReportConfigs(String) - Method in class org.apertereports.common.xml.config.XmlReportConfigLoader
Converts a string containing XML to a list of ReportConfig.
stringValues() - Static method in enum org.apertereports.common.ReportConstants.ReportType
 
SUBREPORT_MAP_PARAMETER_NAME - Static variable in interface org.apertereports.common.ReportConstants
Key used to pass map with compiled subreports to JasperFiller

T

TextUtils - Class in org.apertereports.common.utils
Utility methods for converting Vaadin value to a simple string.
TextUtils() - Constructor for class org.apertereports.common.utils.TextUtils
 
TimeUtils - Class in org.apertereports.common.utils
An utility for converting dates and time.
TimeUtils() - Constructor for class org.apertereports.common.utils.TimeUtils
 

U

unmarshall(String) - Method in class org.apertereports.common.xml.XmlHelper
 
unmarshall(InputStream) - Method in class org.apertereports.common.xml.XmlHelper
 
unwrapDataHandler(DataHandler) - Static method in class org.apertereports.common.utils.ReportGeneratorUtils
 

V

value - Variable in class org.apertereports.common.xml.ws.ReportExporterParameter
 
value - Variable in class org.apertereports.common.xml.ws.ReportParameter
 
valueOf(String) - Static method in enum org.apertereports.common.ReportConstants.BooleanValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apertereports.common.ReportConstants.ErrorCodes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apertereports.common.ReportConstants.InputTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apertereports.common.ReportConstants.Keys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apertereports.common.ReportConstants.Parameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apertereports.common.ReportConstants.ReportMimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apertereports.common.ReportConstants.ReportType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apertereports.common.ReportConstants.BooleanValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apertereports.common.ReportConstants.ErrorCodes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apertereports.common.ReportConstants.InputTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apertereports.common.ReportConstants.Keys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apertereports.common.ReportConstants.Parameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apertereports.common.ReportConstants.ReportMimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apertereports.common.ReportConstants.ReportType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapBytesInDataHandler(byte[], String) - Static method in class org.apertereports.common.utils.ReportGeneratorUtils
 
WS_NAMESPACE - Static variable in interface org.apertereports.common.ReportConstants
Web service namespace.
WS_REQUEST_LOCAL_PART - Static variable in interface org.apertereports.common.ReportConstants
Web service request local part.

X

xmlAsMap(String) - Method in class org.apertereports.common.xml.config.XmlReportConfigLoader
Converts a string containing XML representation of ReportConfigParameter to a map.
xmlAsParameters(String) - Method in class org.apertereports.common.xml.config.XmlReportConfigLoader
Converts a string containing XML to a list of ReportConfigParameter.
XmlHelper - Class in org.apertereports.common.xml
A helper class that provides convenient methods for transforming the XML form of report parameters to collections (lists, maps) and vice versa.
XmlHelper() - Constructor for class org.apertereports.common.xml.XmlHelper
 
XmlReportConfigLoader - Class in org.apertereports.common.xml.config
 
XmlReportConfigLoader() - Constructor for class org.apertereports.common.xml.config.XmlReportConfigLoader
 

A C D E F G I J L M N O P R S T U V W X

Copyright © 2011-2012. All Rights Reserved.