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


com.sun.portal.desktop.admin.mbeans.DisplayProfileMBean

All known Subclasses:   com.sun.portal.desktop.admin.mbeans.DisplayProfile,
DisplayProfileMBean
public interface DisplayProfileMBean (Code)




Method Summary
public  voidcreateChannel(String baseDN, String channelName, String providerName)
    
public  voidcreateContainer(String baseDN, String channelName, String providerName)
    
public  voidcreateNodeProperty(String fqcn, String rpn, String dn, String client, String locale, String name, Object value, Boolean advanced)
     Creates a new property inside a collection Admin does not allow creating a property at channel top level This method is used only for creating named properties Unnamed properties are created/deleted differently and do not use this method The type of property to be created is determined by type of Object value. All validations like duplicate names and Object value's content are expected to be performed by clients calling this method.
public  voidcreateTab(String baseDN, String channelName, String providerName, String parentContainer, Map tabProps)
    
public  voiddeleteChannel(String baseDN, String channelName, String parentcontainer)
    
public  SetgetAssignableChannels(String baseDN, String container)
    
public  ListgetAvailableChannels(String baseDN, String containerName)
    
public  BooleangetBooleanProperty(String baseDN, String channelName, String key, List pflist)
    
public  StringgetDPDocument(String baseDN)
    
public  StringgetDPPriority(String baseDN)
    
public  SetgetExistingChannels(String baseDN, Boolean all)
    
public  SetgetExistingContainerProviders(String baseDN)
    
public  SetgetExistingContainers(String baseDN, Boolean all)
    
public  SetgetExistingProviders(String baseDN)
    
public  SetgetExistingTabContainers(String baseDN, Boolean all)
    
public  IntegergetIntegerProperty(String baseDN, String channelName, String key, List pflist)
    
public  ListgetListProperty(String baseDN, String channelName, String key, List pflist)
    
public  MapgetMapProperty(String baseDN, String channelName, String key, List pflist)
    
public  MapgetNodeProperties(String fqcn, String rpn, String dn, String client, String locale)
    
public  SetgetNonExistentContainerAssignableChannels(String baseDN, String parentContainer, String channelName, String providerName)
    
public  Object[]getPhysicalHierarchy(String baseDN)
    
public  ListgetSelectedChannels(String baseDN, String containerName)
    
public  StringgetStringProperty(String baseDN, String channelName, String key, List pflist)
    
public  SetgetTopLevelChannels(String baseDN)
    
public  Object[]getVisualHierarchy(String baseDN, String rootContainer)
    
public  BooleanisContainer(String baseDN, String channelName)
    
public  BooleanisTabContainer(String baseDN, String channelName)
    
public  voidremoveCustomization(String fqcn, String rpn, String dn, String client, String locale, List names)
     removes the customization from this node dp.
public  voidremoveDPDocument(String baseDN)
    
public  voidsetAvailableChannels(String baseDN, List available, String containerName)
    
public  voidsetBooleanProperty(String baseDN, String channelName, String key, Boolean value, List pflist)
    
public  voidsetDPDocument(String baseDN, String dp)
    
public  voidsetDPPriority(String baseDN, String priority)
    
public  voidsetIntegerProperty(String baseDN, String channelName, String key, Integer value, List pflist)
    
public  voidsetListProperty(String baseDN, String channelName, String key, List value, List pflist)
    
public  voidsetMapProperty(String baseDN, String channelName, String key, Map value, List pflist)
    
public  voidsetNodeProperties(String fqcn, String rpn, String dn, String client, String locale, Object values)
    
public  voidsetSelectedChannels(String baseDN, List selected, String containerName)
    
public  voidsetStringProperty(String baseDN, String channelName, String key, String value, List pflist)
    



Method Detail
createChannel
public void createChannel(String baseDN, String channelName, String providerName) throws PSMBeanException(Code)



createContainer
public void createContainer(String baseDN, String channelName, String providerName) throws PSMBeanException(Code)



createNodeProperty
public void createNodeProperty(String fqcn, String rpn, String dn, String client, String locale, String name, Object value, Boolean advanced) throws PSMBeanException(Code)
Creates a new property inside a collection Admin does not allow creating a property at channel top level This method is used only for creating named properties Unnamed properties are created/deleted differently and do not use this method The type of property to be created is determined by type of Object value. All validations like duplicate names and Object value's content are expected to be performed by clients calling this method. This method does perform any validations. So the admin is expected to have passed in correct values for all params
Parameters:
  fqcn - Fully Qualified Channel Name
Parameters:
  rpn - Relative Path Name
Parameters:
  dn - DN
Parameters:
  client - Client or Device type like HTML or WML
Parameters:
  locale - Locale string like en_US_POSIX
Parameters:
  name - Name of the property. This can be anything that dp-api allows except char used for collecition name separatorwhich is typically pipe '|'
Parameters:
  value - Object of types String/Integer/Boolean/Map
Parameters:
  advanced - Boolean true if the new property should be advanced
throws:
  PSMBeanException - in case of any errors



createTab
public void createTab(String baseDN, String channelName, String providerName, String parentContainer, Map tabProps) throws PSMBeanException(Code)



deleteChannel
public void deleteChannel(String baseDN, String channelName, String parentcontainer) throws PSMBeanException(Code)



getAssignableChannels
public Set getAssignableChannels(String baseDN, String container) throws PSMBeanException(Code)



getAvailableChannels
public List getAvailableChannels(String baseDN, String containerName) throws PSMBeanException(Code)



