Class SamplePlugin
java.lang.Object
SamplePlugin
public class SamplePlugin
- extends java.lang.Object
Plugins for Logi Info Server Java
This sample plugin class is provided to assist customers in the creation of their own custom plugins.
This works with the sample plugin reports provided with Logi Info Studio.These reports must have a
single parameter; LogiPluginObjects. Return information back to a report by changing values in
LogiPluginObjects, such as the CurrentDefinition, or Session variables. The full list is documented
in LogiPluginObjects. All plugin classes must be installed in the application WEB-INF\classes
directory. Debugging is dependent on whatever Java application tools you have available.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SamplePlugin
public SamplePlugin()
SetApplicationCaption
public void SetApplicationCaption(LogiPluginObjects rdObjects)
SetCustomerQuery
public void SetCustomerQuery(LogiPluginObjects rdObjects)
GetProducts
public void GetProducts(LogiPluginObjects rdObjects)
AddPriceColumn
public void AddPriceColumn(LogiPluginObjects rdObjects)
SetDataTableColumns
public void SetDataTableColumns(LogiPluginObjects rdObjects)
subHighlightText
public void subHighlightText(LogiPluginObjects rdObjects)
GetVirtualMemorySize
public java.lang.Object GetVirtualMemorySize(LogiPluginObjects rdObjects)