|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.TemplateEditorDialog
public class TemplateEditorDialog
Controls the Email Alert's template properties dialog.
Constructor Summary | |
---|---|
TemplateEditorDialog()
Constructs a TemplateEditorDialog using ArcGIS Engine. |
|
TemplateEditorDialog(Object obj)
Construct a TemplateEditorDialog using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IMessageTemplate |
getTemplate(String bstrName)
The specific message template corresponding to the specified name. |
String[] |
getTemplateList()
List of Email Alert message templates available. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
loadStorage(IStorage piRootStorage)
Load the relevant information from storage into memory. |
void |
saveStorage(IStorage piRootStorage)
Save the relevant information from memory into storage. |
void |
setAction(IAction rhs1)
Server or Service Action whose Email Alert action's message template is to be reviewed or edited. |
void |
setServerConnection(IServerConnection rhs1)
Server connection for obtaining the service Dataset Definition ID |
void |
showDialog(String[] pbstrSelectedTemplate)
Displays the template properties dialog for review or edit. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public TemplateEditorDialog() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic TemplateEditorDialog(Object obj) throws IOException
obj
to TemplateEditorDialog
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
TemplateEditorDialog theTemplateEditorDialog = (TemplateEditorDialog) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setServerConnection(IServerConnection rhs1) throws IOException, AutomationException
setServerConnection
in interface ITemplateEditorDialog
rhs1
- A reference to a com.esri.arcgis.trackinganalyst.IServerConnection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAction(IAction rhs1) throws IOException, AutomationException
setAction
in interface ITemplateEditorDialog
rhs1
- A reference to a com.esri.arcgis.trackinganalyst.IAction (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void loadStorage(IStorage piRootStorage) throws IOException, AutomationException
loadStorage
in interface ITemplateEditorDialog
piRootStorage
- A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void saveStorage(IStorage piRootStorage) throws IOException, AutomationException
saveStorage
in interface ITemplateEditorDialog
piRootStorage
- A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void showDialog(String[] pbstrSelectedTemplate) throws IOException, AutomationException
showDialog
in interface ITemplateEditorDialog
pbstrSelectedTemplate
- The pbstrSelectedTemplate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String[] getTemplateList() throws IOException, AutomationException
getTemplateList
in interface ITemplateEditorDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMessageTemplate getTemplate(String bstrName) throws IOException, AutomationException
getTemplate
in interface ITemplateEditorDialog
bstrName
- The bstrName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 |