|
|||||||||
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.ITemplateEditorDialogProxy
public class ITemplateEditorDialogProxy
Provides the dialog to access and edit message templates used for message bodies for the Email Alert action.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ITemplateEditorDialogProxy()
|
|
ITemplateEditorDialogProxy(Object obj)
|
protected |
ITemplateEditorDialogProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IMessageTemplate |
getTemplate(String bstrName)
The specific message template corresponding to the specified name. |
String[] |
getTemplateList()
List of Email Alert message templates available. |
void |
loadStorage(IStorage piRootStorage)
Load the relevant information from storage into memory. |
void |
removeListener(String iidStr,
Object theListener)
|
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 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 ITemplateEditorDialogProxy()
public ITemplateEditorDialogProxy(Object obj) throws IOException
IOException
protected ITemplateEditorDialogProxy(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 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |