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

A

appliesTo(Object) - Method in class org.apertereports.common.wrappers.DictionaryItemFilter
 
ARConstants - Interface in org.apertereports.common
Contains constant fields used in the report generation process.
ARConstants.BooleanValues - Enum in org.apertereports.common
Represents a boolean report property.
ARConstants.ErrorCode - Enum in org.apertereports.common
Report generation error codes.
ARConstants.InputTypes - Enum in org.apertereports.common
Represents report parameter input types.
ARConstants.Keys - Enum in org.apertereports.common
Different types of report parameters.
ARConstants.Parameter - Enum in org.apertereports.common
Datasource parameter.
ARConstants.ReportMimeType - Enum in org.apertereports.common
Simple enum for report type conversion to a mime type.
ARConstants.ReportType - Enum in org.apertereports.common
Allowed report formats.
ARException - Exception in org.apertereports.common.exception
Universal checked exception, indicating errors that must be handled directly.
ARException(ARConstants.ErrorCode) - Constructor for exception org.apertereports.common.exception.ARException
Creates AR exception
ARException(ARConstants.ErrorCode, String...) - Constructor for exception org.apertereports.common.exception.ARException
Creates AR exception
ARException(ARConstants.ErrorCode, Throwable) - Constructor for exception org.apertereports.common.exception.ARException
Creates AR exception
ARException(Throwable) - Constructor for exception org.apertereports.common.exception.ARException
Creates AR exception
ARRuntimeException - Exception in org.apertereports.common.exception
Unchecked exception used to propagate errors and handle them in higher level layers.
ARRuntimeException(ARConstants.ErrorCode) - Constructor for exception org.apertereports.common.exception.ARRuntimeException
Creates new AR runtime exception
ARRuntimeException(ARConstants.ErrorCode, String...) - Constructor for exception org.apertereports.common.exception.ARRuntimeException
Creates new AR runtime exception
ARRuntimeException(ARConstants.ErrorCode, Throwable, String...) - Constructor for exception org.apertereports.common.exception.ARRuntimeException
Creates new AR runtime exception
ARRuntimeException(ARConstants.ErrorCode, Throwable) - Constructor for exception org.apertereports.common.exception.ARRuntimeException
Creates new AR runtime exception
ARRuntimeException(ARException) - Constructor for exception org.apertereports.common.exception.ARRuntimeException
Wraps checked exception (business error).
ARRuntimeException(Exception) - Constructor for exception org.apertereports.common.exception.ARRuntimeException
Wraps unknown error.

C

CACHE_MANAGER_CHECK_INTERVAL - Static variable in interface org.apertereports.common.ARConstants
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
 
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
createLocale(String) - Static method in class org.apertereports.common.utils.LocaleUtils
Creates Locale object according to provided locale string
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
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_PATTERN - Static variable in interface org.apertereports.common.ARConstants
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, Map<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.
exporterParameters - Variable in class org.apertereports.common.xml.ws.ReportData
 

F

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

G

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
 
getAllRoles() - Static method in class org.apertereports.common.users.UserRoleProvider
Returns all available roles
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.
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
 
getCommaSeparatedString(List<Object>) - Static method in class org.apertereports.common.utils.TextUtils
Returns comma-separated string representation of objects in the list
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
 
getEmail() - Method in class org.apertereports.common.users.User
Returns email address
getEntry() - Method in class org.apertereports.common.wrappers.Pair
 
getErrorCode() - Method in exception org.apertereports.common.exception.ARException
Returns error code.
getErrorCode() - Method in exception org.apertereports.common.exception.ARRuntimeException
Returns error code.
getErrorDetails() - Method in exception org.apertereports.common.exception.ARException
Returns error details
getErrorDetails() - Method in exception org.apertereports.common.exception.ARRuntimeException
Returns error details
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.users.UserRole
Returns id
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.
getLogin() - Method in class org.apertereports.common.users.User
Return login of the user
getMimeType() - Method in class org.apertereports.common.xml.ws.GenerateReportResponse
Gets the value of the mimeType property.
getName() - Method in class org.apertereports.common.users.UserRole
Returns name
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.
getRoles() - Method in class org.apertereports.common.users.User
Returns collection of roles assigned to the user
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
 
isAdministrator() - Method in class org.apertereports.common.users.User
Determines if user is administrator
isAdministrator() - Method in class org.apertereports.common.users.UserRole
Determines if this role is administrator role

J

JASPER_REPORTS_CHARACTER_ENCODING - Static variable in interface org.apertereports.common.ConfigurationConstants
The key used to set Jasper's character encoding.
JMS_PROPERTY_REPORT_ORDER_ID - Static variable in interface org.apertereports.common.ARConstants
Report order id property name.
JNDI_DEFAULT_CONTEXT - Static variable in interface org.apertereports.common.ARConstants
Default context: java:comp/env
JNDI_JMS_CONNECTION_FACTORY_ID - Static variable in interface org.apertereports.common.ARConstants
JMS connection factory id
JNDI_JMS_GENERATE_REPORT_QUEUE_ID - Static variable in interface org.apertereports.common.ARConstants
JNDI JMS generate report queue id
JNDI_JMS_PROCESS_REPORT_QUEUE_ID - Static variable in interface org.apertereports.common.ARConstants
JNDI JMS process report queue id
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

locale - Variable in class org.apertereports.common.xml.ws.ReportData
 
LocaleUtils - Class in org.apertereports.common.utils
Class defines useful locale methods

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.ARConstants.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.users - package org.apertereports.common.users
 
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.ARConstants
CSV record delimiter.
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.
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
 
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.ARConstants.ReportType
 
SUBREPORT_MAP_PARAMETER_NAME - Static variable in interface org.apertereports.common.ARConstants
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.
TimeUtils - Class in org.apertereports.common.utils
An utility for converting dates and time.

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
 
User - Class in org.apertereports.common.users
Class represents user
User(String, Set<UserRole>, boolean, String) - Constructor for class org.apertereports.common.users.User
 
UserRole - Class in org.apertereports.common.users
Class represents user role
UserRole(String, long, boolean) - Constructor for class org.apertereports.common.users.UserRole
Creates new user role
UserRoleProvider - Class in org.apertereports.common.users
Class provides functionality of listing roles accessible in the application

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.ARConstants.BooleanValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apertereports.common.ARConstants.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apertereports.common.ARConstants.InputTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apertereports.common.ARConstants.Keys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apertereports.common.ARConstants.Parameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apertereports.common.ARConstants.ReportMimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apertereports.common.ARConstants.ReportType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apertereports.common.ARConstants.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.ARConstants.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apertereports.common.ARConstants.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.ARConstants.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.ARConstants.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.ARConstants.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.ARConstants.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.ARConstants
Web service namespace.
WS_REQUEST_LOCAL_PART - Static variable in interface org.apertereports.common.ARConstants
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-2013. All Rights Reserved.