com.plumtree.portalpages.admin.editors.datasource
Interface IDSModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject, IObjEditorModelRO
All Known Subinterfaces:
ISOAPDSModelRO
All Known Implementing Classes:
DataSourceModel, DSModel, SOAPDSModel

public interface IDSModelRO
extends IObjEditorModelRO


Method Summary
 int GetURLType()
          Returns the URL type for the data source.
 int GetWebServiceID()
          Returns the Web Service ID for the data source.
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.editor.IObjEditorModelRO
GetClassID, GetObject, GetObjectDescription, GetObjectID, GetObjectName, GetParentFolderPath, GetPTSession
 
Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO
GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetURLType

int GetURLType()
Returns the URL type for the data source. This value is either PT_URL_TYPES.PT_URL_TYPE_SIMPLE_FIELD_MAPPING or PT_URL_TYPES. PT_URL_TYPE_DATASOURCE_GENERATED

Returns:
int

GetWebServiceID

int GetWebServiceID()
Returns the Web Service ID for the data source.

Returns:
int



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