Java Doc for SubscriptionRepository.java in  » Report » pentaho-report » com » pentaho » repository » subscribe » 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 » Report » pentaho report » com.pentaho.repository.subscribe 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.pentaho.repository.subscribe.SubscriptionRepository

SubscriptionRepository
public class SubscriptionRepository implements ISubscriptionRepository(Code)



Constructor Summary
public  SubscriptionRepository()
    

Method Summary
public  voidaddContent(SubscribeContent content)
    
public  SubscribeContentaddContent(String actionRef, String contentType)
    
public  booleanaddContentForSchedule(String contentId, String schedId)
    
public  booleanaddContentForSchedule(SubscribeContent content, Schedule sched)
    
public  voidaddSchedule(Schedule schedule)
    
public  ScheduleaddSchedule(String title, String scheduleRef, String description, String cronString, String group)
    
public  voidaddSchedulesToDocument(String user, String contentId, Element schedulesNode, String editId)
    
public  booleanaddSubscription(Subscription subscription)
    
public  voidaddSubscriptionToDocument(Subscription subscription, Element subscriptionsNode, String editId, IPentahoSession session)
    
public  voidaddSubscriptionsToDocument(String user, String contentId, Element subscriptionsNode, String editId, IPentahoSession session)
    
public  booleancheckUniqueSubscriptionName(String name, String user, String contentId)
    
public  booleandeleteContentForSchedule(String contentId, String schedId)
    
public  booleandeleteContentForSchedule(SubscribeContent content, Schedule sched)
    
public  booleandeleteSchedule(Schedule sched)
    
public  booleandeleteScheduleById(String scheduleId)
    
public  booleandeleteSubscribeContent(SubscribeContent subContent)
    
public  booleandeleteSubscribeContentById(String subContentId)
    
public  booleandeleteSubscription(String subscriptionId, IPentahoSession session)
    
public  booleandeleteSubscription(String subscriptionId)
    
public  voiddeleteUserSubscriptions(String user)
    
public  SubscribeContenteditContent(String id, String actionRef, String contentType)
    
public  ScheduleeditSchedule(String id, String title, String scheduleRef, String description, String cronString, String group)
    
public  ListgetAllContent()
    
public  ListgetAllSubscriptions()
    
public  SubscribeContentgetContentByActionReference(String actionReference)
    
public  SubscribeContentgetContentById(String theId)
    
public  ListgetContentBySchedule(Schedule schedule)
    
public  IContentItemgetContentItem(String subscriptionName, IPentahoSession session)
    
public  IContentItemgetContentItem(String contentName, String subscriptionName, String mimeType, String extension, IPentahoSession session, String solutionName, String solutionPath, boolean allowCreate)
    
public  LoggetLogger()
    
public  SchedulegetSchedule(String scheduleId)
    
public  SchedulegetScheduleByScheduleReference(String scheduleReference)
    
public  ListgetSchedules()
    
public  ListgetSchedulesByTitle(String title)
    
public  SubscriptiongetSubscription(String subscriptionId, IPentahoSession session)
    
public  ListgetSubscriptionArchives(String subscriptionName, IPentahoSession session)
    
public  SubscriptiongetSubscriptionById(String theId)
    
public  SubscriptionResultSetgetSubscriptions(String scheduleId, IPentahoSession session, String solution, String path, String action, String parameterNames)
    
public  ListgetSubscriptionsForSchedule(Schedule schedule)
    
public  ListgetSubscriptionsForSchedule(String scheduleId)
    
public  DocumentgetUserSubscriptions(String user, String contentId, IPentahoSession session)
    
public  ListgetUserSubscriptions(String user)
    
public  ListgetUserSubscriptionsToContentReference(String user, String contentId)
    
public  ElementimportContent(Document doc)
    
public  ElementimportSchedules(Document doc)
    
public  voidinit(IPentahoSession session)
    
public  voidsetContent(String actionRefs)
    
public  voidsetContentForSchedule(String contentId, String schedId)
    
public  voidsetSchedulesForContent(String scheduleId, String contentId)
    
public  ListsyncSchedules()
    


Constructor Detail
SubscriptionRepository
public SubscriptionRepository()(Code)




Method Detail
addContent
public void addContent(SubscribeContent content)(Code)



addContent
public SubscribeContent addContent(String actionRef, String contentType)(Code)



addContentForSchedule
public boolean addContentForSchedule(String contentId, String schedId) throws Exception(Code)



addContentForSchedule
public boolean addContentForSchedule(SubscribeContent content, Schedule sched) throws Exception(Code)



addSchedule
public void addSchedule(Schedule schedule) throws Exception(Code)