getBooleanProperty
public Boolean getBooleanProperty(String baseDN, String channelName, String key, List pflist) throws PSMBeanException(Code)



getDPDocument
public String getDPDocument(String baseDN) throws PSMBeanException(Code)



getDPPriority
public String getDPPriority(String baseDN) throws PSMBeanException(Code)



getExistingChannels
public Set getExistingChannels(String baseDN, Boolean all) throws PSMBeanException(Code)



getExistingContainerProviders
public Set getExistingContainerProviders(String baseDN) throws PSMBeanException(Code)



getExistingContainers
public Set getExistingContainers(String baseDN, Boolean all) throws PSMBeanException(Code)



getExistingProviders
public Set getExistingProviders(String baseDN) throws PSMBeanException(Code)



getExistingTabContainers
public Set getExistingTabContainers(String baseDN, Boolean all) throws PSMBeanException(Code)



getIntegerProperty
public Integer getIntegerProperty(String baseDN, String channelName, String key, List pflist) throws PSMBeanException(Code)



getListProperty
public List getListProperty(String baseDN, String channelName, String key, List pflist) throws PSMBeanException(Code)



getMapProperty
public Map getMapProperty(String baseDN, String channelName, String key, List pflist) throws PSMBeanException(Code)



getNodeProperties
public Map getNodeProperties(String fqcn, String rpn, String dn, String client, String locale) throws PSMBeanException(Code)
gets the map of property name - infoMap name - infoMap { KEY_NAMED = KEY_VALUE = KEY_TYPE = KEY_STATE = KEY_CATEGORY =
Parameters:
  fqcn - Fully Qualified Channel Name
Parameters:
  rpn - Relative Path Name
Parameters:
  dn - DN
Parameters:
  client - Client or Device type like HTML or WML
Parameters:
  locale - Locale string like en_US_POSIX
throws:
  PSMBeanException - in case of any errors



getNonExistentContainerAssignableChannels
public Set getNonExistentContainerAssignableChannels(String baseDN, String parentContainer, String channelName, String providerName) throws PSMBeanException(Code)



getPhysicalHierarchy
public Object[] getPhysicalHierarchy(String baseDN) throws PSMBeanException(Code)



getSelectedChannels
public List getSelectedChannels(String baseDN, String containerName) throws PSMBeanException(Code)



getStringProperty
public String getStringProperty(String baseDN, String channelName, String key, List pflist) throws PSMBeanException(Code)



getTopLevelChannels
public Set getTopLevelChannels(String baseDN) throws PSMBeanException(Code)



getVisualHierarchy
public Object[] getVisualHierarchy(String baseDN, String rootContainer) throws PSMBeanException(Code)



isContainer
public Boolean isContainer(String baseDN, String channelName) throws PSMBeanException(Code)



isTabContainer
public Boolean isTabContainer(String baseDN, String channelName) throws PSMBeanException(Code)



removeCustomization
public void removeCustomization(String fqcn, String rpn, String dn, String client, String locale, List names) throws PSMBeanException(Code)
removes the customization from this node dp. It creates the ChannelTaskAdmin object w/o dp mergers and then calls remove so that the entry is physically removed from the dp. It does NOT add the property with merge=remove
Parameters:
  fqcn - Fully Qualified Channel Name
Parameters:
  rpn - Relative Path Name
Parameters:
  dn - DN
Parameters:
  client - Client or Device type like HTML or WML
Parameters:
  locale - Locale string like en_US_POSIX
Parameters:
  names - List of propety names to be removed from this node's dp
throws:
  PSMBeanException - in case of any errors



removeDPDocument
public void removeDPDocument(String baseDN) throws PSMBeanException(Code)



setAvailableChannels
public void setAvailableChannels(String baseDN, List available, String containerName) throws PSMBeanException(Code)



setBooleanProperty
public void setBooleanProperty(String baseDN, String channelName, String key, Boolean value, List pflist) throws PSMBeanException(Code)



setDPDocument
public void setDPDocument(String baseDN, String dp) throws PSMBeanException(Code)



setDPPriority
public void setDPPriority(String baseDN, String priority) throws PSMBeanException(Code)



setIntegerProperty
public void setIntegerProperty(String baseDN, String channelName, String key, Integer value, List pflist) throws PSMBeanException(Code)



setListProperty
public void setListProperty(String baseDN, String channelName, String key, List value, List pflist) throws PSMBeanException(Code)



setMapProperty
public void setMapProperty(String baseDN, String channelName, String key, Map value, List pflist) throws PSMBeanException(Code)



setNodeProperties
public void setNodeProperties(String fqcn, String rpn, String dn, String client, String locale, Object values) throws PSMBeanException(Code)
sets the properties defined in the Object values values contains name-value pairs to be set or the List of Strings in case of un-named properties A collection can only contain either named or un-named proeperties and never a mix of two
Parameters:
  fqcn - Fully Qualified Channel Name
Parameters:
  rpn - Relative Path Name
Parameters:
  dn - DN
Parameters:
  client - Client or Device type like HTML or WML
Parameters:
  locale - Locale string like en_US_POSIX
Parameters:
  values - Map of name-value pairs to be changed in case of namedproperties and List of String values in case of un-named properties.
throws:
  PSMBeanException - in case of any errors



setSelectedChannels
public void setSelectedChannels(String baseDN, List selected, String containerName) throws PSMBeanException(Code)



setStringProperty
public void setStringProperty(String baseDN, String channelName, String key, String value, List pflist) throws PSMBeanException(Code)



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