Package quadbase.reportorganizer.menuAPI
Class MenuTableRow
java.lang.Object
quadbase.reportorganizer.menuAPI.MenuTableRow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArchiveJob(boolean refreshList) Returns the archive job for this row itemReturns the description for this row itemintgetID()Returns row idgetName()Returns the item name for this row indexintReturns node idgetPath()Returns the file path for this row itemintReturns positiongetScheduleJob(boolean refreshList) Returns the schedule job for this row itemReturns the security level for this row itemgetType()Returns the data type for this row indexgetURL()Returns the file url for this row itembooleanReturns whether the archive option is available for this row indexbooleanisChart()Returns whether this is chartbooleanReturns whether this is coordinatesbooleanReturns whether this is dashboardbooleanisMap()Returns whether thisbooleanisReport()Returns whether this is reportbooleanReturns whether the schedule option is available for this row index
-
Constructor Details
-
Method Details
-
isChart
public boolean isChart()Returns whether this is chart -
isReport
public boolean isReport()Returns whether this is report -
isCoordinates
public boolean isCoordinates()Returns whether this is coordinates -
isDashboard
public boolean isDashboard()Returns whether this is dashboard -
isMap
public boolean isMap()Returns whether this -
getScheduleJob
Returns the schedule job for this row item- Throws:
Exception
-
getArchiveJob
Returns the archive job for this row item- Throws:
Exception
-
isScheduleOptionAvail
Returns whether the schedule option is available for this row index- Throws:
Exception
-
isArchiveOptionAvail
Returns whether the archive option is available for this row index- Throws:
Exception
-
getName
Returns the item name for this row index -
getType
Returns the data type for this row index -
getDescription
Returns the description for this row item -
getPath
Returns the file path for this row item -
getURL
Returns the file url for this row item -
getSecurityLevel
Returns the security level for this row item- Throws:
Exception
-
getID
Returns row id- Throws:
Exception
-
getPosition
public int getPosition()Returns position -
getNodeID
public int getNodeID()Returns node id
-