All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class DBIS.RoomSpace.AllRoomPageGenerator

java.lang.Object
   |
   +----DBIS.Tools.PageGenerator
           |
           +----DBIS.RoomSpace.AllRoomPageGenerator

public class AllRoomPageGenerator
extends PageGenerator
This generates a html page which contains all items These are primarily links to the item page


Constructor Index

 o AllRoomPageGenerator()
 o AllRoomPageGenerator(HtmlTemplate)
 o AllRoomPageGenerator(HtmlTemplate, String)
 o AllRoomPageGenerator(HtmlTemplate, String, String)
 o AllRoomPageGenerator(String)
 o AllRoomPageGenerator(String, String)

Method Index

 o format()
In this case we are overloading the format function Basically the AllPageGenerator has enough information to determine the paraeters required which it does so by invoking the underlying database
 o getParameters(Enumeration)
This function takes an enumeration and determines the required parameters These parameters are determined by a heuristics which is encapsulated in this function and can thus be easily changed or overloaded
 o getRow(ResultSet)
 o getServlet()
 o main(String[])

Constructors

 o AllRoomPageGenerator
 public AllRoomPageGenerator()
 o AllRoomPageGenerator
 public AllRoomPageGenerator(String orderBy,
                             String orderNature)
 o AllRoomPageGenerator
 public AllRoomPageGenerator(String orderBy)
 o AllRoomPageGenerator
 public AllRoomPageGenerator(HtmlTemplate _template,
                             String orderBy,
                             String orderNature)
 o AllRoomPageGenerator
 public AllRoomPageGenerator(HtmlTemplate _template)
 o AllRoomPageGenerator
 public AllRoomPageGenerator(HtmlTemplate _template,
                             String orderBy)

Methods

 o format
 public String format()
In this case we are overloading the format function Basically the AllPageGenerator has enough information to determine the paraeters required which it does so by invoking the underlying database

 o getParameters
 public Hashtable getParameters(Enumeration enumeration)
This function takes an enumeration and determines the required parameters These parameters are determined by a heuristics which is encapsulated in this function and can thus be easily changed or overloaded

 o getRow
 protected String getRow(ResultSet rs)
 o getServlet
 protected String getServlet()
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index