Java Doc for ExpressoSchema.java in  » J2EE » Expresso » com » jcorporate » expresso » core » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » Expresso » com.jcorporate.expresso.core 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.jcorporate.expresso.core.dbobj.Schema
   com.jcorporate.expresso.core.ExpressoSchema

ExpressoSchema
final public class ExpressoSchema extends Schema (Code)
Standard Schema object for the Expresso framework. It provides 'tie ins' for all the classes within the framework. You use your own Schema derived from com.jcorporate.expresso.core.dbobj.Schema when creating your own application
author:
   Michael Nash
since:
   Expresso 1.0



Constructor Summary
public  ExpressoSchema()
    

Method Summary
protected  voidconstructControllers()
    
protected  voidconstructDBObjects()
    
protected  voidconstructSetupValues()
    
public  StringgetDefaultComponentCode()
     Returns the default component code for this schema.
public  StringgetDefaultDescription()
     Returns the default description for this schema.
public  StringgetMessageBundlePath()
    
public  StringgetVersion()
    
public synchronized  voidotherSetup(InstallLog installLog, String dataContext)
    


Constructor Detail
ExpressoSchema
public ExpressoSchema() throws DBException(Code)
Constructor
throws:
  DBException - if there's an error building the object




Method Detail
constructControllers
protected void constructControllers()(Code)
Adds the appropriate controllers to the schema



constructDBObjects
protected void constructDBObjects()(Code)
Adds all the Expresso DbObjects



constructSetupValues
protected void constructSetupValues() throws DBException(Code)
Adds the setup values for this schema to the schema's definition
throws:
  DBException - upon database access error



getDefaultComponentCode
public String getDefaultComponentCode()(Code)
Returns the default component code for this schema. Useful for automated component testing/installation the component code string. In this case there is no componentcode so it returns an empty string.



getDefaultDescription
public String getDefaultDescription()(Code)
Returns the default description for this schema. Useful for automated component testing/installation the name of the schema



getMessageBundlePath
public String getMessageBundlePath()(Code)
Returns the path to the messages bundle property file the path to the messages bundle



getVersion
public String getVersion()(Code)
Gets the current version of this Framework the current version in string format



otherSetup
public synchronized void otherSetup(InstallLog installLog, String dataContext) throws com.jcorporate.expresso.core.db.DBException(Code)
Runs additional setup operations for the Expresso Schema
Parameters:
  installLog - The 'logger' to send informational output to.
Parameters:
  dataContext - the datacontext to work with.
throws:
  com.jcorporate.expresso.core.db.DBException - upon database accesserror



Methods inherited from com.jcorporate.expresso.core.dbobj.Schema
public synchronized void add(Job oneJob) throws DBException(Code)(Java Doc)
public synchronized void add(String schemaClass, String setupCode, String descrip, String defaultValue) throws DBException(Code)(Java Doc)
protected synchronized void addController(String controllerName)(Code)(Java Doc)
protected synchronized void addController(Class c)(Code)(Java Doc)
protected synchronized void addController(String controllerName, String categoryName)(Code)(Java Doc)
protected synchronized void addController(Class c, String categoryName)(Code)(Java Doc)
protected synchronized void addDBObject(String dbobjectClass)(Code)(Java Doc)
protected synchronized void addDBObject(Class c, String categoryName)(Code)(Java Doc)
protected synchronized void addDBObject(Class c)(Code)(Java Doc)
protected synchronized void addDBObject(String dbobjectClass, String otherDBName)(Code)(Java Doc)
protected synchronized void addDBObject(String dbobjectClass, String otherDBName, String categoryName)(Code)(Java Doc)
protected synchronized void addJob(Class c)(Code)(Java Doc)
public synchronized void addReportPage(Class reportClass)(Code)(Java Doc)
public synchronized void addReportPage(String reportClassName)(Code)(Java Doc)
protected synchronized void addServlet(Class c)(Code)(Java Doc)
public synchronized void addSetup(String schemaClass, String setupCode, String descrip, String defaultValue) throws DBException(Code)(Java Doc)
public synchronized void addSetup(String setupCode, String descrip, String defaultValue) throws DBException(Code)(Java Doc)
public void configure(Configuration newConfig) throws ConfigurationException(Code)(Java Doc)
public boolean contains(DBObject dbObject)(Code)(Java Doc)
public void destroy()(Code)(Java Doc)
public synchronized Vector getConfig()(Code)(Java Doc)
public java.util.List getControllerList()(Code)(Java Doc)
public synchronized String getDBName()(Code)(Java Doc)
public Hashtable getDBObjMap()(Code)(Java Doc)
public synchronized String getDataContext()(Code)(Java Doc)
public String getDefaultComponentCode()(Code)(Java Doc)
public String getDefaultDescription()(Code)(Java Doc)
public static Schema getInstance()(Code)(Java Doc)
public Enumeration getJobs()(Code)(Java Doc)
public Controller getLoginController() throws ControllerException(Code)(Java Doc)
public Enumeration getMembers()(Code)(Java Doc)
public String getMessageBundlePath()(Code)(Java Doc)
public URL getMetadataLocation()(Code)(Java Doc)
public Controller getRegistrationController() throws ControllerException(Code)(Java Doc)
public synchronized Vector getReports()(Code)(Java Doc)
public int getRequestingUser()(Code)(Java Doc)
public Enumeration getServlets()(Code)(Java Doc)
protected String getSetupDefault(String paramName, String defaultValue)(Code)(Java Doc)
public String getSetupValue(String key)(Code)(Java Doc)
public Controller getStartController()(Code)(Java Doc)
protected String getString(String stringCode)(Code)(Java Doc)
public Enumeration getTests()(Code)(Java Doc)
public String getVersion()(Code)(Java Doc)
public void initialize()(Code)(Java Doc)
public static Schema instantiate(String className) throws DBException(Code)(Java Doc)
public synchronized void otherSetup(InstallLog installLog, String dataContext) throws DBException(Code)(Java Doc)
public synchronized void otherSetup(String dbName) throws DBException(Code)(Java Doc)
public synchronized void populateSchemaData(String dbName) throws DBException(Code)(Java Doc)
public void reconfigure(Configuration newConfig) throws ConfigurationException(Code)(Java Doc)
protected void requiresVersion(String versionString, String schemaClassName) throws DBException(Code)(Java Doc)
public synchronized void setDBName(String newOther) throws DBException(Code)(Java Doc)
public synchronized void setDataContext(String newOther) throws DBException(Code)(Java Doc)
public void setRequestingUser(int uid)(Code)(Java Doc)
public void setSetupValue(String key, String value)(Code)(Java Doc)
public synchronized void setupDefaultValues(String dbName)(Code)(Java Doc)
public synchronized void setupDefaultValuesWithException(String dbName) throws DBException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.