addSchedule
public Schedule addSchedule(String title, String scheduleRef, String description, String cronString, String group) throws Exception(Code)



addSchedulesToDocument
public void addSchedulesToDocument(String user, String contentId, Element schedulesNode, String editId)(Code)



addSubscription
public boolean addSubscription(Subscription subscription)(Code)



addSubscriptionToDocument
public void addSubscriptionToDocument(Subscription subscription, Element subscriptionsNode, String editId, IPentahoSession session)(Code)



addSubscriptionsToDocument
public void addSubscriptionsToDocument(String user, String contentId, Element subscriptionsNode, String editId, IPentahoSession session)(Code)



checkUniqueSubscriptionName
public boolean checkUniqueSubscriptionName(String name, String user, String contentId)(Code)
Returns true if the subscription name is unique for the user/contentId
Parameters:
  Name - the schedule name to check for uniqueness
Parameters:
  user - the user that owns the schedules
Parameters:
  contentId - The action sequence separated by slashes



deleteContentForSchedule
public boolean deleteContentForSchedule(String contentId, String schedId) throws Exception(Code)



deleteContentForSchedule
public boolean deleteContentForSchedule(SubscribeContent content, Schedule sched) throws Exception(Code)



deleteSchedule
public boolean deleteSchedule(Schedule sched) throws Exception(Code)



deleteScheduleById
public boolean deleteScheduleById(String scheduleId) throws Exception(Code)



deleteSubscribeContent
public boolean deleteSubscribeContent(SubscribeContent subContent) throws Exception(Code)



deleteSubscribeContentById
public boolean deleteSubscribeContentById(String subContentId) throws Exception(Code)



deleteSubscription
public boolean deleteSubscription(String subscriptionId, IPentahoSession session)(Code)



deleteSubscription
public boolean deleteSubscription(String subscriptionId) throws Exception(Code)



deleteUserSubscriptions
public void deleteUserSubscriptions(String user)(Code)



editContent
public SubscribeContent editContent(String id, String actionRef, String contentType)(Code)



editSchedule
public Schedule editSchedule(String id, String title, String scheduleRef, String description, String cronString, String group) throws Exception(Code)



getAllContent
public List getAllContent()(Code)



getAllSubscriptions
public List getAllSubscriptions()(Code)



getContentByActionReference
public SubscribeContent getContentByActionReference(String actionReference)(Code)



getContentById
public SubscribeContent getContentById(String theId)(Code)



getContentBySchedule
public List getContentBySchedule(Schedule schedule)(Code)



getContentItem
public IContentItem getContentItem(String subscriptionName, IPentahoSession session)(Code)



getContentItem
public IContentItem getContentItem(String contentName, String subscriptionName, String mimeType, String extension, IPentahoSession session, String solutionName, String solutionPath, boolean allowCreate)(Code)



getLogger
public Log getLogger()(Code)



getSchedule
public Schedule getSchedule(String scheduleId)(Code)



getScheduleByScheduleReference
public Schedule getScheduleByScheduleReference(String scheduleReference)(Code)



getSchedules
public List getSchedules()(Code)



getSchedulesByTitle
public List getSchedulesByTitle(String title)(Code)



getSubscription
public Subscription getSubscription(String subscriptionId, IPentahoSession session)(Code)



getSubscriptionArchives
public List getSubscriptionArchives(String subscriptionName, IPentahoSession session)(Code)



getSubscriptionById
public Subscription getSubscriptionById(String theId)(Code)



getSubscriptions
public SubscriptionResultSet getSubscriptions(String scheduleId, IPentahoSession session, String solution, String path, String action, String parameterNames)(Code)



getSubscriptionsForSchedule
public List getSubscriptionsForSchedule(Schedule schedule)(Code)



getSubscriptionsForSchedule
public List getSubscriptionsForSchedule(String scheduleId)(Code)



getUserSubscriptions
public Document getUserSubscriptions(String user, String contentId, IPentahoSession session)(Code)



getUserSubscriptions
public List getUserSubscriptions(String user)(Code)



getUserSubscriptionsToContentReference
public List getUserSubscriptionsToContentReference(String user, String contentId)(Code)



importContent
public Element importContent(Document doc)(Code)



importSchedules
public Element importSchedules(Document doc)(Code)



init
public void init(IPentahoSession session)(Code)



setContent
public void setContent(String actionRefs) throws Exception(Code)



setContentForSchedule
public void setContentForSchedule(String contentId, String schedId) throws Exception(Code)



setSchedulesForContent
public void setSchedulesForContent(String scheduleId, String contentId) throws Exception(Code)



syncSchedules
public List syncSchedules() throws Exception(Code)



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.