Java Doc for ImportExportBaseBean.java in  » Portal » Open-Portal » com » sun » portal » admin » console » fabric » 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 » Open Portal » com.sun.portal.admin.console.fabric 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.portal.admin.console.common.PortalBaseBean
   com.sun.portal.admin.console.fabric.ImportExportBaseBean

All known Subclasses:   com.sun.portal.admin.console.fabric.ImportBean,  com.sun.portal.admin.console.fabric.ExportBean,
ImportExportBaseBean
public class ImportExportBaseBean extends PortalBaseBean (Code)

author:
   cathywu

Inner Class :class CreateThread extends Thread

Field Summary
final public static  StringDEFAULT_SCOPE
    
final public static  StringRB_NAME
    
protected  StringalertDetail
    
protected  StringalertSummary
    
protected  StringalertType
    
protected  StringcancelText
    
protected  BooleandisableExport
    
protected  BooleandisableImport
    
protected  BooleandisplayError
    
protected  booleaninProgress
    
protected  booleanisLocal
    
protected  StringlogMessage
    
protected  Filelookin
    
protected  MBeanServerConnectionmbsc
    
protected  StringportalId
    
protected  MaprbMap
    
protected  booleanrenderParFileName
    
protected  Stringserver
    
protected  Stringtitle
    
protected  StringtitleStr
    

Constructor Summary
public  ImportExportBaseBean()
    

Method Summary
protected  StringcomposeLogMessage(Exception e)
    
public  StringgetAlertDetail()
    
public  StringgetAlertSummary()
    
public  StringgetAlertType()
    
public  StringgetCancelText()
    
public  BooleangetDisplayError()
    
public  booleangetIsLocal()
     If isLocal is false, the file chooser button will not be shown.
public  StringgetLogMessage()
    
public  FilegetLookin()
    
protected  ObjectNamegetMBeanObjectName(String domainId, String portalId)
    
protected  StringgetPortalId(FacesContext context)
    
public  StringgetServer()
    
public  StringgetTitle()
    
public  booleanisDisableExport()
    
public  booleanisDisableImport()
    
public  booleanisInProgress()
    
public  booleanisRenderParFileName()
    
public  voidsetAlertDetail(String detail)
    
public  voidsetAlertSummary(String summary)
    
public  voidsetAlertType(String type)
    
public  voidsetCancelText(String val)
    
public  voidsetDisableExport(boolean val)
    
public  voidsetDisableImport(boolean val)
    
public  voidsetDisplayError(Boolean value)
    
public  voidsetLogMessage(String val)
    
public  voidsetTitle(String value)
    
protected  voidsetupAlert(Object[] tokens, String summary, String detail, String type, String message)
    
public  voidvalidateParFileName(FacesContext ctx, UIComponent comp, Object value)
    

Field Detail
DEFAULT_SCOPE
final public static String DEFAULT_SCOPE(Code)



RB_NAME
final public static String RB_NAME(Code)



alertDetail
protected String alertDetail(Code)



alertSummary
protected String alertSummary(Code)



alertType
protected String alertType(Code)



cancelText
protected String cancelText(Code)



disableExport
protected Boolean disableExport(Code)



disableImport
protected Boolean disableImport(Code)



displayError
protected Boolean displayError(Code)



inProgress
protected boolean inProgress(Code)



isLocal
protected boolean isLocal(Code)



logMessage
protected String logMessage(Code)



lookin
protected File lookin(Code)



mbsc
protected MBeanServerConnection mbsc(Code)



portalId
protected String portalId(Code)



rbMap
protected Map rbMap(Code)



renderParFileName
protected boolean renderParFileName(Code)



server
protected String server(Code)



title
protected String title(Code)



titleStr
protected String titleStr(Code)




Constructor Detail
ImportExportBaseBean
public ImportExportBaseBean()(Code)




Method Detail
composeLogMessage
protected String composeLogMessage(Exception e)(Code)



getAlertDetail
public String getAlertDetail()(Code)



getAlertSummary
public String getAlertSummary()(Code)



getAlertType
public String getAlertType()(Code)



getCancelText
public String getCancelText()(Code)
cancel methods



getDisplayError
public Boolean getDisplayError()(Code)
Alert methods



getIsLocal
public boolean getIsLocal()(Code)
If isLocal is false, the file chooser button will not be shown.



getLogMessage
public String getLogMessage()(Code)



getLookin
public File getLookin()(Code)
Lookin



getMBeanObjectName
protected ObjectName getMBeanObjectName(String domainId, String portalId) throws Exception(Code)
utility methods



getPortalId
protected String getPortalId(FacesContext context)(Code)



getServer
public String getServer()(Code)
File chooser methods



getTitle
public String getTitle()(Code)
Title methods



isDisableExport
public boolean isDisableExport()(Code)



isDisableImport
public boolean isDisableImport()(Code)
disable flags



isInProgress
public boolean isInProgress()(Code)



isRenderParFileName
public boolean isRenderParFileName()(Code)
renderParFileName methods



setAlertDetail
public void setAlertDetail(String detail)(Code)



setAlertSummary
public void setAlertSummary(String summary)(Code)



setAlertType
public void setAlertType(String type)(Code)



setCancelText
public void setCancelText(String val)(Code)



setDisableExport
public void setDisableExport(boolean val)(Code)



setDisableImport
public void setDisableImport(boolean val)(Code)



setDisplayError
public void setDisplayError(Boolean value)(Code)



setLogMessage
public void setLogMessage(String val)(Code)



setTitle
public void setTitle(String value)(Code)



setupAlert
protected void setupAlert(Object[] tokens, String summary, String detail, String type, String message)(Code)



validateParFileName
public void validateParFileName(FacesContext ctx, UIComponent comp, Object value)(Code)
validator for parFileName



Fields inherited from com.sun.portal.admin.console.common.PortalBaseBean
final public static String ATTR_NESTED_PROPERTY_NAME(Code)(Java Doc)
final public static String ATTR_SELECTED_CHANNEL_NAME(Code)(Java Doc)
final public static String DEFAULT_CHARSET(Code)(Java Doc)

Methods inherited from com.sun.portal.admin.console.common.PortalBaseBean
public Set getInstanceObjectNames(String portalId) throws IOException, Exception(Code)(Java Doc)
public String getPortalId()(Code)(Java Doc)
public boolean isLocal()(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.