E F G I J N P R S T U

E

EmailAsAttachementTransport - Class in net.sf.jcopist.transport
ITransport implementation to send a document as an email attachement.
EmailAsAttachementTransport() - Constructor for class net.sf.jcopist.transport.EmailAsAttachementTransport
 
EmailAsBodyTransport - Class in net.sf.jcopist.transport
ITransport implementation to send a document in the body of an email.
EmailAsBodyTransport() - Constructor for class net.sf.jcopist.transport.EmailAsBodyTransport
 

F

FileData - Class in net.sf.jcopist.service
This class represents a generated file.
FileData() - Constructor for class net.sf.jcopist.service.FileData
 

G

getBinaryData() - Method in class net.sf.jcopist.service.FileData
Returns the binary data.
getClientId() - Method in class net.sf.jcopist.service.Job
Returns the identifier of the client.
getDestFormat() - Method in class net.sf.jcopist.service.Job
Returns the target format.
getFileFinalName() - Method in class net.sf.jcopist.service.Job
 
getFiles() - Method in class net.sf.jcopist.service.Result
Returns the list of files.
getFromAddress() - Method in class net.sf.jcopist.transport.EmailAsAttachementTransport
Returns the address of the sender.
getFromAddress() - Method in class net.sf.jcopist.transport.EmailAsBodyTransport
Returns the address of the sender.
getGroupName() - Method in class net.sf.jcopist.transport.PageSortTransport
 
getJobId() - Method in class net.sf.jcopist.service.Job
Returns the identifier of the job.
getJobName() - Method in class net.sf.jcopist.transport.PrinterTransport
Retourne le nom du job d'impression.
getMessageBody() - Method in class net.sf.jcopist.transport.EmailAsAttachementTransport
Returns the body of the message.
getName() - Method in class net.sf.jcopist.service.FileData
Returns the name of the file.
getOriginalFileToConvertData() - Method in class net.sf.jcopist.service.Job
Return the original data file to convert.
getOriginalFileToConvertName() - Method in class net.sf.jcopist.service.Job
 
getPagesToPrint() - Method in class net.sf.jcopist.service.Job
 
getPrinterName() - Method in class net.sf.jcopist.service.Job
 
getPrinterName() - Method in class net.sf.jcopist.transport.PageSortTransport
Renvoie le nom logique de l'imprimante cible.
getPrinterName() - Method in class net.sf.jcopist.transport.PrinterTransport
Renvoie le nom logique de l'imprimante cible.
getPrintersNameList() - Method in interface net.sf.jcopist.service.IDocumentService
 
getRecipients() - Method in class net.sf.jcopist.transport.EmailAsAttachementTransport
Returns the list of recipients.
getRecipients() - Method in class net.sf.jcopist.transport.EmailAsBodyTransport
Returns the list of recipients.
getSenderClass() - Method in class net.sf.jcopist.transport.PrinterTransport
returns sender class' name
getSubject() - Method in class net.sf.jcopist.transport.EmailAsAttachementTransport
Returns the message subject.
getSubject() - Method in class net.sf.jcopist.transport.EmailAsBodyTransport
Returns the message subject.
getSubmittedCount() - Method in exception net.sf.jcopist.service.exception.RejectedException
If this exception occurs while submitting an array of jobs, returns the 0-relative index of the first job that could not be submitted.
getSubmittedCount() - Method in exception net.sf.jcopist.service.exception.ServerException
If this exception occurs while submitting an array of jobs, returns the 0-relative index of the first job that could not be submitted.
getTemplateName() - Method in class net.sf.jcopist.service.Job
Returns the name of the template to use.
getTotalCount() - Method in class net.sf.jcopist.transport.PageSortTransport
 
getTransports() - Method in class net.sf.jcopist.service.Job
Returns the list of transports to send the generated document.
getXmlData() - Method in class net.sf.jcopist.service.Job
Returns the XML data to merge with the template.

I

IDocumentService - Interface in net.sf.jcopist.service
Describes the main service, which generates and sends documents.
ITemplateService - Interface in net.sf.jcopist.service
Describes the template service, which allows clients to upload new templates or update existing ones.
ITransport - Interface in net.sf.jcopist.service
Implementations of this interface describe ways of sending documents after they have been generated.

J

Job - Class in net.sf.jcopist.service
A job submitted to the server.
Job() - Constructor for class net.sf.jcopist.service.Job
 

N

net.sf.jcopist.service - package net.sf.jcopist.service
These types describe the main service.
net.sf.jcopist.service.exception - package net.sf.jcopist.service.exception
These classes are used to indicate errors to the client.
net.sf.jcopist.transport - package net.sf.jcopist.transport
These classes provide a way for a client to specify how asynchronous documents should be sent after they are generated.

P

PageSortTransport - Class in net.sf.jcopist.transport
Implementation de ISenderParam contenant les parametres pour l'envoi sur une imprimante de l'edition apres un tri par nombre de pages.
PageSortTransport(String, int, String, String) - Constructor for class net.sf.jcopist.transport.PageSortTransport
 
