All Packages Class Hierarchy This Package Previous Next Index
Class Interface.UserInterface
java.lang.Object
|
+----Interface.UserInterface
- public class UserInterface
- extends Object
-
UserInterface()
-
-
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, Vector, Date, Date, HttpServletResponse)
-
UserInterface
public UserInterface()
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(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