Java Doc for PortalInformationStore.java in  » Portal » stringbeans-3.5 » com » nabhinc » portal » api » 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 » stringbeans 3.5 » com.nabhinc.portal.api 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.nabhinc.portal.api.PortalInformationStore

All known Subclasses:   com.nabhinc.portal.api.PortalInformationStoreFileImpl,
PortalInformationStore
public interface PortalInformationStore (Code)
Stores Portal related information.
author:
   Padmanabh Dabke
author:
   (c) 2006 Nabh Information Systems, Inc. All Rights Reserved.




Method Summary
 PortalApplicationcreatePortalApplication(String appPath, String preferredTemplatePath)
     Create portal application (template) at the location specified by the provided path.
 voiddeletePortalApplication(String appPath)
    
 voiddeletePortalApplicationVersions(String appPath, int[] versions)
    
 voiddeleteUserPreferences(String userName)
    
 String[]getChildPsites(String appPath)
    
 PortalApplicationgetPortalApplication(String appPath)
     Retrieves portal application based on the provided path.
 PortalApplicationgetPortalApplicationHelper(String appPath, boolean getFromCache)
    
 String[]getPortalApplicationMembers(String appPath)
     Returns psite members.
 StringgetPortalApplicationOwner(String appPath)
    
 byte[]getUserIcon(String userName)
    
 PortalApplication[]getUserPortalApplications()
    
 UserPreferencesgetUserPreferences(String userName)
    
 List<VersionInfo>getVersionHistory(String portalPath, int maxHistFiles)
    
 booleanisMemberOf(String userName, String appPath)
     Check if a user is member of specified site.
 voidlockPortalApplication(String appPath)
     Lock this portal application so that other users will not be able to modify it.
 booleanportalApplicationExists(String path)
     Verify if the application's template has already existed.
Parameters:
  appPath - The path to verify.
 voidreplacePortalApplicationWithVersion(String appPath, int versionNum)
     Replaces current psite with a version indicated in the request.
 PortalConfigurationrestorePortalConfiguration()
     Restores portal configuration.
 StringrestorePortletConfiguration()
     Restores portlet configuration.
 voidsavePortalApplication(PortalApplication app, boolean isCreateVersionFile)
     Stores portal application.
 voidsavePortalConfiguration(PortalConfiguration pConfig)
     Stores the portal configuration.
 voidsavePortletConfiguration(String configXML)
     Save the portlet configuration.
 voidsaveUserPreferences(UserPreferences prefs)
    
 voidsetPortalApplicationMembers(String appPath, String[] members)
    
 voidsetUserIcon(String userName, byte[] icon)
    
 voidunlockPortalApplication(String appPath)
    



Method Detail
createPortalApplication
PortalApplication createPortalApplication(String appPath, String preferredTemplatePath) throws EntityExistsException, WebServiceSecurityException, OrphanException, RemoteException(Code)
Create portal application (template) at the location specified by the provided path.
Parameters:
  appPath - The path where the portal application will be created.
Parameters:
  owner - App owner
throws:
  EntityExistsException -
throws:
  OrphanException - Thrown when the parent psite is missing.
throws:
  RemoteException -



deletePortalApplication
void deletePortalApplication(String appPath) throws WebServiceSecurityException, RemoteException(Code)
Remove portal application
Parameters:
  appPath -



deletePortalApplicationVersions
void deletePortalApplicationVersions(String appPath, int[] versions) throws WebServiceSecurityException, RemoteException(Code)
Deletes specified app versions
Parameters:
  appPath -
Parameters:
  versions -
throws:
  WebServiceSecurityException -
throws:
  RemoteException -



deleteUserPreferences
void deleteUserPreferences(String userName) throws RemoteException(Code)



getChildPsites
String[] getChildPsites(String appPath) throws RemoteException(Code)



