A B C D E F G H I L M N O P R S T U V

A

AbstractContextReloadHandler - Class in org.apertereports.context
Provides a simple vaadin layer for the Liferay portlet requests.
AbstractContextReloadHandler() - Constructor for class org.apertereports.context.AbstractContextReloadHandler
 
AbstractDashboardComponent - Class in org.apertereports.dashboard
An abstract class that manages the portlet session and preferences.
AbstractDashboardComponent() - Constructor for class org.apertereports.dashboard.AbstractDashboardComponent
 
AbstractLazyLoaderComponent - Class in org.apertereports
A Vaadin component wrapper with lazy loading.
AbstractLazyLoaderComponent() - Constructor for class org.apertereports.AbstractLazyLoaderComponent
 
AbstractReportingApplication - Class in org.apertereports
This is a stub abstract class for all application portlets.
AbstractReportingApplication() - Constructor for class org.apertereports.AbstractReportingApplication
 
addButton(Button) - Method in class org.apertereports.components.ReportParamPanel
 
addButtons(HorizontalLayout) - Method in class org.apertereports.components.ReportParamPanel
 
addFilter(Select, Integer, List<DictionaryItem>) - Method in class org.apertereports.util.wrappers.FilterContainer
Adds a level of filtering.
addHtmlChunk(String) - Method in class org.apertereports.dashboard.html.HtmlReportBuilder
 
addItem(String[]) - Method in class org.apertereports.util.wrappers.DictionaryItemsWrapper
 
addListener(Item.PropertySetChangeListener) - Method in class org.apertereports.components.ReportPropertiesForm
 
addReportChunk(ReportConfig, ReportConfig) - Method in class org.apertereports.dashboard.html.HtmlReportBuilder
Adds a report chunk based on passed report configs.
addValidator(Validator) - Method in class org.apertereports.util.wrappers.FieldContainer
Adds a validator to the current field component.
addValidator(Validator) - Method in class org.apertereports.util.wrappers.FilterContainer
Adds a validator to the first filter - the one the value is taken from eventually.
AperteInvokerComponent - Class in org.apertereports.components
Displays a component with a list of available report templates and lets manually generate a report with temporal parameters.
AperteInvokerComponent() - Constructor for class org.apertereports.components.AperteInvokerComponent
 
applicationInit() - Method in class org.apertereports.AbstractReportingApplication
Initializes the application context.
applyAttributes(FieldProperties, FieldContainer, Field) - Method in class org.apertereports.components.ReportParametersComponent
Applies view options for the generated field.
attach() - Method in class org.apertereports.components.HelpButton
 
attach() - Method in class org.apertereports.components.RefreshButton
 
attach() - Method in class org.apertereports.components.ReportOrderBrowserComponent
 
attach() - Method in class org.apertereports.components.ReportParametersComponent
Attaches the component in the application.
attachSpecialValidators(FieldProperties, FieldContainer) - Method in class org.apertereports.components.ReportParametersComponent
Adds special validators using the invokable field property.

B

buildFieldBaseForInputType(FieldProperties, List<DictionaryItem>, FieldContainer) - Method in class org.apertereports.components.ReportParametersComponent
Build a base Vaadin component for input field properties.
buttonClick(Button.ClickEvent) - Method in class org.apertereports.util.OnClickOpenMessageInNewWindow
 

C

cache - Variable in class org.apertereports.dashboard.AbstractDashboardComponent
An instance of a MapCache for general caching purposes.
cacheData(String, long, Object) - Method in class org.apertereports.util.cache.MapCache
Caches the data internally and registers the cached object in the MapCacheManager.
CHART_SOURCE_PREFIX_REGEXP - Static variable in class org.apertereports.util.DashboardUtil
Regexp that identifies the anchor of the report drilldown in dashboard HTML.
CHART_SOURCE_PREFIX_TEXT - Static variable in class org.apertereports.util.DashboardUtil
Used as a JRExporter parameter to identify drilldown reports.
CHART_TAG_PATTERN - Static variable in class org.apertereports.util.DashboardUtil
Regexp that identifies a complex drilldown anchor.
CheckBoxColumnGenerator - Class in org.apertereports.generators
Generates a styled checkbox column for Vaadin tables.
CheckBoxColumnGenerator() - Constructor for class org.apertereports.generators.CheckBoxColumnGenerator
 
clearCache() - Method in class org.apertereports.util.cache.MapCache
 
ClearCacheServlet - Class in org.apertereports.util.servlet
A helper servlet for manually clearing all the dashboard caches.
ClearCacheServlet() - Constructor for class org.apertereports.util.servlet.ClearCacheServlet
 
clearSelection() - Method in class org.apertereports.dashboard.cyclic.CyclicReportBrowserComponent
Clears table selection.
collectParametersValues() - Method in class org.apertereports.components.ReportParametersComponent
Returns a map of report parameters collected from the generated form fields.
collectParametersValues() - Method in class org.apertereports.components.ReportParamPanel
 
commit() - Method in class org.apertereports.components.ReportPropertiesForm
 
ComponentFactory - Class in org.apertereports.util
Factory class providing components in frequently used form.
ComponentFactory() - Constructor for class org.apertereports.util.ComponentFactory
 
ComponentFactory.AperteIcons - Enum in org.apertereports.util
 
ContextReloadHandler - Interface in org.apertereports.context
Liferay context reload handler.
ContextReloadListener - Class in org.apertereports.context
A decorator for the ContextReloadHandler using a Liferay listener.
ContextReloadListener(ContextReloadHandler) - Constructor for class org.apertereports.context.ContextReloadListener
 
