All Packages Class Hierarchy This Package Previous Next Index
Class Utils.General
java.lang.Object
|
+----Utils.General
- public class General
- extends Object
-
sem_fdate
-
-
sem_sdate
-
-
General()
-
-
checkDateInterval(String, String)
-
-
checkTimeInterval(String, String)
-
-
get_Slot(String)
- This function returns the value for slot for a particular time
-
get_Slot(String, char)
- function for getting the internal slot from time
-
getSelectedTable(HttpServletRequest)
- This function is for getting the talk_id that have been selected
-
getWeek()
- Function to get week's Monday and Friday
-
getWeek(Date)
- Function to get week's Monday and Friday
-
SessionObject(Hashtable, String, String)
-
sem_sdate
public static String sem_sdate
sem_fdate
public static String sem_fdate
General
public General()
get_Slot
public static int get_Slot(String time)
- This function returns the value for slot for a particular time
get_Slot
public static int get_Slot(String time,
char c)
- function for getting the internal slot from time
checkDateInterval
public static String checkDateInterval(String start_date,
String end_date)
checkTimeInterval
public static String checkTimeInterval(String stime,
String ftime)
SessionObject
public static Hashtable SessionObject(Hashtable obj,
String key,
String val)
getSelectedTable
public static Vector getSelectedTable(HttpServletRequest request)
- This function is for getting the talk_id that have been selected
getWeek
public static String[] getWeek()
- Function to get week's Monday and Friday
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