Java Doc for LibresourceCoreServiceBean.java in  » Groupware » LibreSource » org » libresource » core » ejb » 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 » Groupware » LibreSource » org.libresource.core.ejb 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.libresource.LibresourceServiceBase
      org.libresource.core.ejb.LibresourceCoreServiceBean

LibresourceCoreServiceBean
abstract public class LibresourceCoreServiceBean extends LibresourceServiceBase (Code)
The main Libresource service




Method Summary
public  voidaddEventFilter(String name, URI user, String uriFilter, String eventTypeFilter, String argsFilter, String sendingType)
    
public  voidaddLoggedEventInTimeline(URI timelineUri, String event)
    
public  voidcleanTimeline(URI uri)
    
public  voidcreateProject(URI uri, String name, String description)
    
public  FilecreateTempFile(String fileId, FileData fileData)
    
public  FilecreateTempFile(String fileId)
    
public  voidcreateTemplate(URI uri, String name, String description)
    
public  voidcreateTimeline(URI uri, String name, String uriPattern)
    
public  voiddeleteFileData(String tableName, String fileId)
    
public  voideditEventFilter(int id, URI user, String name, String uriFilter, String eventTypeFilter, String argsFilter, String sendingType)
    
public  voideditProject(URI uri, String name, String description)
    
public  voideditProjectSummary(URI uri, String summary)
    
public  voideditProjectSummary(URI uri, String summary, String editor, Date editionDate)
    
public  voideditTemplate(URI uri, String name, String description)
    
public  voideditTimeline(URI uri, String name, String uriPattern, boolean publicEvents)
    
protected static  ConnectiongetConnectionForEvents(boolean createTable)
    
protected static  ConnectiongetConnectionForOID(String tableName, boolean createTable)
    
protected static  ConnectiongetConnectionForProjectStats(boolean createTable)
    
public  HashSetgetDefaultLoggedEvents()
    
public  StringgetDistributedFileSystem()
    
public  EventFilterValuegetEventFilter(int id)
    
public  FileDatagetFileData(String tableName, String fileId)
    
public  LibresourceIndexableContentgetIndexableContent(LibresourceResourceIdentifier resourceIdentifier)
    
public  EventFilterValue[]getInterestedEventFilters(String eventType, URI fromUri, String args)
    
public  ProjectResourceValuegetProject(URI uri)
    
public  FilegetTempFile(String fileId)
    
public  StringgetTempFilePath(String tableName, String fileId)
    
public  TemplateResourceValuegetTemplate(URI uri)
    
public  FileDatagetTemplateContent(URI uri)
    
public  TimelineResourceValuegetTimeline(URI uri)
    
public  TimelineDateItem[]getTimelineDateItems(URI uri, int maxDays)
    
public  Date[]getTimelineDates(URI uri)
    
public  TimelineItem[]getTimelineItems(URI uri, Date date)
    
public  URIResolvergetUriResolver()
    
public  LibresourceExportHandlergetXmlExportHandlerForResource(URI uri)
    
public  LibresourceImportHandlergetXmlImportHandler(String type)
    
public  voidimportInTemplate(URI uri, URI importFrom)
    
public  ProjectResourceValue[]listAllProjects()
    
public  String[]listAvailablesEvents(LibresourceResourceIdentifier resourceIdentifier)
    
public  EventFilterValue[]listEventFilter(URI user)
    
public  ProjectResourceValue[]listProjectAt(URI uri)
    
public  ProjectResourceValue[]listPublicProjects()
    
public  TemplateResourceValue[]listPublicTemplates()
    
public  voidnewInstanceTemplate(URI uri, URI instanceUri)
    
public  voidputFileData(String tableName, String fileId, FileData fileData)
    
public  voidremoveEventFilter(int id)
    
public  voidremoveLoggedEventInTimeline(URI timelineUri, String event)
    
public  voidresetLoggedEventsInTimeline(URI timelineUri)
    
public  voidsetTemplateContent(URI uri, FileData content)
    



Method Detail
addEventFilter
public void addEventFilter(String name, URI user, String uriFilter, String eventTypeFilter, String argsFilter, String sendingType) throws Exception(Code)



addLoggedEventInTimeline
public void addLoggedEventInTimeline(URI timelineUri, String event) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



cleanTimeline
public void cleanTimeline(URI uri) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



createProject
public void createProject(URI uri, String name, String description) throws LibresourceCoreServiceException, LibresourceSecurityException(Code)



createTempFile
public File createTempFile(String fileId, FileData fileData) throws Exception(Code)



createTempFile
public File createTempFile(String fileId) throws Exception(Code)



createTemplate
public void createTemplate(URI uri, String name, String description) throws LibresourceCoreServiceException, LibresourceSecurityException(Code)



createTimeline
public void createTimeline(URI uri, String name, String uriPattern) throws LibresourceCoreServiceException, LibresourceSecurityException(Code)



deleteFileData
public void deleteFileData(String tableName, String fileId) throws Exception(Code)



editEventFilter
public void editEventFilter(int id, URI user, String name, String uriFilter, String eventTypeFilter, String argsFilter, String sendingType) throws Exception(Code)



editProject
public void editProject(URI uri, String name, String description) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



editProjectSummary
public void editProjectSummary(URI uri, String summary) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



editProjectSummary
public void editProjectSummary(URI uri, String summary, String editor, Date editionDate) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