createButton(String, String, ComponentContainer) - Static method in class org.apertereports.util.ComponentFactory
Creates button with caption code (for localization) and adds it to parent.
createButton(String, String, ComponentContainer, Button.ClickListener) - Static method in class org.apertereports.util.ComponentFactory
Creates button with caption code (for localization), registers listener and adds it to parent.
createCalendarLabel(Item, String, String, ComponentContainer) - Static method in class org.apertereports.util.ComponentFactory
 
createCheckBox(String, Item, String, ComponentContainer) - Static method in class org.apertereports.util.ComponentFactory
Creates check box bound to item's boolean property.
createDateLabel(Item, String, String, ComponentContainer) - Static method in class org.apertereports.util.ComponentFactory
Creates label bound to date property.
createField(Item, Object, Component) - Method in class org.apertereports.generators.ReportBeanFieldFactory
Creates fields from a given bean.
createFormatCombo(ReportConstants.ReportType, String) - Static method in class org.apertereports.util.ComponentFactory
 
createHLayout(ComponentContainer) - Static method in class org.apertereports.util.ComponentFactory
Creates horizontal layout with spacing.
createHLayoutFull(ComponentContainer) - Static method in class org.apertereports.util.ComponentFactory
Creates horizontal layout with width set to 100%.
createIcon(Item, String, ComponentContainer) - Static method in class org.apertereports.util.ComponentFactory
 
createLabel(Item, String, String, ComponentContainer) - Static method in class org.apertereports.util.ComponentFactory
Creates label bound to property,
createLayout() - Method in class org.apertereports.dashboard.html.HtmlReportBuilder
Creates a custom layout from the buffered HTML and generated components.
createReportTemplateCombo(ReportTemplate, String) - Static method in class org.apertereports.util.ComponentFactory
 
createSearchBox(FieldEvents.TextChangeListener, ComponentContainer) - Static method in class org.apertereports.util.ComponentFactory
Creates search box in LAZY text change mode.
createSimpleLabel(String, String, ComponentContainer) - Static method in class org.apertereports.util.ComponentFactory
Label displaying not bound value.
createTextArea(Item, String, String, ComponentContainer) - Static method in class org.apertereports.util.ComponentFactory
Creates text area bound to item.
CronExpressionValidator - Class in org.apertereports.util
 
CronExpressionValidator(String) - Constructor for class org.apertereports.util.CronExpressionValidator
 
CronValidator - Class in org.apertereports.util.validators
A cron expression validator to use in Vaadin components.
CronValidator(String) - Constructor for class org.apertereports.util.validators.CronValidator
Constructs a validator for strings.
CyclicReportBrowserComponent - Class in org.apertereports.dashboard.cyclic
Displays a cyclic report order table.
CyclicReportBrowserComponent(Map<Integer, CyclicReportOrder>, boolean) - Constructor for class org.apertereports.dashboard.cyclic.CyclicReportBrowserComponent
 