getPortalApplication
PortalApplication getPortalApplication(String appPath) throws WebServiceSecurityException, RemoteException(Code)
Retrieves portal application based on the provided path.
Parameters:
  appPath - The portal application's path.
throws:
  RemoteException -



getPortalApplicationHelper
PortalApplication getPortalApplicationHelper(String appPath, boolean getFromCache) throws WebServiceSecurityException, RemoteException(Code)



getPortalApplicationMembers
String[] getPortalApplicationMembers(String appPath) throws WebServiceSecurityException, RemoteException(Code)
Returns psite members.
Parameters:
  appPath - String array containing psite members, null if there are no members.
throws:
  RemoteException -



getPortalApplicationOwner
String getPortalApplicationOwner(String appPath)(Code)



getUserIcon
byte[] getUserIcon(String userName) throws RemoteException(Code)



getUserPortalApplications
PortalApplication[] getUserPortalApplications() throws WebServiceSecurityException, RemoteException(Code)



getUserPreferences
UserPreferences getUserPreferences(String userName) throws RemoteException(Code)

Parameters:
  userName -
throws:
  RemoteException -



getVersionHistory
List<VersionInfo> getVersionHistory(String portalPath, int maxHistFiles) throws RemoteException(Code)



isMemberOf
boolean isMemberOf(String userName, String appPath) throws RemoteException(Code)
Check if a user is member of specified site.
Parameters:
  userName - User name
Parameters:
  appPath - Psite path true if the user is member of the psite.



lockPortalApplication
void lockPortalApplication(String appPath) throws EntityLockedException, WebServiceSecurityException, RemoteException(Code)
Lock this portal application so that other users will not be able to modify it.
Parameters:
  appPath -



portalApplicationExists
boolean portalApplicationExists(String path) throws WebServiceSecurityException, RemoteException(Code)
Verify if the application's template has already existed.
Parameters:
  appPath - The path to verify. true if the portal application exists.
throws:
  RemoteException -



replacePortalApplicationWithVersion
void replacePortalApplicationWithVersion(String appPath, int versionNum) throws WebServiceSecurityException, RemoteException(Code)
Replaces current psite with a version indicated in the request.
Parameters:
  appPath -
Parameters:
  versionNum -
throws:
  WebServiceSecurityException -
throws:
  RemoteException -



restorePortalConfiguration
PortalConfiguration restorePortalConfiguration() throws RemoteException(Code)
Restores portal configuration.
throws:
  RemoteException -



restorePortletConfiguration
String restorePortletConfiguration() throws RemoteException(Code)
Restores portlet configuration.
throws:
  RemoteException -



savePortalApplication
void savePortalApplication(PortalApplication app, boolean isCreateVersionFile) throws EntityLockedException, WebServiceSecurityException, RemoteException(Code)
Stores portal application.
Parameters:
  app - The portal application to store.
throws:
  RemoteException -



savePortalConfiguration
void savePortalConfiguration(PortalConfiguration pConfig) throws RemoteException(Code)
Stores the portal configuration.
Parameters:
  pConfig -
throws:
  RemoteException -



savePortletConfiguration
void savePortletConfiguration(String configXML) throws RemoteException(Code)
Save the portlet configuration.
Parameters:
  configXML -
throws:
  RemoteException -



saveUserPreferences
void saveUserPreferences(UserPreferences prefs) throws RemoteException(Code)

Parameters:
  prefs -
throws:
  RemoteException -



setPortalApplicationMembers
void setPortalApplicationMembers(String appPath, String[] members) throws WebServiceSecurityException, RemoteException(Code)
Assign members to this site
Parameters:
  appPath - true if the lock belonged to the current user.



setUserIcon
void setUserIcon(String userName, byte[] icon) throws RemoteException(Code)



unlockPortalApplication
void unlockPortalApplication(String appPath) throws EntityLockedException, WebServiceSecurityException, RemoteException(Code)
Unlock psite at given path
Parameters:
  appPath - true if the lock belonged to the current user.



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