Java Doc for generic.java in  » Web-Framework » rife-1.6.1 » com » uwyn » rife » cmf » dam » contentmanagers » databasedrivers » 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 » Web Framework » rife 1.6.1 » com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.uwyn.rife.cmf.dam.contentmanagers.DatabaseContent
   com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.generic

All known Subclasses:   com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.com_mckoi_JDBCDriver,  com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.org_firebirdsql_jdbc_FBDriver,  com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.org_apache_derby_jdbc_EmbeddedDriver,  com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.com_mysql_jdbc_Driver,  com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.org_hsqldb_jdbcDriver,  com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.oracle_jdbc_driver_OracleDriver,  com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.in_co_daffodil_db_jdbc_DaffodilDBDriver,
generic
public class generic extends DatabaseContent (Code)


Field Summary
protected  SelectmContainsContentRepository
    
protected  StringmCreateContentInfoPathIndex
    
protected  StringmCreateContentInfoPathNameIndex
    
protected  CreateSequencemCreateSequenceContentInfo
    
protected  CreateSequencemCreateSequenceContentRepository
    
protected  CreateTablemCreateTableContentAttribute
    
protected  CreateTablemCreateTableContentInfo
    
protected  CreateTablemCreateTableContentProperty
    
protected  CreateTablemCreateTableContentRepository
    
protected  DeletemDeleteContentAttributes
    
protected  DeletemDeleteContentInfo
    
protected  DeletemDeleteContentProperties
    
protected  StringmDropContentInfoPathIndex
    
protected  StringmDropContentInfoPathNameIndex
    
protected  DropSequencemDropSequenceContentInfo
    
protected  DropSequencemDropSequenceContentRepository
    
protected  DropTablemDropTableContentAttribute
    
protected  DropTablemDropTableContentInfo
    
protected  DropTablemDropTableContentProperties
    
protected  DropTablemDropTableContentRepository
    
protected  SelectmGetContentAttributes
    
protected  SelectmGetContentInfo
    
protected  SelectmGetContentProperties
    
protected  SelectmGetContentRepositoryId
    
protected  SelectmGetLatestContentInfo
    
protected  SequenceValuemGetNewContentId
    
protected  SequenceValuemGetNewContentRepositoryId
    
protected  SelectmGetVersion
    
protected  InsertmStoreContentAttribute
    
protected  InsertmStoreContentInfo
    
protected  InsertmStoreContentProperty
    
protected  InsertmStoreContentRepository
    

Constructor Summary
public  generic(Datasource datasource)
    

Method Summary
public  booleancontainsRepository(String name)
    
public  booleancreateRepository(String name)
    
public  booleandeleteContent(String location)
    
public  StringgetContentForHtml(String location, ElementSupport element, String serveContentExitName)
    
public  DatabaseContentInfogetContentInfo(String location)
    
public  booleanhasContentData(String location)
    
public  booleaninstall()
    
public  booleanremove()
    
public  voidserveContentData(ElementSupport element, String location)
    
public  booleanstoreContent(String location, Content content, ContentTransformer transformer)
    
public  ResultTypeuseContentData(String location, ContentDataUser user)
    

Field Detail
mContainsContentRepository
protected Select mContainsContentRepository(Code)



mCreateContentInfoPathIndex
protected String mCreateContentInfoPathIndex(Code)



mCreateContentInfoPathNameIndex
protected String mCreateContentInfoPathNameIndex(Code)



mCreateSequenceContentInfo
protected CreateSequence mCreateSequenceContentInfo(Code)



mCreateSequenceContentRepository
protected CreateSequence mCreateSequenceContentRepository(Code)



mCreateTableContentAttribute
protected CreateTable mCreateTableContentAttribute(Code)



mCreateTableContentInfo
protected CreateTable mCreateTableContentInfo(Code)



mCreateTableContentProperty
protected CreateTable mCreateTableContentProperty(Code)



mCreateTableContentRepository
protected CreateTable mCreateTableContentRepository(Code)



mDeleteContentAttributes
protected Delete mDeleteContentAttributes(Code)



mDeleteContentInfo
protected Delete mDeleteContentInfo(Code)



mDeleteContentProperties
protected Delete mDeleteContentProperties(Code)



mDropContentInfoPathIndex
protected String mDropContentInfoPathIndex(Code)



mDropContentInfoPathNameIndex
protected String mDropContentInfoPathNameIndex(Code)



mDropSequenceContentInfo
protected DropSequence mDropSequenceContentInfo(Code)



mDropSequenceContentRepository
protected DropSequence mDropSequenceContentRepository(Code)



mDropTableContentAttribute
protected DropTable mDropTableContentAttribute(Code)



mDropTableContentInfo
protected DropTable mDropTableContentInfo(Code)



mDropTableContentProperties
protected DropTable mDropTableContentProperties(Code)



