All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Interface.UserInterface

java.lang.Object
   |
   +----Interface.UserInterface

public class UserInterface
extends Object

Constructor Index

 o UserInterface()

Method Index

 o MakeTable(String[][], Date, Date, HttpServletResponse)
This funciton makes the actual table tuples
 o MakeTable(String[][], String[][], Date, Date, HttpServletResponse)
This funciton makes the actual table tuples
 o MakeTable(Vector, Date, Date, HttpServletResponse)
This function takes the vector output of query and converts it into a string matrix .
 o MakeTable(Vector, Vector, Vector, Date, Date, HttpServletResponse)

Constructors

 o UserInterface
 public UserInterface()

Methods

 o 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

 o MakeTable
 public static String MakeTable(Vector lectureTable,
                                Vector extraLectureTable,
                                Vector talkTable,
                                Date begindate,
                                Date enddate,
                                HttpServletResponse response)
 o MakeTable
 public static String MakeTable(String scheme[][],
                                Date begindate,
                                Date enddate,
                                HttpServletResponse response)
This funciton makes the actual table tuples

 o 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