com.esri.arcgis.search
Class ISearchConfigurationProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.search.ISearchConfigurationProxy
All Implemented Interfaces:
ISearchConfiguration, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ISearchConfiguration'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSearch.tlb'

Description: 'Provides access to the search configuration object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

public class ISearchConfigurationProxy
extends com.esri.arcgis.interop.Dispatch
implements ISearchConfiguration, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.search.ISearchConfiguration
IID, IIDee2df519_39a5_48f6_ab24_be147ebdd4bd
 
Constructor Summary
  ISearchConfigurationProxy()
          Deprecated. For internal use only
  ISearchConfigurationProxy(java.lang.Object obj)
          Deprecated.  
protected ISearchConfigurationProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ISearchConfigurationProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ISearchConfigurationProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void addServiceName(IAGSServerObjectName pSON)
          Deprecated. Add search service name.
 void deleteServiceName(IAGSServerObjectName pSON)
          Deprecated. Delete search service name.
 void empty()
          Deprecated. Reset to default value and clean service names array.
 void emptyAdvancedOptions()
          Deprecated. Resets the default values of the advanced options page and cleans the array of service names.
 void emptySearchOptions()
          Deprecated. Resets the default values of the search options page.
 int getMaxResultsPerPage()
          Deprecated. The maximum number of search result per page.
 IAGSServerObjectName getServiceName(int index)
          Deprecated. The search service object name at the specified index.
 int getServicesCount()
          Deprecated. The count of search services.
 boolean isCheckSynonymsUserDefined()
          Deprecated. Indicates whether to use custom synonyms.
 boolean isCheckSynonymsWordNet()
          Deprecated. Indicates whether to use the built in WordNet synonyms.
 boolean isServiceSelected(IAGSServerObjectName pSON)
          Deprecated. Indicates whether a service is selected.
 boolean isShowPopup()
          Deprecated. Indicates whether to show pop-up in search result page.
 boolean isZoomToSelectedLocation()
          Deprecated. Indicates whether to zoom to the select text based spatial search location.
 void loadFromFile(java.lang.String path)
          Deprecated. Load configuration settings from the specificed location.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void saveToFile(java.lang.String path)
          Deprecated. Save configuration settings to the specificed location.
 void setCheckSynonymsUserDefined(boolean pCheckSynonymsUserDefined)
          Deprecated. Indicates whether to use custom synonyms.
 void setCheckSynonymsWordNet(boolean pCheckSynonymsWordNet)
          Deprecated. Indicates whether to use the built in WordNet synonyms.
 void setIsServiceSelected(IAGSServerObjectName pSON, boolean bSelected)
          Deprecated. Indicates whether a service is selected.
 void setMaxResultsPerPage(int pCount)
          Deprecated. The maximum number of search result per page.
 void setShowPopup(boolean pShow)
          Deprecated. Indicates whether to show pop-up in search result page.
 void setZoomToSelectedLocation(boolean pZoomToSelectedLocation)
          Deprecated. Indicates whether to zoom to the select text based spatial search location.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ISearchConfigurationProxy

