com.plumtree.portalpages.admin.editors.webservice.plugins
Interface ISelectDevicesPluginModelRO

All Known Implementing Classes:
SelectDevicesPluginModel

public interface ISelectDevicesPluginModelRO

Author:
adolfoc

Method Summary
 boolean DeviceChecked(java.lang.String strUnique)
          Returns whether or not a particular device is selected for this WebService.
 XPArrayList GetAvailableUIs()
          Returns an ArrayList of all of the available userinterface objectids.
 java.lang.String GetBaseURL()
           
 java.lang.String GetUIDescription(java.lang.String strUnique)
          Returns the Description of the interface with a particular Object ID (use GetAvailableUIs to get a list of valid objectids).
 java.lang.String GetUIName(java.lang.String strUniqueID)
          Returns the Name of the interface with a particular Object ID (use GetAvailableUIs to get a list of valid objectids).
 

Method Detail

DeviceChecked

boolean DeviceChecked(java.lang.String strUnique)
Returns whether or not a particular device is selected for this WebService.


GetAvailableUIs

XPArrayList GetAvailableUIs()
Returns an ArrayList of all of the available userinterface objectids.


GetBaseURL

java.lang.String GetBaseURL()
Returns:

GetUIDescription

java.lang.String GetUIDescription(java.lang.String strUnique)
Returns the Description of the interface with a particular Object ID (use GetAvailableUIs to get a list of valid objectids).


GetUIName

java.lang.String GetUIName(java.lang.String strUniqueID)
Returns the Name of the interface with a particular Object ID (use GetAvailableUIs to get a list of valid objectids).




Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.