Class SamplePlugin

java.lang.Object
  extended by 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.


Constructor Summary
SamplePlugin()
           
 
Method Summary
 void AddPriceColumn(LogiPluginObjects rdObjects)
           
 void GetProducts(LogiPluginObjects rdObjects)
           
 java.lang.Object GetVirtualMemorySize(LogiPluginObjects rdObjects)
           
 void SetApplicationCaption(LogiPluginObjects rdObjects)
           
 void SetCustomerQuery(LogiPluginObjects rdObjects)
           
 void SetDataTableColumns(LogiPluginObjects rdObjects)
           
 void subHighlightText(LogiPluginObjects rdObjects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamplePlugin

public SamplePlugin()
Method Detail

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)