com.ibm.tivoli.maximo.miniapps.scheduler.max.export

Class CompareMaxExcelExport

  • java.lang.Object
    • com.ibm.tivoli.maximo.miniapps.scheduler.max.export.CompareMaxExcelExport


  • public class CompareMaxExcelExport
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void export(java.io.OutputStream os) 
      java.util.List getColumnNames() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompareMaxExcelExport

        public CompareMaxExcelExport(Schedule leftSchedule,
                                     Schedule rightSchedule,
                                     CompareMaxModelHelper modelHelper,
                                     SKDUIInfo skdUIInfo,
                                     com.ibm.json.java.JSONObject exportConfig)
        NOTE you should always pass a cloned schedule, since this repositions pages, etc.
        Parameters:
        schedule -
        exportConfig -
    • Method Detail

      • getColumnNames

        public java.util.List getColumnNames()
      • export

        public void export(java.io.OutputStream os)