public ISearchConfigurationProxy(java.lang.String CLSID,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.net.UnknownHostException,
                                 java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ISearchConfigurationProxy

public ISearchConfigurationProxy()
Deprecated. 
For internal use only


ISearchConfigurationProxy

public ISearchConfigurationProxy(java.lang.Object obj)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISearchConfigurationProxy

protected ISearchConfigurationProxy(java.lang.Object obj,
                                    java.lang.String iid)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISearchConfigurationProxy

protected ISearchConfigurationProxy(java.lang.String CLSID,
                                    java.lang.String iid,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

loadFromFile

public void loadFromFile(java.lang.String path)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Load configuration settings from the specificed location.

Specified by:
loadFromFile in interface ISearchConfiguration
Parameters:
path - The path (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveToFile

public void saveToFile(java.lang.String path)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Save configuration settings to the specificed location.

Specified by:
saveToFile in interface ISearchConfiguration
Parameters:
path - The path (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServicesCount

public int getServicesCount()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The count of search services.

Specified by:
getServicesCount in interface ISearchConfiguration
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServiceName

public IAGSServerObjectName getServiceName(int index)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The search service object name at the specified index.

Specified by:
getServiceName in interface ISearchConfiguration
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isServiceSelected

public boolean isServiceSelected(IAGSServerObjectName pSON)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether a service is selected.

Specified by:
isServiceSelected in interface ISearchConfiguration
Parameters:
pSON - A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
Returns:
The bSelected
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsServiceSelected

public void setIsServiceSelected(IAGSServerObjectName pSON,
                                 boolean bSelected)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether a service is selected.

Specified by:
setIsServiceSelected in interface ISearchConfiguration
Parameters:
pSON - A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
bSelected - The bSelected (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addServiceName

public void addServiceName(IAGSServerObjectName pSON)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Add search service name.

Specified by:
addServiceName in interface ISearchConfiguration
Parameters:
pSON - A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteServiceName

public void deleteServiceName(IAGSServerObjectName pSON)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Delete search service name.

Specified by:
deleteServiceName in interface ISearchConfiguration
Parameters:
pSON - A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

empty

public void empty()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Reset to default value and clean service names array.

Specified by:
empty in interface ISearchConfiguration
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxResultsPerPage

public int getMaxResultsPerPage()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The maximum number of search result per page.

Specified by:
getMaxResultsPerPage in interface ISearchConfiguration
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxResultsPerPage

public void setMaxResultsPerPage(int pCount)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The maximum number of search result per page.

Specified by:
setMaxResultsPerPage in interface ISearchConfiguration
Parameters:
pCount - The pCount (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowPopup

public boolean isShowPopup()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether to show pop-up in search result page.

Specified by:
isShowPopup in interface ISearchConfiguration
Returns:
The pShow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowPopup

public void setShowPopup(boolean pShow)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates whether to show pop-up in search result page.

Specified by:
setShowPopup in interface ISearchConfiguration
Parameters:
pShow - The pShow (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isZoomToSelectedLocation

public boolean isZoomToSelectedLocation()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates whether to zoom to the select text based spatial search location.

Specified by:
isZoomToSelectedLocation in interface ISearchConfiguration
Returns:
The pZoomToSelectedLocation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setZoomToSelectedLocation

public void setZoomToSelectedLocation(boolean pZoomToSelectedLocation)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates whether to zoom to the select text based spatial search location.

Specified by:
setZoomToSelectedLocation in interface ISearchConfiguration
Parameters:
pZoomToSelectedLocation - The pZoomToSelectedLocation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCheckSynonymsWordNet

public boolean isCheckSynonymsWordNet()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates whether to use the built in WordNet synonyms.

Specified by:
isCheckSynonymsWordNet in interface ISearchConfiguration
Returns:
The pCheckSynonymsWordNet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCheckSynonymsWordNet

public void setCheckSynonymsWordNet(boolean pCheckSynonymsWordNet)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates whether to use the built in WordNet synonyms.

Specified by:
setCheckSynonymsWordNet in interface ISearchConfiguration
Parameters:
pCheckSynonymsWordNet - The pCheckSynonymsWordNet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCheckSynonymsUserDefined

public boolean isCheckSynonymsUserDefined()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Indicates whether to use custom synonyms.

Specified by:
isCheckSynonymsUserDefined in interface ISearchConfiguration
Returns:
The pCheckSynonymsUserDefined
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCheckSynonymsUserDefined

public void setCheckSynonymsUserDefined(boolean pCheckSynonymsUserDefined)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates whether to use custom synonyms.

Specified by:
setCheckSynonymsUserDefined in interface ISearchConfiguration
Parameters:
pCheckSynonymsUserDefined - The pCheckSynonymsUserDefined (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

emptySearchOptions

public void emptySearchOptions()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Resets the default values of the search options page.

Specified by:
emptySearchOptions in interface ISearchConfiguration
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

emptyAdvancedOptions

public void emptyAdvancedOptions()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Resets the default values of the advanced options page and cleans the array of service names.

Specified by:
emptyAdvancedOptions in interface ISearchConfiguration
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.