All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Interface.GroupInterface

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

public class GroupInterface
extends Object

Variable Index

 o COLUMNS

Constructor Index

 o GroupInterface()

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, Date, Date, HttpServletResponse)
 o MakeTable(Vector, Vector, Vector, Date, Date, HttpServletResponse)

Variables

 o COLUMNS
 public static final int COLUMNS

Constructors

 o GroupInterface
 public GroupInterface()

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(Vector lectureTable,
                                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