|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 |
void |
getColumnCount(int[] count)
method GetColumnCount |
String |
getColumnName(int columnIndex)
method GetColumnName |
int |
getColumnType(int columnIndex)
method GetColumnType |
String |
getPrinterName()
property PrinterName |
String |
getRecipientEmailAddress()
property RecipientEmailAddress |
void |
getReport(String[] report)
method GetReport |
String |
getReportDirectory()
property ReportDirectory |
Object |
getReportInterval()
property ReportInterval |
String |
getReportTitle()
property ReportTitle |
int |
getSummaryCollectionType(int columnNumber)
property SummaryCollectionType |
void |
getValidSummaryCollectionType(int columnIndex,
int[] validSummaryType)
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.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public String getReportTitle() throws IOException, AutomationException
getReportTitle
in interface IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReportTitle(String reportTitle) throws IOException, AutomationException
setReportTitle
in interface IDataSummaryAction
reportTitle
- The reportTitle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getValidSummaryCollectionType(int columnIndex, int[] validSummaryType) throws IOException, AutomationException
getValidSummaryCollectionType
in interface IDataSummaryAction
columnIndex
- The columnIndex (in)validSummaryType
- The validSummaryType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getReport(String[] report) throws IOException, AutomationException
getReport
in interface IDataSummaryAction
report
- The report (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getCollectionInterval() throws IOException, AutomationException
getCollectionInterval
in interface IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCollectionInterval(Object collectionInterval) throws IOException, AutomationException
setCollectionInterval
in interface IDataSummaryAction
collectionInterval
- 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 IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReportInterval(Object reportInterval) throws IOException, AutomationException
setReportInterval
in interface IDataSummaryAction
reportInterval
- 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 IDataSummaryAction
dataSetDefinition
- 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 IDataSummaryAction
columnNumber
- 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 IDataSummaryAction
columnNumber
- The columnNumber (in)summaryCollectionType
- The summaryCollectionType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getColumnCount(int[] count) throws IOException, AutomationException
getColumnCount
in interface IDataSummaryAction
count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getColumnName(int columnIndex) throws IOException, AutomationException
getColumnName
in interface IDataSummaryAction
columnIndex
- 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 IDataSummaryAction
columnIndex
- 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 IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRecipientEmailAddress(String recipientEmailAddress) throws IOException, AutomationException
setRecipientEmailAddress
in interface IDataSummaryAction
recipientEmailAddress
- 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 IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReportDirectory(String reportDirectory) throws IOException, AutomationException
setReportDirectory
in interface IDataSummaryAction
reportDirectory
- 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 IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDeliverEmailReport(boolean deliverEmailReport) throws IOException, AutomationException
setDeliverEmailReport
in interface IDataSummaryAction
deliverEmailReport
- 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 IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDeliverFileReport(boolean deliverFileReport) throws IOException, AutomationException
setDeliverFileReport
in interface IDataSummaryAction
deliverFileReport
- 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 IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDeliverPrintedReport(boolean deliverPrintedReport) throws IOException, AutomationException
setDeliverPrintedReport
in interface IDataSummaryAction
deliverPrintedReport
- 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 IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPrinterName(String printerName) throws IOException, AutomationException
setPrinterName
in interface IDataSummaryAction
printerName
- 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 |