EspressReport ES
v 6.0

quadbase.reportorganizer.menuAPI
Class MenuTableRow

java.lang.Object
  |
  +--quadbase.reportorganizer.menuAPI.MenuTableRow

public class MenuTableRow
extends java.lang.Object


Constructor Summary
MenuTableRow(QbMenu qbMenu, int nodeID, int rowID)
           
 
Method Summary
 ScheduleJob getArchiveJob(boolean refreshList)
          Returns the archive job for this row item
 java.lang.String getDescription()
          Returns the description for this row item
 int getID()
          Returns row id
 java.lang.String getName()
          Returns the item name for this row index
 java.lang.String getPath()
          Returns the file path for this row item
 ScheduleJob getScheduleJob(boolean refreshList)
          Returns the schedule job for this row item
 java.lang.String getSecurityLevel()
          Returns the security level for this row item
 java.lang.String getType()
          Returns the data type for this row index
 java.lang.String getURL()
          Returns the file url for this row item
 boolean isArchiveOptionAvail()
          Returns whether the archive option is available for this row index
 boolean isChart()
          Returns whether this is chart
 boolean isDashboard()
          Returns whether this is dashboard
 boolean isMap()
          Returns whether this
 boolean isReport()
          Returns whether this is report
 boolean isScheduleOptionAvail()
          Returns whether the schedule option is available for this row index
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuTableRow

public MenuTableRow(QbMenu qbMenu,
                    int nodeID,
                    int rowID)
             throws java.lang.Exception
Method Detail

isChart

public boolean isChart()
Returns whether this is chart

isReport

public boolean isReport()
Returns whether this is report

isDashboard

public boolean isDashboard()
Returns whether this is dashboard

isMap

public boolean isMap()
Returns whether this

getScheduleJob

public ScheduleJob getScheduleJob(boolean refreshList)
                           throws java.lang.Exception
Returns the schedule job for this row item

getArchiveJob

public ScheduleJob getArchiveJob(boolean refreshList)
                          throws java.lang.Exception
Returns the archive job for this row item

isScheduleOptionAvail

public boolean isScheduleOptionAvail()
                              throws java.lang.Exception
Returns whether the schedule option is available for this row index

isArchiveOptionAvail

public boolean isArchiveOptionAvail()
                             throws java.lang.Exception
Returns whether the archive option is available for this row index

getName

public java.lang.String getName()
Returns the item name for this row index

getType

public java.lang.String getType()
Returns the data type for this row index

getDescription

public java.lang.String getDescription()
Returns the description for this row item

getPath

public java.lang.String getPath()
Returns the file path for this row item

getURL

public java.lang.String getURL()
Returns the file url for this row item

getSecurityLevel

public java.lang.String getSecurityLevel()
                                  throws java.lang.Exception
Returns the security level for this row item

getID

public int getID()
          throws java.lang.Exception
Returns row id

EspressReport ES
v 6.0