mDropTableContentRepository
protected DropTable mDropTableContentRepository(Code)



mGetContentAttributes
protected Select mGetContentAttributes(Code)



mGetContentInfo
protected Select mGetContentInfo(Code)



mGetContentProperties
protected Select mGetContentProperties(Code)



mGetContentRepositoryId
protected Select mGetContentRepositoryId(Code)



mGetLatestContentInfo
protected Select mGetLatestContentInfo(Code)



mGetNewContentId
protected SequenceValue mGetNewContentId(Code)



mGetNewContentRepositoryId
protected SequenceValue mGetNewContentRepositoryId(Code)



mGetVersion
protected Select mGetVersion(Code)



mStoreContentAttribute
protected Insert mStoreContentAttribute(Code)



mStoreContentInfo
protected Insert mStoreContentInfo(Code)



mStoreContentProperty
protected Insert mStoreContentProperty(Code)



mStoreContentRepository
protected Insert mStoreContentRepository(Code)




Constructor Detail
generic
public generic(Datasource datasource)(Code)




Method Detail
containsRepository
public boolean containsRepository(String name) throws ContentManagerException(Code)



createRepository
public boolean createRepository(String name) throws ContentManagerException(Code)



deleteContent
public boolean deleteContent(String location) throws ContentManagerException(Code)



getContentForHtml
public String getContentForHtml(String location, ElementSupport element, String serveContentExitName) throws ContentManagerException(Code)



getContentInfo
public DatabaseContentInfo getContentInfo(String location) throws ContentManagerException(Code)



hasContentData
public boolean hasContentData(String location) throws ContentManagerException(Code)



install
public boolean install() throws ContentManagerException(Code)



remove
public boolean remove() throws ContentManagerException(Code)



serveContentData
public void serveContentData(ElementSupport element, String location) throws ContentManagerException(Code)



storeContent
public boolean storeContent(String location, Content content, ContentTransformer transformer) throws ContentManagerException(Code)



useContentData
public ResultType useContentData(String location, ContentDataUser user) throws ContentManagerException(Code)



Fields inherited from com.uwyn.rife.cmf.dam.contentmanagers.DatabaseContent
protected HashMap<MimeType, ContentStore> mMimeMapping(Code)(Java Doc)
protected ArrayList<ContentStore> mStores(Code)(Java Doc)

Methods inherited from com.uwyn.rife.cmf.dam.contentmanagers.DatabaseContent
protected boolean _containsRepository(Select containsContentRepository, String name) throws ContentManagerException(Code)(Java Doc)
protected boolean _createRepository(SequenceValue getContentRepositoryId, Insert storeContentRepository, String name) throws ContentManagerException(Code)(Java Doc)
protected boolean _deleteContent(Select getContentInfo, Delete deleteContentInfo, Delete deleteContentAttributes, Delete deleteContentProperties, String location) throws ContentManagerException(Code)(Java Doc)
protected String _getContentForHtml(String location, ElementSupport element, String serveContentExitName) throws ContentManagerException(Code)(Java Doc)
protected DatabaseContentInfo _getContentInfo(Select getContentInfo, Select getContentAttributes, Select getContentProperties, String location) throws ContentManagerException(Code)(Java Doc)
protected boolean _hasContentData(Select retrieveContent, String location) throws ContentManagerException(Code)(Java Doc)
protected boolean _install(CreateSequence createSequenceContentRepository, CreateSequence createSequenceContentInfo, CreateTable createTableContentRepository, CreateTable createTableContentInfo, CreateTable createTableContentAttribute, CreateTable createTableContentProperty) throws ContentManagerException(Code)(Java Doc)
protected boolean _remove(DropSequence dropSequenceContentRepository, DropSequence dropSequenceContentInfo, DropTable dropTableContentRepository, DropTable dropTableContentInfo, DropTable dropTableContentAttribute, DropTable dropTableContentProperty) throws ContentManagerException(Code)(Java Doc)
protected void _serveContentData(ElementSupport element, String location) throws ContentManagerException(Code)(Java Doc)
protected boolean _storeContent(SequenceValue getContentId, Select getContentRepositoryId, Insert storeContentInfo, Insert storeContentAttribute, Insert storeContentProperty, String location, Content content, ContentTransformer transformer) throws ContentManagerException(Code)(Java Doc)
protected ResultType _useContentData(Select retrieveContent, String location, ContentDataUser user) throws ContentManagerException(Code)(Java Doc)
abstract public DatabaseContentInfo getContentInfo(String location) throws ContentManagerException(Code)(Java Doc)
protected String getValueColumnName()(Code)(Java Doc)
protected Pair<String, String> splitLocation(String location)(Code)(Java Doc)

w___w___w__.___j_a_va_2_s_.c__o_m_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.