|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DtsService
The Interface DtsService.
| Method Summary | |
|---|---|
void |
exportObjects(java.lang.Class<?> clazz,
java.util.Collection<?> rows,
java.io.OutputStream output,
it.neverworks.struts.Parameters parameters)
Export objects. |
void |
exportObjects(java.lang.Class<?> clazz,
java.util.Collection<?> rows,
java.io.OutputStream output,
it.neverworks.struts.Parameters parameters,
it.neverworks.application.util.TaskLink link)
Export objects. |
void |
exportOrganizations(java.io.OutputStream os)
Export organizations. |
void |
importDocuments(java.io.InputStream inputExcelStream,
int sheetIndex,
File targetFolder,
java.lang.String targetAttributeNameStore,
java.io.OutputStream os)
Import documents. |
void |
importMessageInstance(java.lang.String appIdentifier,
java.util.Date appIdentifierDate,
java.lang.String sender,
java.util.Map<java.lang.String,java.lang.String> to,
java.util.Map<java.lang.String,java.lang.String> cc,
java.util.Map<java.lang.String,java.lang.Object> variables,
MessageInstance.MessageType messageType,
java.lang.String sConfidentialityLevel,
java.util.Collection<java.io.File> attachments,
java.lang.String orgVersion,
boolean isPec,
boolean skipCreated,
java.lang.String mailBoxName)
Import message instance. |
void |
importMessageInstanceFromSheet(java.lang.String filePath)
Import message instance from sheet. |
void |
importMessageServiceInstance(java.lang.String appIdentifier,
java.util.Date appIdentifierDate,
java.lang.String sender,
java.util.List<java.lang.String> to,
java.util.List<java.lang.String> cc,
java.util.Map<java.lang.String,java.lang.Object> variables,
MessageServiceInstance.ServiceType serviceType,
java.util.Collection<java.io.File> attachments,
boolean skipCreated)
Import message service instance. |
| Method Detail |
|---|
void importDocuments(java.io.InputStream inputExcelStream,
int sheetIndex,
File targetFolder,
java.lang.String targetAttributeNameStore,
java.io.OutputStream os)
throws java.io.IOException
inputExcelStream - the input excel streamsheetIndex - the sheet indextargetFolder - the target foldertargetAttributeNameStore - the target attribute name storeos - the os
java.io.IOException - Signals that an I/O exception has occurred.
void importMessageInstance(java.lang.String appIdentifier,
java.util.Date appIdentifierDate,
java.lang.String sender,
java.util.Map<java.lang.String,java.lang.String> to,
java.util.Map<java.lang.String,java.lang.String> cc,
java.util.Map<java.lang.String,java.lang.Object> variables,
MessageInstance.MessageType messageType,
java.lang.String sConfidentialityLevel,
java.util.Collection<java.io.File> attachments,
java.lang.String orgVersion,
boolean isPec,
boolean skipCreated,
java.lang.String mailBoxName)
throws java.lang.Exception
appIdentifier - the app identifierappIdentifierDate - the app identifier datesender - the senderto - the tocc - the ccvariables - the variablesmessageType - the message typesConfidentialityLevel - the s confidentiality levelattachments - the attachmentsorgVersion - the org versionisPec - the is pecskipCreated - the skip createdmailBoxName - the mail box name
java.lang.Exception - the exception
void importMessageInstanceFromSheet(java.lang.String filePath)
throws java.lang.Exception
filePath - the file path
java.lang.Exception - the exception
void importMessageServiceInstance(java.lang.String appIdentifier,
java.util.Date appIdentifierDate,
java.lang.String sender,
java.util.List<java.lang.String> to,
java.util.List<java.lang.String> cc,
java.util.Map<java.lang.String,java.lang.Object> variables,
MessageServiceInstance.ServiceType serviceType,
java.util.Collection<java.io.File> attachments,
boolean skipCreated)
throws java.lang.Exception
appIdentifier - the app identifierappIdentifierDate - the app identifier datesender - the senderto - the tocc - the ccvariables - the variablesserviceType - the service typeattachments - the attachmentsskipCreated - the skip created
java.lang.Exception - the exception
void exportObjects(java.lang.Class<?> clazz,
java.util.Collection<?> rows,
java.io.OutputStream output,
it.neverworks.struts.Parameters parameters,
it.neverworks.application.util.TaskLink link)
throws java.lang.InterruptedException
clazz - the clazzrows - the rowsoutput - the outputparameters - the parameterslink - the link
java.lang.InterruptedException - the interrupted exception
void exportObjects(java.lang.Class<?> clazz,
java.util.Collection<?> rows,
java.io.OutputStream output,
it.neverworks.struts.Parameters parameters)
throws java.lang.InterruptedException
clazz - the clazzrows - the rowsoutput - the outputparameters - the parameters
java.lang.InterruptedException - the interrupted exceptionvoid exportOrganizations(java.io.OutputStream os)
os - the os
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||