editTemplate
public void editTemplate(URI uri, String name, String description) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



editTimeline
public void editTimeline(URI uri, String name, String uriPattern, boolean publicEvents) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



getConnectionForEvents
protected static Connection getConnectionForEvents(boolean createTable) throws Exception(Code)



getConnectionForOID
protected static Connection getConnectionForOID(String tableName, boolean createTable) throws Exception(Code)



getConnectionForProjectStats
protected static Connection getConnectionForProjectStats(boolean createTable) throws Exception(Code)



getDefaultLoggedEvents
public HashSet getDefaultLoggedEvents()(Code)



getDistributedFileSystem
public String getDistributedFileSystem() throws LibresourceCoreServiceException, LibresourceSecurityException(Code)



getEventFilter
public EventFilterValue getEventFilter(int id) throws Exception(Code)



getFileData
public FileData getFileData(String tableName, String fileId) throws Exception(Code)



getIndexableContent
public LibresourceIndexableContent getIndexableContent(LibresourceResourceIdentifier resourceIdentifier) throws LibresourceException(Code)



getInterestedEventFilters
public EventFilterValue[] getInterestedEventFilters(String eventType, URI fromUri, String args) throws Exception(Code)



getProject
public ProjectResourceValue getProject(URI uri) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



getTempFile
public File getTempFile(String fileId) throws Exception(Code)



getTempFilePath
public String getTempFilePath(String tableName, String fileId) throws Exception(Code)



getTemplate
public TemplateResourceValue getTemplate(URI uri) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



getTemplateContent
public FileData getTemplateContent(URI uri) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



getTimeline
public TimelineResourceValue getTimeline(URI uri) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



getTimelineDateItems
public TimelineDateItem[] getTimelineDateItems(URI uri, int maxDays) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



getTimelineDates
public Date[] getTimelineDates(URI uri) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



getTimelineItems
public TimelineItem[] getTimelineItems(URI uri, Date date) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



getUriResolver
public URIResolver getUriResolver() throws LibresourceCoreServiceException(Code)



getXmlExportHandlerForResource
public LibresourceExportHandler getXmlExportHandlerForResource(URI uri) throws LibresourceException(Code)



getXmlImportHandler
public LibresourceImportHandler getXmlImportHandler(String type) throws LibresourceException(Code)



importInTemplate
public void importInTemplate(URI uri, URI importFrom) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



listAllProjects
public ProjectResourceValue[] listAllProjects() throws LibresourceCoreServiceException(Code)



listAvailablesEvents
public String[] listAvailablesEvents(LibresourceResourceIdentifier resourceIdentifier) throws LibresourceException(Code)



listEventFilter
public EventFilterValue[] listEventFilter(URI user) throws Exception(Code)



listProjectAt
public ProjectResourceValue[] listProjectAt(URI uri) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



listPublicProjects
public ProjectResourceValue[] listPublicProjects() throws LibresourceCoreServiceException(Code)



listPublicTemplates
public TemplateResourceValue[] listPublicTemplates() throws LibresourceCoreServiceException(Code)



newInstanceTemplate
public void newInstanceTemplate(URI uri, URI instanceUri) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



putFileData
public void putFileData(String tableName, String fileId, FileData fileData) throws Exception(Code)



removeEventFilter
public void removeEventFilter(int id) throws Exception(Code)



removeLoggedEventInTimeline
public void removeLoggedEventInTimeline(URI timelineUri, String event) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



resetLoggedEventsInTimeline
public void resetLoggedEventsInTimeline(URI timelineUri) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



setTemplateContent
public void setTemplateContent(URI uri, FileData content) throws LibresourceCoreServiceException, LibresourceSecurityException, URINotExistException(Code)



Fields inherited from org.libresource.LibresourceServiceBase
protected transient SessionContext ctx(Code)(Java Doc)

Methods inherited from org.libresource.LibresourceServiceBase
public boolean canMapResourceForSecurity(URI fromResource, URI toResource) throws LibresourceException(Code)(Java Doc)
public void ejbActivate() throws EJBException, RemoteException(Code)(Java Doc)
public void ejbCreate() throws EJBException, RemoteException(Code)(Java Doc)
public void ejbPassivate() throws EJBException, RemoteException(Code)(Java Doc)
public void ejbRemove() throws EJBException, RemoteException(Code)(Java Doc)
public LibresourceIndexableContent getIndexableContent(LibresourceResourceIdentifier resourceIdentifier) throws LibresourceException(Code)(Java Doc)
abstract public String[] getLibresourceServiceDepends()(Code)(Java Doc)
abstract public String getLibresourceServiceName()(Code)(Java Doc)
public String getShortResourceName(LibresourceResourceIdentifier resourceIdentifier) throws LibresourceException(Code)(Java Doc)
public LibresourceExportHandler getXmlExportHandlerForResource(URI uri) throws LibresourceException(Code)(Java Doc)
public LibresourceImportHandler getXmlImportHandler(String type) throws LibresourceException(Code)(Java Doc)
public String[] listAvailablesEvents(LibresourceResourceIdentifier resourceIdentifier) throws LibresourceException(Code)(Java Doc)
public String[] listAvailablesPermissions(LibresourceResourceIdentifier resourceIdentifier) throws LibresourceException(Code)(Java Doc)
public void setSessionContext(SessionContext c)(Code)(Java Doc)
public void unsetEntityContext()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.