Class DataMappingTableDataToHtml

java.lang.Object
com.priint.pubserver.plugin.PluginControlDefault
com.priint.pubserver.plugins.datamapping.DataMappingTableDataToHtml
All Implemented Interfaces:
com.priint.pubserver.plugin.interfaces.PluginControl

public class DataMappingTableDataToHtml extends com.priint.pubserver.plugin.PluginControlDefault
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    tableDataToHtml(List<com.priint.pubserver.plugin.entitydata.TableData> inputList)
     
    tableDataToHtml(List<com.priint.pubserver.plugin.entitydata.TableData> tables, String options)
     

    Methods inherited from class com.priint.pubserver.plugin.PluginControlDefault

    afterCreateConfigurations, afterDeleteConfigurations, afterUpdateConfigurations, createConfiguration, deleteConfigurations, getSession, getSessionId, initInstance, loadServerConfig, ping, readSessionAttribute, updateConfigurations, writeSessionAttribute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.priint.pubserver.plugin.interfaces.PluginControl

    validateConfigurations
  • Field Details

    • MAPPED_NAME

      public static final String MAPPED_NAME
      See Also:
    • LOGGER

      public static final org.slf4j.Logger LOGGER
  • Constructor Details

    • DataMappingTableDataToHtml

      public DataMappingTableDataToHtml()
  • Method Details

    • tableDataToHtml

      public List<String> tableDataToHtml(List<com.priint.pubserver.plugin.entitydata.TableData> inputList) throws com.priint.pubserver.exception.PubServerException
      Throws:
      com.priint.pubserver.exception.PubServerException
    • tableDataToHtml

      public List<String> tableDataToHtml(List<com.priint.pubserver.plugin.entitydata.TableData> tables, String options) throws DataMappingException
      Throws:
      DataMappingException