All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Utils.General

java.lang.Object
   |
   +----Utils.General

public class General
extends Object

Variable Index

 o sem_fdate
 o sem_sdate

Constructor Index

 o General()

Method Index

 o checkDateInterval(String, String)
 o checkTimeInterval(String, String)
 o get_Slot(String)
This function returns the value for slot for a particular time
 o get_Slot(String, char)
function for getting the internal slot from time
 o getSelectedTable(HttpServletRequest)
This function is for getting the talk_id that have been selected
 o getWeek()
Function to get week's Monday and Friday
 o getWeek(Date)
Function to get week's Monday and Friday
 o SessionObject(Hashtable, String, String)

Variables

 o sem_sdate
 public static String sem_sdate
 o sem_fdate
 public static String sem_fdate

Constructors

 o General
 public General()

Methods

 o get_Slot
 public static int get_Slot(String time)
This function returns the value for slot for a particular time

 o get_Slot
 public static int get_Slot(String time,
                            char c)
function for getting the internal slot from time

 o checkDateInterval
 public static String checkDateInterval(String start_date,
                                        String end_date)
 o checkTimeInterval
 public static String checkTimeInterval(String stime,
                                        String ftime)
 o SessionObject
 public static Hashtable SessionObject(Hashtable obj,
                                       String key,
                                       String val)
 o getSelectedTable
 public static Vector getSelectedTable(HttpServletRequest request)
This function is for getting the talk_id that have been selected

 o getWeek
 public static String[] getWeek()
Function to get week's Monday and Friday

 o getWeek
 public static String[] getWeek(Date in_date)
Function to get week's Monday and Friday


All Packages  Class Hierarchy  This Package  Previous  Next  Index