com.esri.arcgis.trackinganalyst
Interface IDataSummaryAction

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataSummaryAction, IDataSummaryActionProxy

public interface IDataSummaryAction
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID21cfe9ec_ace7_44e3_b517_10f3500de2c3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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 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
 

Field Detail

IID21cfe9ec_ace7_44e3_b517_10f3500de2c3

static final int IID21cfe9ec_ace7_44e3_b517_10f3500de2c3
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getReportTitle

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

Returns:
The reportTitle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReportTitle

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

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

getValidSummaryCollectionType

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

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

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

Returns:
The report
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCollectionInterval

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

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCollectionInterval

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

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

getReportInterval

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

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReportInterval

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

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

setCollectionDatasetDefinition

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

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

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

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

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

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

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

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColumnName

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

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

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

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

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

Returns:
The recipientEmailAddress
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRecipientEmailAddress

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

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

getReportDirectory

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

Returns:
The reportDirectory
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReportDirectory

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

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

isDeliverEmailReport

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

Returns:
The deliverEmailReport
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDeliverEmailReport

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

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

isDeliverFileReport

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

Returns:
The deliverFileReport
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDeliverFileReport

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

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

isDeliverPrintedReport

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

Returns:
The deliverPrintedReport
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDeliverPrintedReport

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

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

getPrinterName

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

Returns:
The printerName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPrinterName

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

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