CyclicReportDetailsComponent - Class in org.apertereports.dashboard.cyclic
Displays cyclic report order details (i.e.
CyclicReportDetailsComponent(CyclicReportOrder) - Constructor for class org.apertereports.dashboard.cyclic.CyclicReportDetailsComponent
 
CyclicReportsApplication - Class in org.apertereports
This portlet provides the tabular view of the cyclic reports.
CyclicReportsApplication() - Constructor for class org.apertereports.CyclicReportsApplication
 
CyclicReportsComponent - Class in org.apertereports.components
 
CyclicReportsComponent() - Constructor for class org.apertereports.components.CyclicReportsComponent
 
CyclicReportsPanel - Class in org.apertereports.dashboard.cyclic
This component is used to display and configure cyclic reports in the portlet.
CyclicReportsPanel() - Constructor for class org.apertereports.dashboard.cyclic.CyclicReportsPanel
 

D

DashboardPortletApplication - Class in org.apertereports
This portlet displays a dashboard based on an existing report from the database.
DashboardPortletApplication() - Constructor for class org.apertereports.DashboardPortletApplication
 
DashboardPreferences - Interface in org.apertereports.util
Constant XML tags used when storing portlet preferences.
DashboardUtil - Class in org.apertereports.util
Utility class with methods for report tags retrieval, regexp matching etc.
DashboardUtil.MatchHandler - Class in org.apertereports.util
Handles single group match.
DashboardUtil.MatchHandler() - Constructor for class org.apertereports.util.DashboardUtil.MatchHandler
 
DashboardUtil.MatchHandlerWithList - Class in org.apertereports.util
Handles multiple groups match.
DashboardUtil.MatchHandlerWithList() - Constructor for class org.apertereports.util.DashboardUtil.MatchHandlerWithList
 
destroy() - Method in class org.apertereports.util.I18nHelperFilter
 
DictionaryItemsWrapper - Class in org.apertereports.util.wrappers
A container for report dictionary items.
DictionaryItemsWrapper() - Constructor for class org.apertereports.util.wrappers.DictionaryItemsWrapper
 
doFilter(ActionRequest, ActionResponse, FilterChain) - Method in class org.apertereports.util.I18nHelperFilter
 
doFilter(EventRequest, EventResponse, FilterChain) - Method in class org.apertereports.util.I18nHelperFilter
 
doFilter(RenderRequest, RenderResponse, FilterChain) - Method in class org.apertereports.util.I18nHelperFilter
 
doFilter(ResourceRequest, ResourceResponse, FilterChain) - Method in class org.apertereports.util.I18nHelperFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apertereports.util.servlet.ClearCacheServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apertereports.util.servlet.ClearCacheServlet
 
DRILLDOWN_TAG_PATTERN - Static variable in class org.apertereports.util.DashboardUtil
 

E

EditDashboardComponent - Class in org.apertereports.dashboard
Displays the edit mode of the dashboard portlet.
EditDashboardComponent() - Constructor for class org.apertereports.dashboard.EditDashboardComponent
 
EditDashboardComponentNew - Class in org.apertereports.dashboard
 
EditDashboardComponentNew() - Constructor for class org.apertereports.dashboard.EditDashboardComponentNew
 
editReportData(ReportManagerComponent.ReportItemPanel) - Method in class org.apertereports.components.ReportManagerComponent
 
escapeKeyPressed() - Method in class org.apertereports.components.HelpWindow
Closes the window on pressing "esc" key.
executeSpecialDataQueryCode(FieldProperties, List<DictionaryItem>) - Method in class org.apertereports.components.ReportParametersComponent
Invokes a special script query using the invokable field property.
executeTemplateMatcher(String, Pattern, DashboardUtil.MatchHandler) - Static method in class org.apertereports.util.DashboardUtil
Searches a given template for a regexp pattern.
executeTemplateMatcherWithList(String, Pattern, DashboardUtil.MatchHandlerWithList) - Static method in class org.apertereports.util.DashboardUtil
Searches a given template for a regexp pattern.
exportReportOrderData(ReportOrder, ReportConstants.ReportType) - Static method in class org.apertereports.util.DashboardUtil
Extracts the report data from given ReportOrder instance.

F

fetch(String, int, int) - Method in class org.apertereports.components.PaginatedPanelList
Fetches filtered list's fragment.
FieldContainer - Class in org.apertereports.util.wrappers
This is a wrapper container for report fields.
FieldContainer() - Constructor for class org.apertereports.util.wrappers.FieldContainer
 
FieldContainer(Integer, String, Field) - Constructor for class org.apertereports.util.wrappers.FieldContainer
 
FieldProperties - Class in org.apertereports.util.wrappers
A bean class that represents a single report parameter defined in Jasper's JRXML.
FieldProperties() - Constructor for class org.apertereports.util.wrappers.FieldProperties
 
FieldProperties(ReportConstants.InputTypes, Integer, String, Boolean, String, String, Boolean, String, String, String, String, String, ScriptEngine, Invocable, String, String, String, String) - Constructor for class org.apertereports.util.wrappers.FieldProperties
 
fieldValueChanged(Item, Object, Field) - Method in class org.apertereports.generators.ReportBeanFieldFactory.FieldChangeNotifier
 
FileStreamer - Class in org.apertereports.util
A utility class that handles opening of a new window with a report stream.
FileStreamer() - Constructor for class org.apertereports.util.FileStreamer
 
filter(String) - Method in class org.apertereports.components.PaginatedPanelList
 
FilterContainer - Class in org.apertereports.util.wrappers
A container wrapper for multilevel filters in the report parameter forms.
FilterContainer() - Constructor for class org.apertereports.util.wrappers.FilterContainer
 
filterFields(Integer) - Method in class org.apertereports.util.wrappers.FilterContainer
Filters values beginning from a #startLevel.
firstApplicationStartup() - Method in class org.apertereports.AbstractReportingApplication
This method should be overriden to implement a custom behavior on a first application startup.
firstApplicationStartup() - Method in class org.apertereports.CyclicReportsApplication
This method is used to make sure the cyclic reports scanner and scheduler is initialized at startup.

G

generateCell(Table, Object, Object) - Method in class org.apertereports.generators.CheckBoxColumnGenerator
 
generateDrilldownId(Set<Integer>) - Static method in class org.apertereports.util.DashboardUtil
Generates a temporary drilldown component id based on actual ids.
generateDrilldownReportConfig(Map<String, List<String>>) - Method in interface org.apertereports.dashboard.html.ReportDataProvider
Generates a temporary drilldown configuration for given parameters.
generateDrilldownReportConfig(Map<String, List<String>>) - Method in class org.apertereports.dashboard.ReportViewComponent
Generates a temporary drilldown report config from a map of link parameters.
getCaption() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getComponentType() - Method in class org.apertereports.util.wrappers.FieldContainer
 
getCyclicReportOrder() - Method in class org.apertereports.dashboard.cyclic.CyclicReportDetailsComponent
Gets currently displayed cyclic report.
getCyclicReportOrders() - Method in class org.apertereports.dashboard.cyclic.CyclicReportBrowserComponent
Gets current cyclic reports list.
getDictItemList() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getDictQuery() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getFieldComponent() - Method in class org.apertereports.util.wrappers.FieldContainer
 
getFilterGroup() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getIconUrl(Enum<?>) - Static method in enum org.apertereports.util.ComponentFactory.AperteIcons
 
getId() - Method in class org.apertereports.util.cache.MapCache
 
getInputType() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getItems() - Method in class org.apertereports.util.wrappers.DictionaryItemsWrapper
 
getLazyLoadingMessage() - Method in class org.apertereports.AbstractLazyLoaderComponent
Returns the message shown on lazy load (i.e.
getLevel() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getLevels() - Method in class org.apertereports.util.wrappers.FilterContainer
Gets a list of filtering levels.
getLiferayUser() - Method in class org.apertereports.AbstractReportingApplication
Returns a liferay user of the last request.
getListSize(String) - Method in class org.apertereports.components.PaginatedPanelList
Counts filtered list's size.
getMaxchars() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getMode() - Method in class org.apertereports.context.PortletContextHolder
 
getName() - Method in class org.apertereports.util.wrappers.FieldContainer
 
getOrder() - Method in class org.apertereports.util.wrappers.FieldContainer
 
getOrder() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getOuptutFormat() - Method in class org.apertereports.components.ReportParamPanel
 
getPreferences() - Method in class org.apertereports.context.PortletContextHolder
 
getRegexp() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getRegexpError() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getReportConfig() - Method in class org.apertereports.dashboard.ReportDetailsComponent
Gets current report config (updated or not).
getReportConfigIds(String) - Static method in class org.apertereports.util.DashboardUtil
Parses the input HTML and extracts the report tag.
getRequiredError() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getSe() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getSei() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getSelectAll() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getSelectedFormat() - Method in class org.apertereports.components.ReportParametersComponent
Returns selected report format.
getSession() - Method in class org.apertereports.context.PortletContextHolder
 
getSpecialControlCode() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getSpecialDataQueryCode() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getSpecialValidationCode() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getSpecialValidationError() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getUserEmail() - Static method in class org.apertereports.util.UserUtil
 
getUsername() - Static method in class org.apertereports.util.UserUtil
 
getValue(String, Object...) - Static method in class org.apertereports.util.VaadinUtil
 
getValue(String) - Static method in class org.apertereports.util.VaadinUtil
 
getValue() - Method in class org.apertereports.util.wrappers.FieldContainer
Gets a value from current component.
getValue() - Method in class org.apertereports.util.wrappers.FilterContainer
Gets a value from the first level.
getWidth() - Method in class org.apertereports.util.wrappers.FieldProperties
 
getWindowId() - Method in class org.apertereports.context.PortletContextHolder
 

H

handleActionRequest(ActionRequest, ActionResponse, Window) - Method in class org.apertereports.AbstractReportingApplication
Handles portlet action request however not used in the application.
handleActionRequest(ActionRequest, ActionResponse, Window) - Method in class org.apertereports.context.ContextReloadListener
Handles Liferay action request.
handleEdit(PortletContextHolder) - Method in class org.apertereports.context.AbstractContextReloadHandler
Invoked on render edit view request.
handleEventRequest(EventRequest, EventResponse, Window) - Method in class org.apertereports.AbstractReportingApplication
Handles portlet event request however not used in the application.
handleEventRequest(EventRequest, EventResponse, Window) - Method in class org.apertereports.context.ContextReloadListener
Handles Liferay event request.
handleHelp(PortletContextHolder) - Method in class org.apertereports.context.AbstractContextReloadHandler
Invoked on render help view request.
handleMatch(int, int, String) - Method in class org.apertereports.util.DashboardUtil.MatchHandler
 
handleMatch(int, int, List<String>) - Method in class org.apertereports.util.DashboardUtil.MatchHandlerWithList
 
handleRenderRequest(RenderRequest, RenderResponse, Window) - Method in class org.apertereports.AbstractReportingApplication
Provides information about user and the locale for the application.
handleRenderRequest(RenderRequest, RenderResponse, Window) - Method in class org.apertereports.context.ContextReloadListener
Handles Liferay render request.
handleResource(PortletContextHolder) - Method in class org.apertereports.context.AbstractContextReloadHandler
Invoked on get resource request.
handleResourceRequest(ResourceRequest, ResourceResponse, Window) - Method in class org.apertereports.AbstractReportingApplication
Handles portlet resource request however not used in the application.
handleResourceRequest(ResourceRequest, ResourceResponse, Window) - Method in class org.apertereports.context.ContextReloadListener
Handles Liferay resource request.
handleView(PortletContextHolder) - Method in class org.apertereports.context.AbstractContextReloadHandler
Invoked on render main view request.
HelpButton - Class in org.apertereports.components
Displays an icon button with help.
HelpButton(HelpWindow.Module, HelpWindow.Tab) - Constructor for class org.apertereports.components.HelpButton
 
HelpComponent - Class in org.apertereports.components
Displays a HTML formatted label.
HelpComponent(String) - Constructor for class org.apertereports.components.HelpComponent
 
HelpLayout - Class in org.apertereports.components
Displays a help button wrapped into an expanding layout.
HelpLayout(HelpWindow.Module, HelpWindow.Tab) - Constructor for class org.apertereports.components.HelpLayout
 
HelpWindow - Class in org.apertereports.components
Displays a help window with tabbed contents based on passed HelpWindow.Module and HelpWindow.Tab.
HelpWindow(HelpWindow.Module, HelpWindow.Tab) - Constructor for class org.apertereports.components.HelpWindow
Initializes the possible tab contents.
HelpWindow.Module - Enum in org.apertereports.components
Help modules.
HelpWindow.Tab - Enum in org.apertereports.components
Tab names of the help content.
HtmlReportBuilder - Class in org.apertereports.dashboard.html
A helper class that manages the creation of the layouts containing generated report HTML data.
HtmlReportBuilder(Application, ReportDataProvider) - Constructor for class org.apertereports.dashboard.html.HtmlReportBuilder
 

I

I18nHelperFilter - Class in org.apertereports.util
Created by IntelliJ IDEA.
I18nHelperFilter() - Constructor for class org.apertereports.util.I18nHelperFilter
 
ICON_PATH - Static variable in class org.apertereports.util.ComponentFactory
 
init() - Method in class org.apertereports.components.Popup
 
init(FilterConfig) - Method in class org.apertereports.util.I18nHelperFilter
 
initComponentData() - Method in class org.apertereports.dashboard.AbstractDashboardComponent
Init extending class view.
initComponentData() - Method in class org.apertereports.dashboard.EditDashboardComponent
Initializes the data of the whole view.
initComponentData() - Method in class org.apertereports.dashboard.EditDashboardComponentNew
 
initComponentData() - Method in class org.apertereports.dashboard.ViewDashboardComponent
Initiates a lazy loading component on top of a ReportViewComponent which is the main workhorse that displays the dashboard.
initData() - Method in class org.apertereports.dashboard.AbstractDashboardComponent
Loads preferences and initializes the view.
invalidateAllCaches() - Static method in class org.apertereports.util.cache.MapCacheManager
Clears all registered caches from all objects and the interval map.
invalidateObject(String) - Method in class org.apertereports.util.cache.MapCache
 
InvokerApplication - Class in org.apertereports
This portlet displays a list of available reports.
InvokerApplication() - Constructor for class org.apertereports.InvokerApplication
 
isMultipleChoice() - Method in class org.apertereports.util.wrappers.FieldProperties
 
isRequired() - Method in class org.apertereports.util.wrappers.FieldProperties
 
isSelectAll() - Method in class org.apertereports.util.wrappers.FieldContainer
 
isValid(Object) - Method in class org.apertereports.util.CronExpressionValidator
 
isValidString(String) - Method in class org.apertereports.util.validators.CronValidator
 

L

lazyLoad() - Method in class org.apertereports.AbstractLazyLoaderComponent
 
lazyLoad(TPTLazyLoadingLayout) - Method in class org.apertereports.AbstractLazyLoaderComponent
Executes the lazy loading of the component.
lazyLoad() - Method in class org.apertereports.components.ReportParametersComponent
Lazily loads the data.
lazyLoad() - Method in class org.apertereports.dashboard.cyclic.CyclicReportBrowserComponent
Lazy loads the data.
lazyLoad() - Method in class org.apertereports.dashboard.ReportViewComponent
Initializes the component with lazy loading.
locale - Variable in class org.apertereports.AbstractReportingApplication
User locale.

M

ManagerApplication - Class in org.apertereports
This is the main report administration portlet.
ManagerApplication() - Constructor for class org.apertereports.ManagerApplication
 
MapCache - Class in org.apertereports.util.cache
A simple map cache.
MapCache() - Constructor for class org.apertereports.util.cache.MapCache
Constructs a new instance with a generated id.
MapCacheManager - Class in org.apertereports.util.cache
A utility for handling cache expiration.
MapCacheManager.InvalidatingThread - Class in org.apertereports.util.cache
A cache invalidating thread.
MapCacheManager.InvalidatingThread() - Constructor for class org.apertereports.util.cache.MapCacheManager.InvalidatingThread
 
ModalWindow - Class in org.apertereports.components
A simple modal window with fixed height.
ModalWindow(String, Component) - Constructor for class org.apertereports.components.ModalWindow
 

N

NotificationUtil - Class in org.apertereports.util
 
NotificationUtil() - Constructor for class org.apertereports.util.NotificationUtil
 
NotificationUtil.ConfirmListener - Interface in org.apertereports.util
 
notImplementedYet(Window) - Static method in class org.apertereports.util.NotificationUtil
 
nvl(T...) - Static method in class org.apertereports.util.VaadinUtil
 

O

objectCached(MapCache, String, long) - Static method in class org.apertereports.util.cache.MapCacheManager
Registers an object for periodic interval check.
objectProvided(MapCache, String) - Static method in class org.apertereports.util.cache.MapCacheManager
Indicates the object was provided by one of the registered caches.
onCancel() - Method in class org.apertereports.dashboard.cyclic.CyclicReportDetailsComponent
Invoked after the cancel button was clicked.
onCancel() - Method in class org.apertereports.dashboard.cyclic.CyclicReportsPanel
Shows a cancelled popup.
onCancel() - Method in class org.apertereports.dashboard.ReportDetailsComponent
Invoked after the selected values are discarded by the user (by clicking the cancel button).
onCancel() - Method in interface org.apertereports.util.NotificationUtil.ConfirmListener
 
OnClickOpenMessageInNewWindow - Class in org.apertereports.util
An implementation of a Button.ClickListener which simply opens a new window with a message.
OnClickOpenMessageInNewWindow(Component, String, String, int) - Constructor for class org.apertereports.util.OnClickOpenMessageInNewWindow
 
onConfirm() - Method in class org.apertereports.dashboard.cyclic.CyclicReportDetailsComponent
Invoked after the form was validated successfully and the cyclic report config was updated.
onConfirm() - Method in class org.apertereports.dashboard.cyclic.CyclicReportsPanel
Shows a confirm popup.
onConfirm() - Method in class org.apertereports.dashboard.ReportDetailsComponent
Invoked after the current report config has been updated.
onConfirm() - Method in interface org.apertereports.util.NotificationUtil.ConfirmListener
 
onItemSelected(CyclicReportOrder) - Method in class org.apertereports.dashboard.cyclic.CyclicReportBrowserComponent
 
openFileInCurrentWindow(Application, String, byte[], String) - Static method in class org.apertereports.util.FileStreamer
Starts download in current window with provided content.
openFileInNewWindow(Application, String, byte[], String) - Static method in class org.apertereports.util.FileStreamer
Opens a new download window with provided content.
org.apertereports - package org.apertereports
 
org.apertereports.components - package org.apertereports.components
 
org.apertereports.context - package org.apertereports.context
 
org.apertereports.dashboard - package org.apertereports.dashboard
 
org.apertereports.dashboard.cyclic - package org.apertereports.dashboard.cyclic
 
org.apertereports.dashboard.html - package org.apertereports.dashboard.html
 
org.apertereports.generators - package org.apertereports.generators
 
org.apertereports.util - package org.apertereports.util
 
org.apertereports.util.cache - package org.apertereports.util.cache
 
org.apertereports.util.servlet - package org.apertereports.util.servlet
 
org.apertereports.util.validators - package org.apertereports.util.validators
 
org.apertereports.util.wrappers - package org.apertereports.util.wrappers
 

P

PaginatedPanelList<O,W extends com.vaadin.ui.Panel> - Class in org.apertereports.components
 
PaginatedPanelList(int) - Constructor for class org.apertereports.components.PaginatedPanelList
 
parseHtmlTag(String, boolean) - Static method in class org.apertereports.util.DashboardUtil
This method parses a HTML tag.
parseHyperlinkParameters(String) - Static method in class org.apertereports.util.DashboardUtil
This method parses a href HTML tag's parameters.
placeYourselfInForm(Form, FormLayout) - Method in class org.apertereports.util.wrappers.FieldContainer
Fills the form with current field component.
Popup - Class in org.apertereports.components
 
Popup(Form) - Constructor for class org.apertereports.components.Popup
 
PortletContextHolder - Class in org.apertereports.context
A bean that contains temporal Liferay context parameters.
PortletContextHolder() - Constructor for class org.apertereports.context.PortletContextHolder
 
PortletContextHolder(String, PortletMode, PortletPreferences, PortletSession) - Constructor for class org.apertereports.context.PortletContextHolder
 
portletId - Variable in class org.apertereports.dashboard.AbstractDashboardComponent
 
portletInit() - Method in class org.apertereports.AbstractReportingApplication
Initializes the portlet GUI.
portletInit() - Method in class org.apertereports.CyclicReportsApplication
Initializes the portlet GUI.
portletInit() - Method in class org.apertereports.DashboardPortletApplication
Initializes the portlet GUI.
portletInit() - Method in class org.apertereports.InvokerApplication
Initializes the portlet GUI.
portletInit() - Method in class org.apertereports.ManagerApplication
Initializes the portlet GUI.
portletInit() - Method in class org.apertereports.ReportOrderApplication
Initializes the portlet GUI.
PREFERENCE_ALLOW_REFRESH - Static variable in interface org.apertereports.util.DashboardPreferences
 
PREFERENCE_ALLOWED_FORMATS - Static variable in interface org.apertereports.util.DashboardPreferences
 
PREFERENCE_CACHE_TIMEOUT - Static variable in interface org.apertereports.util.DashboardPreferences
 
PREFERENCE_CYCLIC_REPORT_ID - Static variable in interface org.apertereports.util.DashboardPreferences
 
PREFERENCE_PARAMETER - Static variable in interface org.apertereports.util.DashboardPreferences
 
PREFERENCE_PARAMETER_NAME - Static variable in interface org.apertereports.util.DashboardPreferences
 
PREFERENCE_PARAMETER_TYPE - Static variable in interface org.apertereports.util.DashboardPreferences
 
PREFERENCE_PARAMETER_VALUE - Static variable in interface org.apertereports.util.DashboardPreferences
 
PREFERENCE_PARAMETERS_XML - Static variable in interface org.apertereports.util.DashboardPreferences
 
PREFERENCE_REPORT_CONFIG - Static variable in interface org.apertereports.util.DashboardPreferences
 
PREFERENCE_REPORT_CONFIG_ID - Static variable in interface org.apertereports.util.DashboardPreferences
 
PREFERENCE_REPORT_CONFIGS_KEY - Static variable in interface org.apertereports.util.DashboardPreferences
 
PREFERENCE_REPORT_ID - Static variable in interface org.apertereports.util.DashboardPreferences
 
PREFERENCE_TEMPLATE_KEY - Static variable in interface org.apertereports.util.DashboardPreferences
 
preferences - Variable in class org.apertereports.dashboard.AbstractDashboardComponent
 
prepareData() - Method in class org.apertereports.dashboard.AbstractDashboardComponent
Loads the dashboard HTML template from preferences with a key specified by DashboardPreferences.PREFERENCE_TEMPLATE_KEY.
provideData(String) - Method in class org.apertereports.util.cache.MapCache
Provides the object identified by key.
provideReportData(ReportConfig, ReportConstants.ReportType, boolean) - Method in interface org.apertereports.dashboard.html.ReportDataProvider
Provides a generated report out of a ReportConfig.
provideReportData(ReportConfig, ReportConstants.ReportType, boolean) - Method in class org.apertereports.dashboard.ReportViewComponent
Provides a report data from the cache or generates it and caches for later use to boost performance.
provideReportTemplate(ReportConfig) - Method in interface org.apertereports.dashboard.html.ReportDataProvider
Provides a Jasper Reports template based on a given ReportConfig.
provideReportTemplate(ReportConfig) - Method in class org.apertereports.dashboard.ReportViewComponent
Provides the report templates from database for other components based on passed ReportConfig parameter.

R

receiveStream(ReportTemplate, byte[]) - Method in interface org.apertereports.dashboard.html.ReportStreamReceiver
Invoked when the report data is ready to serve.
RefreshButton - Class in org.apertereports.components
Displays a button with a refresh icon.
RefreshButton(String, Button.ClickListener) - Constructor for class org.apertereports.components.RefreshButton
 
reloadParams(ReportTemplate) - Method in class org.apertereports.dashboard.EditDashboardComponentNew
 
render(PortletContextHolder) - Method in class org.apertereports.context.AbstractContextReloadHandler
Dispatches the rendering to a relevant method.
render(PortletContextHolder) - Method in interface org.apertereports.context.ContextReloadHandler
Invoked on render request.
REPORT_TAG_PATTERN - Static variable in class org.apertereports.util.DashboardUtil
Regexp that identifies the anchor of the report in dashboard HTML.
ReportBeanFieldFactory - Class in org.apertereports.generators
A non-default Vaadin field factory (extends DefaultFieldFactory).
ReportBeanFieldFactory(ReportBeanFieldFactory.FieldChangeNotifier, Object[]) - Constructor for class org.apertereports.generators.ReportBeanFieldFactory
 
ReportBeanFieldFactory(Object[]) - Constructor for class org.apertereports.generators.ReportBeanFieldFactory
 
ReportBeanFieldFactory.FieldChangeNotifier - Class in org.apertereports.generators
 
ReportBeanFieldFactory.FieldChangeNotifier() - Constructor for class org.apertereports.generators.ReportBeanFieldFactory.FieldChangeNotifier
 
reportConfigs - Variable in class org.apertereports.dashboard.AbstractDashboardComponent
 
ReportDataProvider - Interface in org.apertereports.dashboard.html
Marks a class a controller of report templates and the generator data.
ReportDetailsComponent - Class in org.apertereports.dashboard
Displays a configuration panel for a dashboard report.
ReportDetailsComponent(ReportTemplate, ReportConfig, boolean) - Constructor for class org.apertereports.dashboard.ReportDetailsComponent
 
ReportManagerComponent - Class in org.apertereports.components
Component to manage reports.
ReportManagerComponent() - Constructor for class org.apertereports.components.ReportManagerComponent
 
ReportOrderApplication - Class in org.apertereports
This portlet displays a table containing all report orders.
ReportOrderApplication() - Constructor for class org.apertereports.ReportOrderApplication
 
ReportOrderBrowserComponent - Class in org.apertereports.components
 
ReportOrderBrowserComponent() - Constructor for class org.apertereports.components.ReportOrderBrowserComponent
 
ReportParametersComponent - Class in org.apertereports.components
Displays report parameters taken from JRXML parameters section as Vaadin fields in a form.
ReportParametersComponent(ReportMaster) - Constructor for class org.apertereports.components.ReportParametersComponent
 
ReportParametersComponent(String, Integer, boolean) - Constructor for class org.apertereports.components.ReportParametersComponent
 
ReportParametersComponent(String, Integer, ReportConfig, boolean, boolean) - Constructor for class org.apertereports.components.ReportParametersComponent
 
ReportParametersComponent(String, Integer, List<ReportConfigParameter>, boolean, boolean, boolean) - Constructor for class org.apertereports.components.ReportParametersComponent
 
ReportParametersComponent(String, Integer, ReportConfig, boolean, boolean, boolean) - Constructor for class org.apertereports.components.ReportParametersComponent
 
ReportParametersComponent(ReportMaster, boolean) - Constructor for class org.apertereports.components.ReportParametersComponent
 
ReportParamPanel - Class in org.apertereports.components
 
ReportParamPanel(ReportTemplate, boolean) - Constructor for class org.apertereports.components.ReportParamPanel
 
ReportParamPanel() - Constructor for class org.apertereports.components.ReportParamPanel
Empty panel
ReportPropertiesForm - Class in org.apertereports.components
 
ReportPropertiesForm() - Constructor for class org.apertereports.components.ReportPropertiesForm
 
ReportStatusColumn - Class in org.apertereports.generators
Displays a cyclic report status based on a given report order instance.
ReportStatusColumn(Table, ReportOrder) - Constructor for class org.apertereports.generators.ReportStatusColumn
 
ReportStreamReceiver - Interface in org.apertereports.dashboard.html
A closure for custom report data handling.
ReportViewComponent - Class in org.apertereports.dashboard
This component is used to display the generated reports in the portlet.
ReportViewComponent(Application, MapCache, String, List<ReportConfig>, boolean) - Constructor for class org.apertereports.dashboard.ReportViewComponent
 
resource(PortletContextHolder) - Method in class org.apertereports.context.AbstractContextReloadHandler
Requests a resource.
resource(PortletContextHolder) - Method in interface org.apertereports.context.ContextReloadHandler
Invoked on resource request.
run() - Method in class org.apertereports.util.cache.MapCacheManager.InvalidatingThread
 

S

saveData() - Method in class org.apertereports.dashboard.AbstractDashboardComponent
Stores the dashboard HTML template to preferences.
session - Variable in class org.apertereports.dashboard.AbstractDashboardComponent
 
setCaption(String) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setComponentType(ReportConstants.InputTypes) - Method in class org.apertereports.util.wrappers.FieldContainer
 
setDictItemList(String) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setDictQuery(String) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setFieldComponent(Component) - Method in class org.apertereports.util.wrappers.FieldContainer
 
setFilterGroup(String) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setInputType(ReportConstants.InputTypes) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setLevel(Integer) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setMaxchars(String) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setMode(PortletMode) - Method in class org.apertereports.context.PortletContextHolder
 
setMultipleChoice(Boolean) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setName(String) - Method in class org.apertereports.util.wrappers.FieldContainer
 
setOrder(Integer) - Method in class org.apertereports.util.wrappers.FieldContainer
 
setOrder(Integer) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setPortletId(String) - Method in class org.apertereports.dashboard.AbstractDashboardComponent
 
setPortletPreferences(PortletPreferences) - Method in class org.apertereports.dashboard.AbstractDashboardComponent
 
setPortletSession(PortletSession) - Method in class org.apertereports.dashboard.AbstractDashboardComponent
 
setPreferences(PortletPreferences) - Method in class org.apertereports.context.PortletContextHolder
 
setRegexp(String) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setRegexpError(String) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setReport(ReportTemplate) - Method in class org.apertereports.generators.ReportBeanFieldFactory
Sets current bean.
setRequired(Boolean) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setRequiredError(String) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setSe(ScriptEngine) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setSei(Invocable) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setSelectAll(boolean) - Method in class org.apertereports.util.wrappers.FieldContainer
 
setSelectAll(Boolean) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setSession(PortletSession) - Method in class org.apertereports.context.PortletContextHolder
 
setSpecialControlCode(String) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setSpecialDataQueryCode(String) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setSpecialValidationCode(String) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setSpecialValidationError(String) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setThreadLocale(Locale) - Static method in class org.apertereports.util.VaadinUtil
 
setValue(Object) - Method in class org.apertereports.util.wrappers.FieldContainer
Sets the value of the current field component.
setValue(Object) - Method in class org.apertereports.util.wrappers.FilterContainer
Sets the value in the first level.
setWidth(String) - Method in class org.apertereports.util.wrappers.FieldProperties
 
setWindowId(String) - Method in class org.apertereports.context.PortletContextHolder
 
showCancelledNotification(Window) - Static method in class org.apertereports.util.NotificationUtil
 
showConfirmNotification(Window, String) - Static method in class org.apertereports.util.NotificationUtil
 
showConfirmWindow(Window, String, String, NotificationUtil.ConfirmListener) - Static method in class org.apertereports.util.NotificationUtil
 
showExceptionNotification(Window, String) - Static method in class org.apertereports.util.NotificationUtil
 
showExceptionNotification(Window, String, Exception) - Static method in class org.apertereports.util.NotificationUtil
 
showExceptionNotification(Window, String, Object...) - Static method in class org.apertereports.util.NotificationUtil
 
showExceptionNotification(Window, String, String) - Static method in class org.apertereports.util.NotificationUtil
 
showExceptionNotification(Window, AperteReportsRuntimeException) - Static method in class org.apertereports.util.NotificationUtil
 
showFile(Application, String, byte[], String) - Static method in class org.apertereports.util.FileStreamer
Opens a new download window with provided content.
showSavedNotification(Window) - Static method in class org.apertereports.util.NotificationUtil
 
showValidationErrors(Window, String) - Static method in class org.apertereports.util.NotificationUtil
 
showValuesChangedWindow(Window, NotificationUtil.ConfirmListener) - Static method in class org.apertereports.util.NotificationUtil
 
SimpleHorizontalLayout - Class in org.apertereports.components
A simple horizontal layout that adds a list of components.
SimpleHorizontalLayout(Component...) - Constructor for class org.apertereports.components.SimpleHorizontalLayout
 

T

template - Variable in class org.apertereports.dashboard.AbstractDashboardComponent
 
terminalError(Terminal.ErrorEvent) - Method in class org.apertereports.AbstractReportingApplication
Logs uncaught exceptions to logger and presents them to the user.
transform(O) - Method in class org.apertereports.components.PaginatedPanelList
Creates GUI component displaying backing object's properties.

U

unsetThreadLocale() - Static method in class org.apertereports.util.VaadinUtil
 
updateItems(Map<Integer, CyclicReportOrder>) - Method in class org.apertereports.dashboard.cyclic.CyclicReportBrowserComponent
Updates the data of the table.
user - Variable in class org.apertereports.AbstractReportingApplication
Liferay user.
UserUtil - Class in org.apertereports.util
User API facade.
UserUtil() - Constructor for class org.apertereports.util.UserUtil
 

V

VaadinUtil - Class in org.apertereports.util
Created by IntelliJ IDEA.
VaadinUtil() - Constructor for class org.apertereports.util.VaadinUtil
 
validate(Object) - Method in class org.apertereports.util.CronExpressionValidator
 
validate() - Method in class org.apertereports.util.wrappers.FieldContainer
Invokes the validation of the current field component.
validate() - Method in class org.apertereports.util.wrappers.FilterContainer
Validates the value in the first level.
validateForm() - Method in class org.apertereports.components.ReportParametersComponent
Validates all the fields in the form before commit.
validationErrors(Window) - Static method in class org.apertereports.util.NotificationUtil
 
validationErrors(Window, String) - Static method in class org.apertereports.util.NotificationUtil
 
valueOf(String) - Static method in enum org.apertereports.components.HelpWindow.Module
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apertereports.components.HelpWindow.Tab
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apertereports.util.ComponentFactory.AperteIcons
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apertereports.components.HelpWindow.Module
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apertereports.components.HelpWindow.Tab
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apertereports.util.ComponentFactory.AperteIcons
Returns an array containing the constants of this enum type, in the order they are declared.
ViewDashboardComponent - Class in org.apertereports.dashboard
Displays the portlet view of a configured dashboard.
ViewDashboardComponent() - Constructor for class org.apertereports.dashboard.ViewDashboardComponent
 

A B C D E F G H I L M N O P R S T U V

Copyright © 2011-2012. All Rights Reserved.