Java Doc for PortletRegistry.java in  » Portal » jetspeed-2.1.3 » org » apache » jetspeed » components » portletregistry » 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 » Portal » jetspeed 2.1.3 » org.apache.jetspeed.components.portletregistry 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.jetspeed.components.portletregistry.PortletRegistry

All known Subclasses:   org.apache.jetspeed.components.portletregistry.PersistenceBrokerPortletRegistry,
PortletRegistry
public interface PortletRegistry (Code)

PortletRegistryComponentImpl


version:
   $ $




Method Summary
 voidaddRegistryListener(RegistryEventListener listener)
    
 LanguagecreateLanguage(Locale locale, String title, String shortTitle, String description, Collection keywords)
    
 CollectiongetAllPortletDefinitions()
    
 MutablePortletApplicationgetPortletApplication(ObjectID id)
     Retreives a PortletApplication by it's unique ObjectID.
 MutablePortletApplicationgetPortletApplication(String name)
     Retreives a PortletApplication by it's unique name.
 MutablePortletApplicationgetPortletApplicationByIdentifier(String identifier)
     Locates a portlet application using it's unique identifier field.
 CollectiongetPortletApplications()
    
 PortletDefinitionCompositegetPortletDefinition(ObjectID id)
     Locates the portlet defintion by its unique ObjectID.
 PortletDefinitionCompositegetPortletDefinitionByIdentifier(String identifier)
     Locates a portlet using it's unique identifier field.
 PortletDefinitionCompositegetPortletDefinitionByUniqueName(String name)
     unique name is a string formed by the combination of a portlet's unique within it's parent application plus the parent application's unique name within the portlet container using ":" as a delimiter.
 booleannamedPortletApplicationExists(String appName)
    
 booleanportletApplicationExists(String appIentity)
     Checks whether or not a portlet application with this identity has all ready been registered to the container.
Parameters:
  appIdentity - portlet application indetity to check for.
 booleanportletDefinitionExists(String portletIndentity)
     Checks whether or not a portlet with this identity has all ready been registered to the container.
Parameters:
  portletIndentity - portlet indetity to check for.
 booleanportletDefinitionExists(String portletName, MutablePortletApplication app)
     Checks whether or not a portlet with this identity has all ready been registered to the PortletApplication.
Parameters:
  portletIndentity - portlet indetity to check for.
Parameters:
  app - PortletApplication to check .
 voidregisterPortletApplication(PortletApplicationDefinition newApp)
     Creates a new PortletApplicationDefinition within the Portal.
 voidremoveApplication(PortletApplicationDefinition app)
    
 voidremoveRegistryEventListner(RegistryEventListener listener)
    
 voidsavePortletDefinition(PortletDefinition portlet)
    
 voidupdatePortletApplication(PortletApplicationDefinition app)
     Makes any changes to the PortletApplicationDefinition persistent.



Method Detail
addRegistryListener
void addRegistryListener(RegistryEventListener listener)(Code)



createLanguage
Language createLanguage(Locale locale, String title, String shortTitle, String description, Collection keywords) throws RegistryException(Code)



getAllPortletDefinitions
Collection getAllPortletDefinitions()(Code)



getPortletApplication
MutablePortletApplication getPortletApplication(ObjectID id)(Code)
Retreives a PortletApplication by it's unique ObjectID. The unqiue ObjectID is generally a function of the native storage mechanism of the container whether it be auto-generated by an RDBMS, O/R tool or some other mechanism. This is different than the portlet applaiction's unique indentfier which is specified within the portlet.xml
Parameters:
  id -



getPortletApplication
MutablePortletApplication getPortletApplication(String name)(Code)
Retreives a PortletApplication by it's unique name. We use PortletApplicationComposite interface which extends the PortletApplication and adds additional functionallity to it.
Parameters:
  id - PortletApplicationComposite



