|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.trackinganalyst.IDataSummaryActionProxy
public class IDataSummaryActionProxy
IDataSummaryAction Interface
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IDataSummaryActionProxy()
|
|
IDataSummaryActionProxy(Object obj)
|
protected |
IDataSummaryActionProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
Object |
getCollectionInterval()
property CollectionInterval |
int |
getColumnCount()
method GetColumnCount |
String |
getColumnName(int columnIndex)
method GetColumnName |
int |
getColumnType(int columnIndex)
method GetColumnType |
String |
getPrinterName()
property PrinterName |
String |
getRecipientEmailAddress()
property RecipientEmailAddress |
String |
getReport()
method GetReport |
String |
getReportDirectory()
property ReportDirectory |
Object |
getReportInterval()
property ReportInterval |
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(String iidStr,
Object theListener)
|
void |
setCollectionDatasetDefinition(IDatasetDef dataSetDefinition)
method SetCollectionDatasetDefinition |
void |
setCollectionInterval(Object collectionInterval)
property CollectionInterval |
void |
setDeliverEmailReport(boolean deliverEmailReport)
property DeliverEmailReport |
void |
setDeliverFileReport(boolean deliverFileReport)
property DeliverFileReport |
void |
setDeliverPrintedReport(boolean deliverPrintedReport)
property DeliverPrintedReport |
void |
setPrinterName(String printerName)
property PrinterName |
void |
setRecipientEmailAddress(String recipientEmailAddress)
property RecipientEmailAddress |
void |
setReportDirectory(String reportDirectory)
property ReportDirectory |
void |
setReportInterval(Object reportInterval)
property ReportInterval |
void |
setReportTitle(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 |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public IDataSummaryActionProxy()
public IDataSummaryActionProxy(Object obj)
throws IOException
IOException
protected IDataSummaryActionProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public String getReportTitle()
throws IOException,
AutomationException
getReportTitle in interface IDataSummaryActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReportTitle(String reportTitle)
throws IOException,
AutomationException
setReportTitle in interface IDataSummaryActionreportTitle - The reportTitle (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getValidSummaryCollectionType(int columnIndex)
throws IOException,
AutomationException
getValidSummaryCollectionType in interface IDataSummaryActioncolumnIndex - The columnIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getReport()
throws IOException,
AutomationException
getReport in interface IDataSummaryActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getCollectionInterval()
throws IOException,
AutomationException
getCollectionInterval in interface IDataSummaryActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCollectionInterval(Object collectionInterval)
throws IOException,
AutomationException
setCollectionInterval in interface IDataSummaryActioncollectionInterval - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getReportInterval()
throws IOException,
AutomationException
getReportInterval in interface IDataSummaryActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReportInterval(Object reportInterval)
throws IOException,
AutomationException
setReportInterval in interface IDataSummaryActionreportInterval - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCollectionDatasetDefinition(IDatasetDef dataSetDefinition)
throws IOException,
AutomationException
setCollectionDatasetDefinition in interface IDataSummaryActiondataSetDefinition - A reference to a com.esri.arcgis.trackinganalyst.IDatasetDef (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSummaryCollectionType(int columnNumber)
throws IOException,
AutomationException
getSummaryCollectionType in interface IDataSummaryActioncolumnNumber - The columnNumber (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSummaryCollectionType(int columnNumber,
int summaryCollectionType)
throws IOException,
AutomationException
setSummaryCollectionType in interface IDataSummaryActioncolumnNumber - The columnNumber (in)summaryCollectionType - The summaryCollectionType (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getColumnCount()
throws IOException,
AutomationException
getColumnCount in interface IDataSummaryActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getColumnName(int columnIndex)
throws IOException,
AutomationException
getColumnName in interface IDataSummaryActioncolumnIndex - The columnIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getColumnType(int columnIndex)
throws IOException,
AutomationException
getColumnType in interface IDataSummaryActioncolumnIndex - The columnIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getRecipientEmailAddress()
throws IOException,
AutomationException
getRecipientEmailAddress in interface IDataSummaryActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRecipientEmailAddress(String recipientEmailAddress)
throws IOException,
AutomationException
setRecipientEmailAddress in interface IDataSummaryActionrecipientEmailAddress - The recipientEmailAddress (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getReportDirectory()
throws IOException,
AutomationException
getReportDirectory in interface IDataSummaryActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReportDirectory(String reportDirectory)
throws IOException,
AutomationException
setReportDirectory in interface IDataSummaryActionreportDirectory - The reportDirectory (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDeliverEmailReport()
throws IOException,
AutomationException
isDeliverEmailReport in interface IDataSummaryActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDeliverEmailReport(boolean deliverEmailReport)
throws IOException,
AutomationException
setDeliverEmailReport in interface IDataSummaryActiondeliverEmailReport - The deliverEmailReport (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDeliverFileReport()
throws IOException,
AutomationException
isDeliverFileReport in interface IDataSummaryActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDeliverFileReport(boolean deliverFileReport)
throws IOException,
AutomationException
setDeliverFileReport in interface IDataSummaryActiondeliverFileReport - The deliverFileReport (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDeliverPrintedReport()
throws IOException,
AutomationException
isDeliverPrintedReport in interface IDataSummaryActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDeliverPrintedReport(boolean deliverPrintedReport)
throws IOException,
AutomationException
setDeliverPrintedReport in interface IDataSummaryActiondeliverPrintedReport - The deliverPrintedReport (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getPrinterName()
throws IOException,
AutomationException
getPrinterName in interface IDataSummaryActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPrinterName(String printerName)
throws IOException,
AutomationException
setPrinterName in interface IDataSummaryActionprinterName - The printerName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||