All Packages Class Hierarchy This Package Previous Next Index
Class Interface.GroupInterface
java.lang.Object
|
+----Interface.GroupInterface
- public class GroupInterface
- extends Object
-
COLUMNS
-
-
GroupInterface()
-
-
MakeTable(String[][], Date, Date, HttpServletResponse)
- This funciton makes the actual table tuples
-
MakeTable(String[][], String[][], Date, Date, HttpServletResponse)
- This funciton makes the actual table tuples
-
MakeTable(Vector, Date, Date, HttpServletResponse)
- This function takes the vector output of query and converts it into a string matrix .
-
MakeTable(Vector, Vector, Date, Date, HttpServletResponse)
-
-
MakeTable(Vector, Vector, Vector, Date, Date, HttpServletResponse)
-
COLUMNS
public static final int COLUMNS
GroupInterface
public GroupInterface()
MakeTable
public static String MakeTable(Vector table,
Date begindate,
Date enddate,
HttpServletResponse response)
- This function takes the vector output of query and converts it into a string matrix .
In turn it feeds it to the main Make Table function
MakeTable
public static String MakeTable(Vector lectureTable,
Vector extraLectureTable,
Vector talkTable,
Date begindate,
Date enddate,
HttpServletResponse response)
MakeTable
public static String MakeTable(Vector lectureTable,
Vector talkTable,
Date begindate,
Date enddate,
HttpServletResponse response)
MakeTable
public static String MakeTable(String scheme[][],
Date begindate,
Date enddate,
HttpServletResponse response)
- This funciton makes the actual table tuples
MakeTable
public static String MakeTable(String scheme[][],
String scheme1[][],
Date begindate,
Date enddate,
HttpServletResponse response)
- This funciton makes the actual table tuples
All Packages Class Hierarchy This Package Previous Next Index