com.esri.arcgis.trackinganalyst
Class IDataSummaryActionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.IDataSummaryActionProxy
All Implemented Interfaces:
IDataSummaryAction, java.io.Externalizable, java.io.Serializable

public class IDataSummaryActionProxy
extends com.esri.arcgis.interop.Dispatch
implements IDataSummaryAction, java.io.Serializable

Internal use class Proxy for COM Interface 'IDataSummaryAction'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'IDataSummaryAction Interface' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.trackinganalyst.IDataSummaryAction
IID, IID21cfe9ec_ace7_44e3_b517_10f3500de2c3
 
Constructor Summary
  IDataSummaryActionProxy()
          For internal use only
  IDataSummaryActionProxy(java.lang.Object obj)
           
protected IDataSummaryActionProxy(java.lang.Object obj, java.lang.String iid)
           
  IDataSummaryActionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IDataSummaryActionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 java.lang.Object getCollectionInterval()
          property CollectionInterval
 int getColumnCount()
          method GetColumnCount
 java.lang.String getColumnName(int columnIndex)
          method GetColumnName
 int getColumnType(int columnIndex)
          method GetColumnType
 java.lang.String getPrinterName()
          property PrinterName
 java.lang.String getRecipientEmailAddress()
          property RecipientEmailAddress
 java.lang.String getReport()
          method GetReport
 java.lang.String getReportDirectory()
          property ReportDirectory
 java.lang.Object getReportInterval()
          property ReportInterval
 java.lang.String getReportTitle()
          property ReportTitle
 int getSummaryCollectionType(int columnNumber)
          property SummaryCollectionType
 int getValidSummaryCollectionType(int columnIndex)
          method GetValidSummaryCollectionType
 boolean isDeliverEmailReport()
          property DeliverEmailReport
 boolean isDeliverFileReport()
          property DeliverFileReport
 boolean isDeliverPrintedReport()
          property DeliverPrintedReport
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setCollectionDatasetDefinition(IDatasetDef dataSetDefinition)
          method SetCollectionDatasetDefinition
 void setCollectionInterval(java.lang.Object collectionInterval)
          property CollectionInterval
 void setDeliverEmailReport(boolean deliverEmailReport)
          property DeliverEmailReport
 void setDeliverFileReport(boolean deliverFileReport)
          property DeliverFileReport
 void setDeliverPrintedReport(boolean deliverPrintedReport)
          property DeliverPrintedReport
 void setPrinterName(java.lang.String printerName)
          property PrinterName
 void setRecipientEmailAddress(java.lang.String recipientEmailAddress)
          property RecipientEmailAddress
 void setReportDirectory(java.lang.String reportDirectory)
          property ReportDirectory
 void setReportInterval(java.lang.Object reportInterval)
          property ReportInterval
 void setReportTitle(java.lang.String reportTitle)
          property ReportTitle
 void setSummaryCollectionType(int columnNumber, int summaryCollectionType)
          property SummaryCollectionType
 
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

noncastable

public boolean noncastable
Constructor Detail

IDataSummaryActionProxy

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

IDataSummaryActionProxy

public IDataSummaryActionProxy()
For internal use only


IDataSummaryActionProxy

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

IDataSummaryActionProxy

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

IDataSummaryActionProxy

protected IDataSummaryActionProxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getReportTitle

public java.lang.String getReportTitle()
                                throws java.io.IOException,
                                       AutomationException
property ReportTitle

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

setReportTitle

public void setReportTitle(java.lang.String reportTitle)
                    throws java.io.IOException,
                           AutomationException
property ReportTitle

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

getValidSummaryCollectionType

public int getValidSummaryCollectionType(int columnIndex)
                                  throws java.io.IOException,
                                         AutomationException
method GetValidSummaryCollectionType

Specified by:
getValidSummaryCollectionType in interface IDataSummaryAction
Parameters:
columnIndex - The columnIndex (in)
Returns:
The validSummaryType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReport

public java.lang.String getReport()
                           throws java.io.IOException,
                                  AutomationException
method GetReport

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

getCollectionInterval

public java.lang.Object getCollectionInterval()
                                       throws java.io.IOException,
                                              AutomationException
property CollectionInterval

Specified by:
getCollectionInterval in interface IDataSummaryAction
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCollectionInterval

public void setCollectionInterval(java.lang.Object collectionInterval)
                           throws java.io.IOException,
                                  AutomationException