getPortletApplicationByIdentifier
MutablePortletApplication getPortletApplicationByIdentifier(String identifier)(Code)
Locates a portlet application using it's unique identifier field.
Parameters:
  identifier - Unique id for this portlet application portlet application matching this unique id.



getPortletApplications
Collection getPortletApplications()(Code)



getPortletDefinition
PortletDefinitionComposite getPortletDefinition(ObjectID id)(Code)
Locates the portlet defintion by its unique ObjectID. The ObjectID is generated internally by the portal when the portlet definition is first registered and has no connection to the information stored within the portlet.xml.
Parameters:
  id - PortletDefinitionComposite



getPortletDefinitionByIdentifier
PortletDefinitionComposite getPortletDefinitionByIdentifier(String identifier)(Code)
Locates a portlet using it's unique identifier field.
This method automatically calls getStoreableInstance(PortletDefinitionComposite portlet) on the returned PortletEntityInstance
Parameters:
  identifier - Unique id for this portlet Portlet matching this unique id.
throws:
  java.lang.IllegalStateException - If PortletDefinitionComposite != null ANDPortletDefinitionComposite.getPortletApplicationDefinition() == null.The reason for this is that every PortletDefinition is required tohave a parent PortletApplicationDefinition



getPortletDefinitionByUniqueName
PortletDefinitionComposite getPortletDefinitionByUniqueName(String name)(Code)
unique name is a string formed by the combination of a portlet's unique within it's parent application plus the parent application's unique name within the portlet container using ":" as a delimiter.
FORMAT: application name::portlet name
EXAMPLE: com.myapp.portletApp1::weather-portlet
This methos automatically calls getStoreableInstance(PortletDefinitionComposite portlet) on the returned PortletEntityInstance
Parameters:
  name - portlets unique name. Portlet that matches the unique name
throws:
  java.lang.IllegalStateException - If PortletDefinitionComposite != null ANDPortletDefinitionComposite.getPortletApplicationDefinition() == null.The reason for this is that every PortletDefinition is required tohave a parent PortletApplicationDefinition



namedPortletApplicationExists
boolean namedPortletApplicationExists(String appName)(Code)

namedPortletApplicationExists


Parameters:
  appName -



portletApplicationExists
boolean portletApplicationExists(String appIentity)(Code)
Checks whether or not a portlet application with this identity has all ready been registered to the container.
Parameters:
  appIdentity - portlet application indetity to check for. boolean true if a portlet application with this identityis alreay registered, false if it has not.



portletDefinitionExists
boolean portletDefinitionExists(String portletIndentity)(Code)
Checks whether or not a portlet with this identity has all ready been registered to the container.
Parameters:
  portletIndentity - portlet indetity to check for. boolean true if a portlet with this identityis alreay registered, false if it has not.



portletDefinitionExists
boolean portletDefinitionExists(String portletName, MutablePortletApplication app)(Code)
Checks whether or not a portlet with this identity has all ready been registered to the PortletApplication.
Parameters:
  portletIndentity - portlet indetity to check for.
Parameters:
  app - PortletApplication to check . boolean true if a portlet with this identityis alreay registered, false if it has not.



registerPortletApplication
void registerPortletApplication(PortletApplicationDefinition newApp) throws RegistryException(Code)
Creates a new PortletApplicationDefinition within the Portal.
Parameters:
  newApp -



removeApplication
void removeApplication(PortletApplicationDefinition app) throws RegistryException(Code)



removeRegistryEventListner
void removeRegistryEventListner(RegistryEventListener listener)(Code)



savePortletDefinition
void savePortletDefinition(PortletDefinition portlet) throws FailedToStorePortletDefinitionException(Code)

savePortletDefinition


Parameters:
  portlet -
throws:
  FailedToStorePortletDefinitionException -



updatePortletApplication
void updatePortletApplication(PortletApplicationDefinition app) throws RegistryException(Code)
Makes any changes to the PortletApplicationDefinition persistent.
Parameters:
  app -



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