Java Doc for PortalInformationStoreFileImpl.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.ws.service.core
.BaseJavaWebService
com.nabhinc.portal.api
.PortalInformationStoreFileImpl
PortalInformationStoreFileImpl
public
class PortalInformationStoreFileImpl extends
BaseJavaWebService
implements
PortalInformationStore
(Code)
author:
Padmanabh Dabke (c)
author:
2005 Nabh Information Systems, Inc. All Rights Reserved.
Field Summary
final
public
static
String
CONFIG_DIR
final
public
static
String
DEFAULT_OWNER
final
public
static
String
DEFAULT_PORTAL_APP_DIR
final
public
static
String
DEFAULT_USER_PREFS_DIR
final
public
static
String
LOCK_FILE
final
public
static
String
MEMBER_FILE
final
public
static
String
OWNER_FILE
final
public
static
String
PORTAL_XML_PATH
final
public
static
String
PORTLET_XML_PATH
final
public
static
String
PSITE_DATA_DIR
final
public
static
String
VERSION_DIR
final
public
static
String
VERSION_FILE_PREFIX
Method Summary
public
synchronized
PortalApplication
createPortalApplication
(
String
appPath,
String
preferredTemplatePath)
public
synchronized void
deletePortalApplication
(
String
appPath)
public
synchronized void
deletePortalApplicationVersions
(
String
appPath, int[] versions)
public
void
deleteUserPreferences
(
String
userName)
public
String
getCharSet
()
public
String
[]
getChildPsites
(
String
appPath)
public
String
getJAXBPackagePath
()
public
String
getPortalAppDir
()
public
synchronized
PortalApplication
getPortalApplication
(
String
path)
public
PortalApplication
getPortalApplicationHelper
(
String
path, boolean getFromCache)
public
synchronized
String
[]
getPortalApplicationMembers
(
String
appPath)
public
String
getPortalApplicationOwner
(
String
appPath)
public
byte[]
getUserIcon
(
String
userName)
public
synchronized
PortalApplication
[]
getUserPortalApplications
()
public
UserPreferences
getUserPreferences
(
String
name)
public
String
getUserPrefsDir
()
public
synchronized
List
<
VersionInfo
>
getVersionHistory
(
String
portalPath, int maxHistFiles)
public
void
init
(
ServerObjectConfig
config)
public
synchronized boolean
isMemberOf
(
String
userName,
String
appPath)
public
synchronized void
lockPortalApplication
(
String
appPath)
public
synchronized boolean
portalApplicationExists
(
String
path)
public
synchronized void
replacePortalApplicationWithVersion
(
String
appPath, int versionNum)
public
PortalConfiguration
restorePortalConfiguration
()
public
String
restorePortletConfiguration
()
public
synchronized void
savePortalApplication
(
PortalApplication
portalApp, boolean isCreateVersionFile)
public
void
savePortalConfiguration
(
PortalConfiguration
pConfig)
public
void
savePortletConfiguration
(
String
configXML)
public
void
saveUserPreferences
(
UserPreferences
prefs)
public
void
setCharSet
(
String
newCharSet)
public
void
setJAXBPackagePath
(
String
p)
public
void
setPortalAppDir
(
String
newDir)
public
synchronized void
setPortalApplicationMembers
(
String
appPath,
String
[] members)
public
void
setUserIcon
(
String
userName, byte[] icon)
public
void
setUserPrefsDir
(
String
newDir)
public
synchronized void
unlockPortalApplication
(
String
appPath)
Field Detail
CONFIG_DIR
final
public
static
String
CONFIG_DIR
(Code)
DEFAULT_OWNER
final
public
static
String
DEFAULT_OWNER
(Code)
DEFAULT_PORTAL_APP_DIR
final
public
static
String
DEFAULT_PORTAL_APP_DIR
(Code)
DEFAULT_USER_PREFS_DIR
final
public
static
String
DEFAULT_USER_PREFS_DIR
(Code)
LOCK_FILE
final
public
static
String
LOCK_FILE
(Code)
MEMBER_FILE
final
public
static
String
MEMBER_FILE
(Code)
OWNER_FILE
final
public
static
String
OWNER_FILE
(Code)
PORTAL_XML_PATH
final
public
static
String
PORTAL_XML_PATH
(Code)
PORTLET_XML_PATH
final
public
static
String
PORTLET_XML_PATH
(Code)
PSITE_DATA_DIR
final
public
static
String
PSITE_DATA_DIR
(Code)
VERSION_DIR
final
public
static
String
VERSION_DIR
(Code)
VERSION_FILE_PREFIX
final
public
static
String
VERSION_FILE_PREFIX
(Code)
Method Detail
createPortalApplication
public
synchronized
PortalApplication
createPortalApplication(
String
appPath,
String
preferredTemplatePath) throws
RemoteException
,
WebServiceSecurityException
,
OrphanException
,
EntityExistsException
(Code)
deletePortalApplication
public
synchronized void deletePortalApplication(
String
appPath) throws
WebServiceSecurityException
,
RemoteException
(Code)
deletePortalApplicationVersions
public
synchronized void deletePortalApplicationVersions(
String
appPath, int[] versions) throws
WebServiceSecurityException
,
RemoteException
(Code)
deleteUserPreferences
public
void deleteUserPreferences(
String
userName) throws
RemoteException
(Code)
getCharSet
public
String
getCharSet()
(Code)
getChildPsites
public
String
[] getChildPsites(
String
appPath)
(Code)
getJAXBPackagePath
public
String
getJAXBPackagePath()
(Code)
getPortalAppDir
public
String
getPortalAppDir()
(Code)
getPortalApplication
public
synchronized
PortalApplication
getPortalApplication(
String
path) throws
WebServiceSecurityException
,
RemoteException
(Code)
getPortalApplicationHelper
public
PortalApplication
getPortalApplicationHelper(
String
path, boolean getFromCache) throws
WebServiceSecurityException
,
RemoteException
(Code)
getPortalApplicationMembers
public
synchronized
String
[] getPortalApplicationMembers(
String
appPath) throws
RemoteException
(Code)
getPortalApplicationOwner
public
String
getPortalApplicationOwner(
String
appPath)
(Code)
getUserIcon
public
byte[] getUserIcon(
String
userName) throws
RemoteException
(Code)
getUserPortalApplications
public
synchronized
PortalApplication
[] getUserPortalApplications() throws
WebServiceSecurityException
,
RemoteException
(Code)
getUserPreferences
public
UserPreferences
getUserPreferences(
String
name) throws
RemoteException
(Code)
getUserPrefsDir
public
String
getUserPrefsDir()
(Code)
getVersionHistory
public
synchronized
List
<
VersionInfo
> getVersionHistory(
String
portalPath, int maxHistFiles) throws
RemoteException
(Code)
init
public
void init(
ServerObjectConfig
config) throws
WebServiceException
(Code)
isMemberOf
public
synchronized boolean isMemberOf(
String
userName,
String
appPath) throws
RemoteException
(Code)
lockPortalApplication
public
synchronized void lockPortalApplication(
String
appPath) throws
EntityLockedException
,
WebServiceSecurityException
,
RemoteException
(Code)
portalApplicationExists
public
synchronized boolean portalApplicationExists(
String
path) throws
WebServiceSecurityException
,
RemoteException
(Code)
replacePortalApplicationWithVersion
public
synchronized void replacePortalApplicationWithVersion(
String
appPath, int versionNum) throws
WebServiceSecurityException
,
RemoteException
(Code)
restorePortalConfiguration
public
PortalConfiguration
restorePortalConfiguration() throws
RemoteException
(Code)
restorePortletConfiguration
public
String
restorePortletConfiguration() throws
RemoteException
(Code)
savePortalApplication
public
synchronized void savePortalApplication(
PortalApplication
portalApp, boolean isCreateVersionFile) throws
WebServiceSecurityException
,
EntityLockedException
,
RemoteException
(Code)
savePortalConfiguration
public
void savePortalConfiguration(
PortalConfiguration
pConfig) throws
RemoteException
(Code)
savePortletConfiguration
public
void savePortletConfiguration(
String
configXML) throws
RemoteException
(Code)
saveUserPreferences
public
void saveUserPreferences(
UserPreferences
prefs) throws
RemoteException
(Code)
setCharSet
public
void setCharSet(
String
newCharSet)
(Code)
setJAXBPackagePath
public
void setJAXBPackagePath(
String
p) throws
JAXBException
(Code)
setPortalAppDir
public
void setPortalAppDir(
String
newDir) throws
WebServiceException
(Code)
setPortalApplicationMembers
public
synchronized void setPortalApplicationMembers(
String
appPath,
String
[] members) throws
WebServiceSecurityException
,
RemoteException
(Code)
setUserIcon
public
void setUserIcon(
String
userName, byte[] icon) throws
RemoteException
(Code)
setUserPrefsDir
public
void setUserPrefsDir(
String
newDir) throws
WebServiceException
(Code)
unlockPortalApplication
public
synchronized void unlockPortalApplication(
String
appPath) throws
EntityLockedException
,
WebServiceSecurityException
,
RemoteException
(Code)
Methods inherited from
com.nabhinc.ws.service.core.BaseJavaWebService
public
Object
invoke(
RequestInfo
reqInfo) throws
WebServiceException
(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.