| com.sun.portal.providers.ProfileProviderAdapter com.sun.portal.providers.containers.ContainerProviderAdapter
All known Subclasses: com.sun.portal.providers.containers.dynamic.DynamicAggregationContainerProvider, com.sun.portal.wireless.providers.containers.DesktopDispatcherProvider, com.sun.portal.providers.containers.template.TemplateContainerProvider, com.sun.portal.wireless.providers.containers.template.WirelessContainerProviderAdapter, com.sun.portal.providers.ctest.CTestProvider,
getAvailableAndUserDefinedChannels | public List getAvailableAndUserDefinedChannels() throws ProviderException(Code) | | Gets the list of available and user defined channel names.
Available Channels are channels that are available to be added to the portal page.
User Defined Channels are channels the user has created.
The list of available and user defined channel names, a list of string names. exception: ProviderException - If the list of channel names cannot be returned. |
getWindowState | public int getWindowState(String channelName) throws ProviderException(Code) | | Gets the window state of the channel.
This method is a default implementation of the ContainerProvider.getWindowState()
This method currently has no effect and just returns ProviderWindowStates.NOT_DEFINED.
Subclasses that wish to allow getting a WindowState should
override this method.
Parameters: channelName - channel for which the window state is requested. window state exception: ProviderException - See Also: com.sun.portal.providers.containers.ProviderWindowStates.NOT_DEFINED |
setWindowState | public void setWindowState(String channelName, int windowState) throws UnsupportedWindowStateException(Code) | | Sets the window state of a channel.
This method is a default implementation of the ContainerProvider.setWindowState()
This method currently has no effect and just throws UnsupportedWindowStateException.
Subclasses that wish to allow setting a WindowState should
override this method.
Parameters: channelName - channel for which the window state needs to be set Parameters: windowState - The new window state UnsupportedWindowStateException. |
Methods inherited from com.sun.portal.providers.ProfileProviderAdapter | public boolean existsBooleanProperty(String name) throws ProviderException(Code)(Java Doc) public boolean existsIntegerProperty(String name) throws ProviderException(Code)(Java Doc) public boolean existsListProperty(String name) throws ProviderException(Code)(Java Doc) public boolean existsListProperty(String name, boolean localized) throws ProviderException(Code)(Java Doc) public boolean existsStringProperty(String name) throws ProviderException(Code)(Java Doc) public boolean existsStringProperty(String name, boolean localized) throws ProviderException(Code)(Java Doc) public boolean getBooleanProperty(String key) throws ProviderException(Code)(Java Doc) public boolean getBooleanProperty(String key, List pflist) throws ProviderException(Code)(Java Doc) public boolean getBooleanProperty(String key, boolean def) throws ProviderException(Code)(Java Doc) public boolean getBooleanProperty(String key, boolean def, List pflist) throws ProviderException(Code)(Java Doc) public String getClientProperty(String name)(Code)(Java Doc) public int getIntegerProperty(String key) throws ProviderException(Code)(Java Doc) public int getIntegerProperty(String key, List pflist) throws ProviderException(Code)(Java Doc) public int getIntegerProperty(String key, int def) throws ProviderException(Code)(Java Doc) public int getIntegerProperty(String key, int def, List pflist) throws ProviderException(Code)(Java Doc) public List getListProperty(String key) throws ProviderException(Code)(Java Doc) public List getListProperty(String key, List def) throws ProviderException(Code)(Java Doc) public Map getMapProperty(String key) throws ProviderException(Code)(Java Doc) public Map getMapProperty(String key, List pflist) throws ProviderException(Code)(Java Doc) public Map getMapProperty(String key, boolean localized) throws ProviderException(Code)(Java Doc) public Map getMapProperty(String key, Map def) throws ProviderException(Code)(Java Doc) public Map getMapProperty(String key, Map def, List pflist) throws ProviderException(Code)(Java Doc) public Map getMapProperty(String key, Map def, boolean localized) throws ProviderException(Code)(Java Doc) public String getStringAttribute(String name)(Code)(Java Doc) public String getStringProperty(String key) throws ProviderException(Code)(Java Doc) public String getStringProperty(String key, String def) throws ProviderException(Code)(Java Doc) public String getStringProperty(String key, List pflist) throws ProviderException(Code)(Java Doc) public String getStringProperty(String key, String def, List pflist) throws ProviderException(Code)(Java Doc) public String getStringProperty(String key, boolean localized) throws ProviderException(Code)(Java Doc) public String getStringProperty(String key, String def, boolean localized) throws ProviderException(Code)(Java Doc) public StringBuffer getTemplate(String file) throws ProviderException(Code)(Java Doc) public StringBuffer getTemplate(String file, Hashtable table) throws ProviderException(Code)(Java Doc) public File getTemplatePath(String file) throws ProviderException(Code)(Java Doc) public boolean isAllowed(String priv) throws ProviderException(Code)(Java Doc) public boolean setBooleanProperty(String key, boolean val) throws ProviderException(Code)(Java Doc) public void setClientProperty(String name, String val)(Code)(Java Doc) public int setIntegerProperty(String key, int val) throws ProviderException(Code)(Java Doc) public List setListProperty(String key, List val) throws ProviderException(Code)(Java Doc) public Map setMapProperty(String key, Map val) throws ProviderException(Code)(Java Doc) public void setStringAttribute(String name, String val)(Code)(Java Doc) public String setStringProperty(String key, String val) throws ProviderException(Code)(Java Doc)
|
|
|