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


com.sun.portal.admin.console.common.PortalBaseBean
   com.sun.portal.admin.console.desktop.EditPropertiesBean

EditPropertiesBean
public class EditPropertiesBean extends PortalBaseBean implements DesktopConstants,TableDataListener(Code)


Field Summary
final public static  charCHANNEL_NAME_SEPARATOR_CHAR
    
final public static  StringCOLLECTION_NAME_SEPARATOR
    
final public static  StringLIST_PROPERTY_NAME
    
protected  Stringfqcn
    
 ListmergedDNs
    
protected  DataProviderproperties
    

Constructor Summary
public  EditPropertiesBean()
    

Method Summary
public  StringchangeClientLocale()
    
public  StringgetAlertDetail()
    
public  StringgetAlertSummary()
    
public  StringgetAlertType()
    
public  StringgetChannelName()
    
public  StringgetClient()
    
public  StringgetCountry()
    
public  Hyperlink[]getCrumbs()
    
public  StringgetCurrentClient()
    
public  StringgetCurrentClientLocale()
    
public  StringgetCurrentCollectionName()
    
public  StringgetCurrentLocale()
    
public  StringgetEmptyMessage()
    
public  StringgetEncodedChannelName()
    
public  StringgetLang()
    
public  StringgetListCollectionName()
    
public  String[]getListValue()
    
public  StringgetLogMessage()
    
public  StringgetMergedDNs()
    
public  StringgetPreferenceName()
    
public  String[]getPreferenceValue()
    
public  DataProvidergetPreferences()
    
public  DataProvidergetProperties()
    
public  StringgetProviderName()
    
public  StringgetRpn()
    
public  StringgetVariant()
    
public  booleanisAlert()
    
public  booleanisCollection()
    
public  booleanisContainer()
    
public  booleanisDefaultLocale()
    
public  booleanisDisaster()
    
public  booleanisDpRoot()
    
public  booleanisPortletChannel()
    
public  booleanisSuccessAlert()
    
public  booleanisTabContainer()
    
public  voidproviderChanged(DataProvider provider)
    
public  StringremoveCustomization()
    
public  Stringreset()
    
public  voidrowAdded(TableDataProvider provider, RowKey row)
    
public  voidrowRemoved(TableDataProvider provider, RowKey row)
    
public  Stringsave()
    
public  StringsaveList()
    
public  StringsavePreferenceValues()
    
public  voidsetAlertDetail(String detail)
    
public  voidsetAlertSummary(String summary)
    
public  voidsetAlertType(String aType)
    
public  voidsetClient(String client)
    
public  voidsetCountry(String country)
    
public  voidsetLang(String lang)
    
public  voidsetListValue(String[] strList)
    
public  voidsetPreferenceValue(String[] strList)
    
public  voidsetVariant(String variant)
    
public  voidvalueChanged(TableDataProvider provider, FieldKey fieldKey, RowKey row, Object oldValue, Object newValue)
    
public  voidvalueChanged(DataProvider provider, FieldKey fieldKey, Object oldValue, Object newValue)
    

Field Detail
CHANNEL_NAME_SEPARATOR_CHAR
final public static char CHANNEL_NAME_SEPARATOR_CHAR(Code)



COLLECTION_NAME_SEPARATOR
final public static String COLLECTION_NAME_SEPARATOR(Code)



LIST_PROPERTY_NAME
final public static String LIST_PROPERTY_NAME(Code)



fqcn
protected String fqcn(Code)
Fully Qualified Channel Name



mergedDNs
List mergedDNs(Code)
The list of DNs that contributed in the merger of the DP document for this node



properties
protected DataProvider properties(Code)
A list of Property Objects




Constructor Detail
EditPropertiesBean
public EditPropertiesBean()(Code)




Method Detail
changeClientLocale
public String changeClientLocale()(Code)
called when locale is changed and OK button in the table preferences is clicked



getAlertDetail
public String getAlertDetail()(Code)



getAlertSummary
public String getAlertSummary()(Code)



getAlertType
public String getAlertType()(Code)



getChannelName
public String getChannelName()(Code)



getClient
public String getClient()(Code)



getCountry
public String getCountry()(Code)



getCrumbs
public Hyperlink[] getCrumbs()(Code)



getCurrentClient
public String getCurrentClient()(Code)



getCurrentClientLocale
public String getCurrentClientLocale()(Code)



getCurrentCollectionName
public String getCurrentCollectionName()(Code)
Called by the create new property wizard to display the collection name for which new property is being created



getCurrentLocale
public String getCurrentLocale()(Code)



getEmptyMessage
public String getEmptyMessage()(Code)



getEncodedChannelName
public String getEncodedChannelName()(Code)



getLang
public String getLang()(Code)



getListCollectionName
public String getListCollectionName()(Code)



getListValue
public String[] getListValue()(Code)



getLogMessage
public String getLogMessage()(Code)



getMergedDNs
public String getMergedDNs()(Code)



getPreferenceName
public String getPreferenceName()(Code)



getPreferenceValue
public String[] getPreferenceValue()(Code)



getPreferences
public DataProvider getPreferences()(Code)



getProperties
public DataProvider getProperties()(Code)



getProviderName
public String getProviderName()(Code)



getRpn
public String getRpn()(Code)



getVariant
public String getVariant()(Code)



isAlert
public boolean isAlert()(Code)



isCollection
public boolean isCollection()(Code)



isContainer
public boolean isContainer()(Code)



isDefaultLocale
public boolean isDefaultLocale()(Code)



isDisaster
public boolean isDisaster()(Code)



isDpRoot
public boolean isDpRoot()(Code)



isPortletChannel
public boolean isPortletChannel()(Code)



isSuccessAlert
public boolean isSuccessAlert()(Code)



isTabContainer
public boolean isTabContainer()(Code)



providerChanged
public void providerChanged(DataProvider provider)(Code)



removeCustomization
public String removeCustomization()(Code)



reset
public String reset()(Code)
reset action button for the table actions is clicked



rowAdded
public void rowAdded(TableDataProvider provider, RowKey row)(Code)



rowRemoved
public void rowRemoved(TableDataProvider provider, RowKey row)(Code)



save
public String save()(Code)
save action button for the table actions is clicked



saveList
public String saveList()(Code)
save action called from the pop-up to save un-named properties



savePreferenceValues
public String savePreferenceValues()(Code)
save action called from the pop-up to save un-named properties



setAlertDetail
public void setAlertDetail(String detail)(Code)



setAlertSummary
public void setAlertSummary(String summary)(Code)



setAlertType
public void setAlertType(String aType)(Code)



setClient
public void setClient(String client)(Code)



setCountry
public void setCountry(String country)(Code)



setLang
public void setLang(String lang)(Code)



setListValue
public void setListValue(String[] strList)(Code)



setPreferenceValue
public void setPreferenceValue(String[] strList)(Code)



setVariant
public void setVariant(String variant)(Code)



valueChanged
public void valueChanged(TableDataProvider provider, FieldKey fieldKey, RowKey row, Object oldValue, Object newValue)(Code)



valueChanged
public void valueChanged(DataProvider provider, FieldKey fieldKey, Object oldValue, Object newValue)(Code)



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.