com.ge.grc.acuity.apvfplus.actions
Class PropertyTableMappingFunction

java.lang.Object
  extended bycom.ge.grc.acuity.actions.mapping.ColumnOrderTableMappingFunction
      extended bycom.ge.grc.acuity.apvfplus.actions.PropertyTableMappingFunction
All Implemented Interfaces:
ListMappingFunction

public class PropertyTableMappingFunction
extends ColumnOrderTableMappingFunction

Author:
200005201 TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
PropertyTableMappingFunction()
           
 
Method Summary
static java.lang.String generateTableProxyCellValue(java.util.List datasetNames, java.util.List datasetValues, java.lang.Object valuesAndActions, java.lang.Object[] possibleAnswer)
          Call this method to generate a cell value for an table proxy cell
 java.util.List[] process(AcuityController ac, sun.jdbc.rowset.CachedRowSet crs, java.util.Map parameters, com.hp.hpl.jena.ontology.Individual po)
           
 java.util.List[] process(AcuityController ac, java.lang.String curPoUri, sun.jdbc.rowset.CachedRowSet crs, java.util.Map parameters)
           
 java.util.List[] process(AcuityController ac, java.lang.String curPoUri, java.util.List[] data, java.util.Map parameters)
           
 
Methods inherited from class com.ge.grc.acuity.actions.mapping.ColumnOrderTableMappingFunction
hasDataseriesOutput, hasTableOutput, process, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyTableMappingFunction

public PropertyTableMappingFunction()
Method Detail

process

public java.util.List[] process(AcuityController ac,
                                sun.jdbc.rowset.CachedRowSet crs,
                                java.util.Map parameters,
                                com.hp.hpl.jena.ontology.Individual po)
                         throws java.sql.SQLException
Throws:
java.sql.SQLException

process

public java.util.List[] process(AcuityController ac,
                                java.lang.String curPoUri,
                                sun.jdbc.rowset.CachedRowSet crs,
                                java.util.Map parameters)
                         throws java.sql.SQLException,
                                AcuityException
Throws:
java.sql.SQLException
AcuityException

process

public java.util.List[] process(AcuityController ac,
                                java.lang.String curPoUri,
                                java.util.List[] data,
                                java.util.Map parameters)
                         throws AcuityException
Throws:
AcuityException

generateTableProxyCellValue

public static java.lang.String generateTableProxyCellValue(java.util.List datasetNames,
                                                           java.util.List datasetValues,
                                                           java.lang.Object valuesAndActions,
                                                           java.lang.Object[] possibleAnswer)
                                                    throws AcuityException
Call this method to generate a cell value for an table proxy cell

Parameters:
datasetValues -
valuesAndActions -
Throws:
AcuityException