PrinterTransport - Class in net.sf.jcopist.transport
Implementation de ISenderParam contenant les parametres pour l'envoi sur une imprimante de l'edition.
PrinterTransport() - Constructor for class net.sf.jcopist.transport.PrinterTransport
 
PrinterTransport(String, String) - Constructor for class net.sf.jcopist.transport.PrinterTransport
 
process(Job) - Method in interface net.sf.jcopist.service.IDocumentService
Processes a job synchronously.

R

register(String, String, byte[]) - Method in interface net.sf.jcopist.service.ITemplateService
Registers a template.
RejectedException - Exception in net.sf.jcopist.service.exception
This exception indicates that the server cannot process the request at the current time, but might be available later.
RejectedException(String) - Constructor for exception net.sf.jcopist.service.exception.RejectedException
 
Result - Class in net.sf.jcopist.service
This class describes the result of a synchronous service call.
Result() - Constructor for class net.sf.jcopist.service.Result
 
retryFailed() - Method in interface net.sf.jcopist.service.IDocumentService
Get all failed document in database and resubmit it to the DocumentManager

S

ServerException - Exception in net.sf.jcopist.service.exception
This exception indicates an internal error on the server side.
ServerException(String) - Constructor for exception net.sf.jcopist.service.exception.ServerException
 
setBinaryData(byte[]) - Method in class net.sf.jcopist.service.FileData
Sets the binary data.
setClientId(String) - Method in class net.sf.jcopist.service.Job
 
setDestFormat(String) - Method in class net.sf.jcopist.service.Job
 
setFileFinalName(String) - Method in class net.sf.jcopist.service.Job
 
setFiles(FileData[]) - Method in class net.sf.jcopist.service.Result
Sets the list of files.
setFromAddress(String) - Method in class net.sf.jcopist.transport.EmailAsAttachementTransport
Sets the address of the sender.
setFromAddress(String) - Method in class net.sf.jcopist.transport.EmailAsBodyTransport
Sets the address of the sender.
setGroupName(String) - Method in class net.sf.jcopist.transport.PageSortTransport
 
setJobName(String) - Method in class net.sf.jcopist.transport.PrinterTransport
Modifie le nom du job d'impression.
setMessageBody(String) - Method in class net.sf.jcopist.transport.EmailAsAttachementTransport
Sets the body of the message.
setName(String) - Method in class net.sf.jcopist.service.FileData
Sets the name of the file.
setOriginalFileToConvert(File) - Method in class net.sf.jcopist.service.Job
 
setPagesToPrint(String) - Method in class net.sf.jcopist.service.Job
 
setPrinterName(String) - Method in class net.sf.jcopist.service.Job
 
setPrinterName(String) - Method in class net.sf.jcopist.transport.PageSortTransport
Modifie le nom logique de l'imprimante cible.
setPrinterName(String) - Method in class net.sf.jcopist.transport.PrinterTransport
Modifie le nom logique de l'imprimante cible.
setRecipients(String) - Method in class net.sf.jcopist.transport.EmailAsAttachementTransport
Sets the list of recipients.
setRecipients(String) - Method in class net.sf.jcopist.transport.EmailAsBodyTransport
Sets the list of recipients.
setSubject(String) - Method in class net.sf.jcopist.transport.EmailAsAttachementTransport
Sets the message subject.
setSubject(String) - Method in class net.sf.jcopist.transport.EmailAsBodyTransport
Sets the message subject.
setSubmittedCount(int) - Method in exception net.sf.jcopist.service.exception.RejectedException
Sets the submitted count property.
setSubmittedCount(int) - Method in exception net.sf.jcopist.service.exception.ServerException
Sets the submitted count property.
setTemplateName(String) - Method in class net.sf.jcopist.service.Job
 
setTotalCount(int) - Method in class net.sf.jcopist.transport.PageSortTransport
 
setTransports(ITransport[]) - Method in class net.sf.jcopist.service.Job
 
setXmlData(byte[]) - Method in class net.sf.jcopist.service.Job
 
submit(Job) - Method in interface net.sf.jcopist.service.IDocumentService
Submits a job for asynchronous processing.
submit(Job[]) - Method in interface net.sf.jcopist.service.IDocumentService
Submits a list of jobs for asynchronous processing.

T

toString() - Method in class net.sf.jcopist.service.Job
 
toString() - Method in class net.sf.jcopist.transport.EmailAsAttachementTransport
 
toString() - Method in class net.sf.jcopist.transport.EmailAsBodyTransport
 
toString() - Method in class net.sf.jcopist.transport.PageSortTransport
 
toString() - Method in class net.sf.jcopist.transport.PrinterTransport
 

U

UnavailableException - Exception in net.sf.jcopist.service.exception
This exception indicates that the required service is not available, either because the server is shutting down or because this service has been de-activated in the configuration.
UnavailableException(String) - Constructor for exception net.sf.jcopist.service.exception.UnavailableException
 
unregister(String) - Method in interface net.sf.jcopist.service.ITemplateService
Unregisters a template.

E F G I J N P R S T U

Copyright © 2007. All Rights Reserved.