property CollectionInterval

Specified by:
setCollectionInterval in interface IDataSummaryAction
Parameters:
collectionInterval - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReportInterval

public java.lang.Object getReportInterval()
                                   throws java.io.IOException,
                                          AutomationException
property ReportInterval

Specified by:
getReportInterval in interface IDataSummaryAction
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReportInterval

public void setReportInterval(java.lang.Object reportInterval)
                       throws java.io.IOException,
                              AutomationException
property ReportInterval

Specified by:
setReportInterval in interface IDataSummaryAction
Parameters:
reportInterval - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCollectionDatasetDefinition

public void setCollectionDatasetDefinition(IDatasetDef dataSetDefinition)
                                    throws java.io.IOException,
                                           AutomationException
method SetCollectionDatasetDefinition

Specified by:
setCollectionDatasetDefinition in interface IDataSummaryAction
Parameters:
dataSetDefinition - A reference to a com.esri.arcgis.trackinganalyst.IDatasetDef (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSummaryCollectionType

public int getSummaryCollectionType(int columnNumber)
                             throws java.io.IOException,
                                    AutomationException
property SummaryCollectionType

Specified by:
getSummaryCollectionType in interface IDataSummaryAction
Parameters:
columnNumber - The columnNumber (in)
Returns:
The summaryCollectionType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSummaryCollectionType

public void setSummaryCollectionType(int columnNumber,
                                     int summaryCollectionType)
                              throws java.io.IOException,
                                     AutomationException
property SummaryCollectionType

Specified by:
setSummaryCollectionType in interface IDataSummaryAction
Parameters:
columnNumber - The columnNumber (in)
summaryCollectionType - The summaryCollectionType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColumnCount

public int getColumnCount()
                   throws java.io.IOException,
                          AutomationException
method GetColumnCount

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

getColumnName

public java.lang.String getColumnName(int columnIndex)
                               throws java.io.IOException,
                                      AutomationException
method GetColumnName

Specified by:
getColumnName in interface IDataSummaryAction
Parameters:
columnIndex - The columnIndex (in)
Returns:
The columnName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColumnType

public int getColumnType(int columnIndex)
                  throws java.io.IOException,
                         AutomationException
method GetColumnType

Specified by:
getColumnType in interface IDataSummaryAction
Parameters:
columnIndex - The columnIndex (in)
Returns:
A com.esri.arcgis.trackinganalyst.enumColumnType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRecipientEmailAddress

public java.lang.String getRecipientEmailAddress()
                                          throws java.io.IOException,
                                                 AutomationException
property RecipientEmailAddress

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

setRecipientEmailAddress

public void setRecipientEmailAddress(java.lang.String recipientEmailAddress)
                              throws java.io.IOException,
                                     AutomationException
property RecipientEmailAddress

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

getReportDirectory

public java.lang.String getReportDirectory()
                                    throws java.io.IOException,
                                           AutomationException
property ReportDirectory

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

setReportDirectory

public void setReportDirectory(java.lang.String reportDirectory)
                        throws java.io.IOException,
                               AutomationException
property ReportDirectory

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

isDeliverEmailReport

public boolean isDeliverEmailReport()
                             throws java.io.IOException,
                                    AutomationException
property DeliverEmailReport

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

setDeliverEmailReport

public void setDeliverEmailReport(boolean deliverEmailReport)
                           throws java.io.IOException,
                                  AutomationException
property DeliverEmailReport

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

isDeliverFileReport

public boolean isDeliverFileReport()
                            throws java.io.IOException,
                                   AutomationException
property DeliverFileReport

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

setDeliverFileReport

public void setDeliverFileReport(boolean deliverFileReport)
                          throws java.io.IOException,
                                 AutomationException
property DeliverFileReport

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

isDeliverPrintedReport

public boolean isDeliverPrintedReport()
                               throws java.io.IOException,
                                      AutomationException
property DeliverPrintedReport

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

setDeliverPrintedReport

public void setDeliverPrintedReport(boolean deliverPrintedReport)
                             throws java.io.IOException,
                                    AutomationException
property DeliverPrintedReport

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

getPrinterName

public java.lang.String getPrinterName()
                                throws java.io.IOException,
                                       AutomationException
property PrinterName

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

setPrinterName

public void setPrinterName(java.lang.String printerName)
                    throws java.io.IOException,
                           AutomationException
property PrinterName

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