|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataSummaryAction
IDataSummaryAction Interface
Method Summary | |
---|---|
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 |
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 |
Method Detail |
---|
String getReportTitle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReportTitle(String reportTitle) throws IOException, AutomationException
reportTitle
- The reportTitle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getValidSummaryCollectionType(int columnIndex) throws IOException, AutomationException
columnIndex
- The columnIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getReport() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getCollectionInterval() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCollectionInterval(Object collectionInterval) throws IOException, AutomationException
collectionInterval
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getReportInterval() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReportInterval(Object reportInterval) throws IOException, AutomationException
reportInterval
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCollectionDatasetDefinition(IDatasetDef dataSetDefinition) throws IOException, AutomationException
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.int getSummaryCollectionType(int columnNumber) throws IOException, AutomationException
columnNumber
- The columnNumber (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSummaryCollectionType(int columnNumber, int summaryCollectionType) throws IOException, AutomationException
columnNumber
- The columnNumber (in)summaryCollectionType
- The summaryCollectionType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getColumnCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getColumnName(int columnIndex) throws IOException, AutomationException
columnIndex
- The columnIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getColumnType(int columnIndex) throws IOException, AutomationException
columnIndex
- The columnIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getRecipientEmailAddress() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRecipientEmailAddress(String recipientEmailAddress) throws IOException, AutomationException
recipientEmailAddress
- The recipientEmailAddress (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getReportDirectory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReportDirectory(String reportDirectory) throws IOException, AutomationException
reportDirectory
- The reportDirectory (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDeliverEmailReport() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDeliverEmailReport(boolean deliverEmailReport) throws IOException, AutomationException
deliverEmailReport
- The deliverEmailReport (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDeliverFileReport() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDeliverFileReport(boolean deliverFileReport) throws IOException, AutomationException
deliverFileReport
- The deliverFileReport (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDeliverPrintedReport() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDeliverPrintedReport(boolean deliverPrintedReport) throws IOException, AutomationException
deliverPrintedReport
- The deliverPrintedReport (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPrinterName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrinterName(String printerName) throws IOException, AutomationException
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 |