All Packages Class Hierarchy This Package Previous Next Index
Class DBIS.RoomSpace.AllItemPageGenerator
java.lang.Object
|
+----DBIS.Tools.PageGenerator
|
+----DBIS.RoomSpace.AllItemPageGenerator
- public class AllItemPageGenerator
- extends PageGenerator
This generates a html page which contains all items These are
primarily links to the item page
-
AllItemPageGenerator()
-
-
AllItemPageGenerator(HtmlTemplate, String, String)
-
-
AllItemPageGenerator(String)
-
-
AllItemPageGenerator(String, 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
-
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
-
getRow(ResultSet)
-
-
main(String[])
-
AllItemPageGenerator
public AllItemPageGenerator()
AllItemPageGenerator
public AllItemPageGenerator(String orderBy,
String orderNature)
AllItemPageGenerator
public AllItemPageGenerator(String orderBy)
AllItemPageGenerator
public AllItemPageGenerator(HtmlTemplate _template,
String orderBy,
String orderNature)
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
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
getRow
protected String getRow(ResultSet rs)
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index