| java.lang.Object com.sun.portal.admin.server.mbeans.PSResource com.sun.portal.desktop.admin.mbeans.DisplayProfile
Method Summary | |
public void | createChannel(String baseDN, String channelName, String providerName) | public void | createContainer(String baseDN, String channelName, String providerName) Creates a new container.
A new container is created based on the named provider.
To create a nested container, supply a hierarchical container
name. | public void | createNodeProperty(String fqcn, String rpn, String dn, String client, String locale, String name, Object value, Boolean advanced) | public void | createTab(String baseDN, String channelName, String providerName, String parentContainer, Map tabProps) Creates a new Tab.
A new container is created based on the named provider.
To create a nested container, supply a hierarchical container
name. | public void | deleteChannel(String baseDN, String channelName, String parentcontainer) Deletes a channel/container. | public Set | getAssignableChannels(String baseDN, String container) This method returns the list of channels/containers that are assignable
to the available and selected list of a container.
This method returns the list of channels which includes
the container's children and the container's parent's
children, parent's parent's children and traverses recursively
until it reaches the Display Profile root.
Mergers are taken into account when the channels are traversed.
Parameters: container - container name for which channels has to be assigned. | public List | getAvailableChannels(String baseDN, String containerName) Gets the available channels for the container channel at a
particular baseDN. | public Boolean | getBooleanProperty(String baseDN, String channelName, String key, List pflist) Return the value for channel's boolean property. | public String | getDPDocument(String baseDN) | public String | getDPPriority(String baseDN) | public Set | getExistingChannels(String baseDN, Boolean all) This method returns the list of channels that are existing
at the baseDN. | public Set | getExistingContainerProviders(String baseDN) This method returns the list of containerproviders that are existing
at the baseDN that is passed in. | public Set | getExistingContainers(String baseDN, Boolean all) This method returns the list of containers that are existing
at the baseDN that is passed in. | public Set | getExistingProviders(String baseDN) This method returns the list of providers that are existing
at the baseDN that is passed in. | public Set | getExistingTabContainers(String baseDN, Boolean all) | public Integer | getIntegerProperty(String baseDN, String channelName, String key, List pflist) Return the value for channel integer property. | public List | getListProperty(String baseDN, String channelName, String key, List pflist) This method returns the List collection object for the given
collection property. | public Map | getMapProperty(String baseDN, String channelName, String key, List pflist) This method returns the Map collection object for the given
collection property. | public Map | getNodeProperties(String fqcn, String rpn, String dn, String client, String locale) | public Set | getNonExistentContainerAssignableChannels(String baseDN, String parentContainer, String channelName, String providerName) Gets the assignable channels
A new container is created based on the named provider. | public Object[] | getPhysicalHierarchy(String baseDN) | public List | getSelectedChannels(String baseDN, String containerName) Gets the selected channels for the container channel at a
particular baseDN. | public String | getStringProperty(String baseDN, String channelName, String key, List pflist) Return the value for channel String property. | public Set | getTopLevelChannels(String baseDN) | public Object[] | getVisualHierarchy(String baseDN, String rootContainer) | public void | init(PSConfigContext cc, PortalDomainContext pdc, List path) | public Boolean | isContainer(String baseDN, String channelName) | public Boolean | isTabContainer(String baseDN, String channelName) | public void | removeCustomization(String fqcn, String rpn, String dn, String client, String locale, List names) | public void | removeDPDocument(String baseDN) | public void | setAvailableChannels(String baseDN, List available, String containerName) Sets the available channels for the container channel at a
particular baseDN. | public void | setBooleanProperty(String baseDN, String channelName, String key, Boolean value, List pflist) | public void | setDPDocument(String baseDN, String dp) | public void | setDPPriority(String baseDN, String priority) | public void | setIntegerProperty(String baseDN, String channelName, String key, Integer value, List pflist) | public void | setListProperty(String baseDN, String channelName, String key, List value, List pflist) | public void | setMapProperty(String baseDN, String channelName, String key, Map value, List pflist) | public void | setNodeProperties(String fqcn, String rpn, String dn, String client, String locale, Object values) | public void | setSelectedChannels(String baseDN, List selected, String containerName) Sets the selected channels for the container channel at a
particular baseDN. | public void | setStringProperty(String baseDN, String channelName, String key, String value, List pflist) |
DisplayProfile | public DisplayProfile()(Code) | | |
createContainer | public void createContainer(String baseDN, String channelName, String providerName) throws PSMBeanException(Code) | | Creates a new container.
A new container is created based on the named provider.
To create a nested container, supply a hierarchical container
name. For example, to create container A inside of container X, based on
provider P :
createContainer("X" + "/" + "A", "P");
|
createTab | public void createTab(String baseDN, String channelName, String providerName, String parentContainer, Map tabProps) throws PSMBeanException(Code) | | Creates a new Tab.
A new container is created based on the named provider.
To create a nested container, supply a hierarchical container
name. For example, to create container A inside of container X, based on
provider P :
createTab("X" + "/" + "A", "P");
|
deleteChannel | public void deleteChannel(String baseDN, String channelName, String parentcontainer) throws PSMBeanException(Code) | | Deletes a channel/container.
To delete a nested channel/container, supply parent name.
For example, to delete channel A inside
of container X:
deleteChannel("A", "X");
|
getAssignableChannels | public Set getAssignableChannels(String baseDN, String container) throws PSMBeanException(Code) | | This method returns the list of channels/containers that are assignable
to the available and selected list of a container.
This method returns the list of channels which includes
the container's children and the container's parent's
children, parent's parent's children and traverses recursively
until it reaches the Display Profile root.
Mergers are taken into account when the channels are traversed.
Parameters: container - container name for which channels has to be assigned. Set of channels that can be assignable. |
getAvailableChannels | public List getAvailableChannels(String baseDN, String containerName) throws PSMBeanException(Code) | | Gets the available channels for the container channel at a
particular baseDN.
|
getBooleanProperty | public Boolean getBooleanProperty(String baseDN, String channelName, String key, List pflist) throws PSMBeanException(Code) | | Return the value for channel's boolean property.
Parameters: channelName - channel name. Parameters: key - property name Parameters: pflist - properties filter list value of the boolean property. throws: PSMBeanException - |
getExistingChannels | public Set getExistingChannels(String baseDN, Boolean all) throws PSMBeanException(Code) | | This method returns the list of channels that are existing
at the baseDN. The channels in this list
can be modifiable or deleted by the user that can administer
the baseDN.
This method returns the list of channels which includes
the channels defined at the baseDN that is passed in, channels
defined inside the containers that are defined at the baseDN.
if specified all, all the channels from the merged list is returned.
Parameters: all - all the channels from mergers Set of channels that are available at this baseDN. |
getExistingContainerProviders | public Set getExistingContainerProviders(String baseDN) throws PSMBeanException(Code) | | This method returns the list of containerproviders that are existing
at the baseDN that is passed in. The containerproviders in this list
can be used to create container channels by the user that can administer
the baseDN that is passed in. Always takes mergers into account.
Set of containerproviders that are available at this baseDN. |
getExistingContainers | public Set getExistingContainers(String baseDN, Boolean all) throws PSMBeanException(Code) | | This method returns the list of containers that are existing
at the baseDN that is passed in. The containers in this list
can be modifiable or deleted by the user that can administer
the baseDN that is passed in.
This method returns the list of containers which includes
the containers defined at the baseDN that is passed in, containers
defined inside the containers that are defined at the baseDN.
if specified all, all the containers from the merged list is returned.
Parameters: all - all the channels from mergers Set of channels that are available at this baseDN. |
getExistingProviders | public Set getExistingProviders(String baseDN) throws PSMBeanException(Code) | | This method returns the list of providers that are existing
at the baseDN that is passed in. The providers in this list
can be used to create channels by the user that can administer
the baseDN that is passed in. Always takes mergers into account.
Set of providers that are available at this baseDN. |
getIntegerProperty | public Integer getIntegerProperty(String baseDN, String channelName, String key, List pflist) throws PSMBeanException(Code) | | Return the value for channel integer property.
Parameters: channelName - channel name. Parameters: key - property name Parameters: pflist - properties filter list value of the integer property. throws: PSMBeanException - |
getListProperty | public List getListProperty(String baseDN, String channelName, String key, List pflist) throws PSMBeanException(Code) | | This method returns the List collection object for the given
collection property.
Parameters: channelName - channel name. Parameters: key - property name Parameters: pflist - throws: PSMBeanException - |
getMapProperty | public Map getMapProperty(String baseDN, String channelName, String key, List pflist) throws PSMBeanException(Code) | | This method returns the Map collection object for the given
collection property.
Parameters: channelName - channel name. Parameters: key - property name Parameters: pflist - throws: PSMBeanException - |
getNonExistentContainerAssignableChannels | public Set getNonExistentContainerAssignableChannels(String baseDN, String parentContainer, String channelName, String providerName) throws PSMBeanException(Code) | | Gets the assignable channels
A new container is created based on the named provider.
gets the assignable channels
deletes the created container.
This method is used for a special case where the assignable channels
have to be shown before creating the container.
|
getSelectedChannels | public List getSelectedChannels(String baseDN, String containerName) throws PSMBeanException(Code) | | Gets the selected channels for the container channel at a
particular baseDN.
|
getStringProperty | public String getStringProperty(String baseDN, String channelName, String key, List pflist) throws PSMBeanException(Code) | | Return the value for channel String property.
Parameters: channelName - channel name. Parameters: key - property name Parameters: pflist - properties filter list Value of the string property. throws: PSMBeanException - |
setAvailableChannels | public void setAvailableChannels(String baseDN, List available, String containerName) throws PSMBeanException(Code) | | Sets the available channels for the container channel at a
particular baseDN.
|
setSelectedChannels | public void setSelectedChannels(String baseDN, List selected, String containerName) throws PSMBeanException(Code) | | Sets the selected channels for the container channel at a
particular baseDN.
|
Methods inherited from com.sun.portal.admin.server.mbeans.PSResource | public String getAttributeValue(String type, String name) throws PSMBeanException(Code)(Java Doc) public Set getAttributeValues(String type, String name) throws PSMBeanException(Code)(Java Doc) public String getDomainID()(Code)(Java Doc) public String getID()(Code)(Java Doc) public Map getMultipleAttributeValues(String type, Set names) throws PSMBeanException(Code)(Java Doc) public PSConfigContext getPSConfigContext()(Code)(Java Doc) public List getPath()(Code)(Java Doc) public PortalDomainContext getPortalDomainContext()(Code)(Java Doc) public String getStackTrace(Throwable t)(Code)(Java Doc) public void init(PSConfigContext cc, PortalDomainContext pdc, List path)(Code)(Java Doc) public Object invokeRemoteOperation(String host, ObjectName mBeanName, String operationName, Object[] params, String[] signature) throws PSMBeanException(Code)(Java Doc) protected boolean isResourceAvailable(String type, String id) throws PSMBeanException(Code)(Java Doc) public void setAttributeValue(String type, String name, String value) throws PSMBeanException(Code)(Java Doc) public void setAttributeValues(String type, String name, Set values) throws PSMBeanException(Code)(Java Doc) public void setMultipleAttributeValues(String type, Map attributes) throws PSMBeanException(Code)(Java Doc)
|
|
|