com.mindoo.remote.api.symphony.document
Interface IRemoteMailMerge
public interface IRemoteMailMerge
getApplication
IRemoteSymphonyApplication getApplication()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getDocument
IRemoteDocument getDocument()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getMailMergeType
int getMailMergeType()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setMailMergeType
void setMailMergeType(int paramInt)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
isMergeAsOneFile
boolean isMergeAsOneFile()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setMergeAsOneFile
void setMergeAsOneFile(boolean paramBoolean)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
isMergeSilent
boolean isMergeSilent()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setMergeSilent
void setMergeSilent(boolean paramBoolean)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getFieldMaps
IRemoteMailMergeFieldMap[] getFieldMaps()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setFieldMaps
void setFieldMaps(IRemoteMailMergeFieldMap[] paramArrayOfMailMergeFieldMap)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getSelections
java.lang.Integer[] getSelections()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setSelections
void setSelections(java.lang.Integer[] paramArrayOfInteger)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getOutputFrom
java.lang.Integer getOutputFrom()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setOutputFrom
void setOutputFrom(java.lang.Integer paramInteger)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getOutputTo
java.lang.Integer getOutputTo()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setOutputTo
void setOutputTo(java.lang.Integer paramInteger)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getOutputURL
java.lang.String getOutputURL()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setOutputURL
void setOutputURL(java.lang.String paramString)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getFileFilterName
java.lang.String getFileFilterName()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setFileFilterName
void setFileFilterName(java.lang.String paramString)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getFileColumnName
java.lang.String getFileColumnName()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setFileColumnName
void setFileColumnName(java.lang.String paramString)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getMailAddressFieldName
java.lang.String getMailAddressFieldName()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setMailAddressFieldName
void setMailAddressFieldName(java.lang.String paramString)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getMailCopyTo
java.lang.String[] getMailCopyTo()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setMailCopyTo
void setMailCopyTo(java.lang.String paramString)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getMailBlindCopyTo
java.lang.String[] getMailBlindCopyTo()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setMailBlindCopyTo
void setMailBlindCopyTo(java.lang.String[] paramArrayOfString)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getMailAttachmentName
java.lang.String[] getMailAttachmentName()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setMailAttachmentName
void setMailAttachmentName(java.lang.String[] paramArrayOfString)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getMailSubject
java.lang.String getMailSubject()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setMailSubject
void setMailSubject(java.lang.String paramString)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
isSinglePrintJobs
boolean isSinglePrintJobs()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setSinglePrintJobs
void setSinglePrintJobs(boolean paramBoolean)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getPrintOption
IRemoteMailMergePrintOption getPrintOption()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
setPrintOption
void setPrintOption(IRemoteMailMergePrintOption paramMailMergePrintOption)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getDataSourceName
java.lang.String getDataSourceName()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getCommand
java.lang.String getCommand()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getCommandType
java.lang.String getCommandType()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
getFields
IRemoteMailMergeFields getFields()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
showMailMergeSideBar
void showMailMergeSideBar(boolean paramBoolean)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
openDataSource
boolean openDataSource(java.lang.String paramString1,
java.lang.String paramString2,
java.lang.Integer paramInteger)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
openDataSourceWithProperty
boolean openDataSourceWithProperty(java.lang.String paramString1,
IRemoteDataSourceProperty[] paramArrayOfDataSourceProperty,
java.lang.String paramString2,
java.lang.Integer paramInteger)
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException
execute
void execute()
throws RemoteEclipseAPIException
- Throws:
RemoteEclipseAPIException