|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VradiException | |
|---|---|
| com.jurismarches.vradi.services | |
| com.jurismarches.vradi.services.managers | |
| Uses of VradiException in com.jurismarches.vradi.services |
|---|
| Methods in com.jurismarches.vradi.services that throw VradiException | ||
|---|---|---|
File |
VradiStorageServiceImpl.addTemplate(org.sharengo.wikitty.WikittyExtension extension,
File template)
|
|
File |
VradiStorageService.addTemplate(org.sharengo.wikitty.WikittyExtension extension,
File template)
Deprecated. can't use non serializable parameters with hessian |
|
void |
VradiStorageServiceImpl.archiveQueries(QueryMaker queryMaker)
|
|
void |
VradiStorageService.archiveQueries(QueryMaker queryMaker)
Archives the queries of a user, client or group in a RSS file. |
|
void |
VradiStorageServiceImpl.autoLoadFormsFromXmlStreams(String intervalUnit,
int intervalValue,
Integer hour,
Integer minute)
|
|
void |
VradiStorageService.autoLoadFormsFromXmlStreams(String intervalUnit,
int intervalValue,
Integer hour,
Integer minute)
Regularly retrieves the information from all the xml streams and create new forms |
|
void |
VradiStorageServiceImpl.bindForms()
|
|
void |
VradiStorageService.bindForms()
Binds all queryMaker with the forms found by their queries and not already sent. |
|
List<Sending> |
VradiStorageServiceImpl.createSending(Session session,
QueryMaker queryMaker,
List<Form> formsToBind)
|
|
List<Sending> |
VradiStorageService.createSending(Session session,
QueryMaker queryMaker,
List<Form> formsToBind)
Create new Sending |
|
void |
VradiStorageServiceImpl.deleteEntity(org.sharengo.wikitty.BusinessEntity entity)
|
|
void |
VradiStorageService.deleteEntity(org.sharengo.wikitty.BusinessEntity entity)
Delete the specified BusinessEntity. |
|
void |
VradiStorageServiceImpl.deleteEntity(String id)
|
|
void |
VradiStorageService.deleteEntity(String id)
Delete the specified BusinessEntity by id. |
|
void |
VradiStorageService.deleteForm(String formId)
Deletes a Form by the specified formId. |
|
void |
VradiStorageServiceImpl.deleteStatus(String statusId)
|
|
void |
VradiStorageService.deleteStatus(String statusId)
Deletes a Status. |
|
void |
VradiStorageServiceImpl.deleteStatuses(List<String> statusIds)
|
|
void |
VradiStorageService.deleteStatuses(List<String> statusIds)
Deletes a list of Status. |
|
String |
VradiStorageServiceImpl.exportAsCSV(org.sharengo.wikitty.Criteria criteria)
|
|
String |
VradiStorageService.exportAsCSV(org.sharengo.wikitty.Criteria criteria)
Get csv export. |
|
String |
VradiStorageServiceImpl.exportData()
|
|
String |
VradiStorageService.exportData()
Export the datas into an XML format. |
|
VradiFormPageDTO |
VradiStorageService.findForms(String query,
VradiFormPageDTO formPageDTO)
Searches for forms with the specified query. |
|
VradiFormPageDTO |
VradiStorageService.findForms2(String query,
org.sharengo.wikitty.WikittyExtension extension,
String dateType,
Date beginDate,
Date endDate,
List<String>[] thesaurus,
String[] statusIds,
VradiFormPageDTO formPageDTO)
Searches for forms with the specified filters. |
|
Map<QueryMaker,List<VradiQueryBean>> |
VradiStorageServiceImpl.findQueriesReturningForm(Form form)
|
|
Map<QueryMaker,List<VradiQueryBean>> |
VradiStorageService.findQueriesReturningForm(Form form)
Computes a list of queries returning the specified Form. |
|
List<File> |
MailingService.generateFilledDocumentInPDF(File template,
List<Form> forms,
Map<String,String> fieldBindings)
Deprecated. since 0.0.5 can't use non serializable parameters |
|
List<File> |
MailingServiceImpl.generateFilledDocumentInPDF(File template,
List<Form> forms,
Map<String,String> fieldBindings)
|
|
List<File> |
MailingService.generateFilledDocumentInPDF(File template,
List<Form> forms,
Map<String,String> fieldBindings,
boolean replace)
Deprecated. since 0.0.5 can't use non serializable parameters |
|
List<File> |
MailingServiceImpl.generateFilledDocumentInPDF(File template,
List<Form> forms,
Map<String,String> fieldBindings,
boolean replace)
|
|
protected File |
MailingServiceImpl.generateFilledDocumentInPDF(TemplateManager templateManager,
Form form,
Map<String,String[]> fieldBindings,
boolean replace)
Generate a single pdf file for specified form. |
|
List<Client> |
VradiStorageServiceImpl.getAllClients()
|
|
List<Client> |
VradiStorageService.getAllClients()
Returns all the clients. |
|
List<Form> |
VradiStorageService.getAllForms()
Returns all Forms. |
|
List<org.sharengo.wikitty.WikittyExtension> |
VradiStorageService.getAllFormTypes()
Returns all Form Types. |
|
List<Group> |
VradiStorageServiceImpl.getAllGroups()
|
|
List<Group> |
VradiStorageService.getAllGroups()
Returns all the groups. |
|
List<Status> |
VradiStorageServiceImpl.getAllStatuses()
|
|
List<Status> |
VradiStorageService.getAllStatuses()
Returns all Status. |
|
List<org.sharengo.wikitty.TreeNodeImpl> |
VradiStorageServiceImpl.getAllThesaurus()
|
|
List<org.sharengo.wikitty.TreeNodeImpl> |
VradiStorageService.getAllThesaurus()
Returns all TreeNodeImpl considered as thesaurus nodes. |
|
List<VradiUserDTO> |
VradiStorageServiceImpl.getAllUserDTOs()
|
|
List<VradiUserDTO> |
VradiStorageService.getAllUserDTOs()
Returns all the Users. |
|
List<User> |
VradiStorageServiceImpl.getAllUsers()
|
|
List<User> |
VradiStorageService.getAllUsers()
Returns all the Users. |
|
List<XmlStream> |
VradiStorageService.getAllXmlStreams()
Returns all XmlStreams. |
|
Map<String,String> |
VradiStorageServiceImpl.getAssociatedFields(String extensionName,
String templateName)
|
|
Map<String,String> |
VradiStorageService.getAssociatedFields(String extensionName,
String templateName)
|
|
List<org.sharengo.wikitty.TreeNodeImpl> |
VradiStorageServiceImpl.getChildrenThesaurus(String thesaurusId)
|
|
List<org.sharengo.wikitty.TreeNodeImpl> |
VradiStorageService.getChildrenThesaurus(String thesaurusId)
Returns all children of the specified thesaurusId. |
|
Client |
VradiStorageServiceImpl.getClient(String clientId)
|
|
Client |
VradiStorageService.getClient(String clientId)
Returns a Client with the specified clientId. |
|
Client |
VradiStorageServiceImpl.getClientByUserId(String userId)
|
|
Client |
VradiStorageService.getClientByUserId(String userId)
Returns a Client whose specified userId belongs. |
|
List<User> |
VradiStorageServiceImpl.getClientUsers(String clientId)
Deprecated. since 20100507 unused |
|
List<User> |
VradiStorageService.getClientUsers(String clientId)
Deprecated. since 20100507 unused |
|
String[] |
MailingService.getDocumentFields(File template)
Deprecated. since 0.0.5 can't use non serializable parameters |
|
String[] |
MailingServiceImpl.getDocumentFields(File template)
|
|
|
VradiStorageServiceImpl.getEntities(List<String> ids,
Class<E> clazz)
|
|
|
VradiStorageService.getEntities(List<String> ids,
Class<E> clazz)
Returns the BusinessEntity of the specified ids and clazz. |
|
|
VradiStorageServiceImpl.getEntity(String id,
Class<E> clazz)
|
|
|
VradiStorageService.getEntity(String id,
Class<E> clazz)
Returns a BusinessEntity of the specified id and clazz. |
|
Form |
VradiStorageService.getForm(String formId)
Returns a Form with the specified formId. |
|
List<Form> |
VradiStorageService.getForms(List<String> formIds)
Returns all the Forms with the specified list of formIds. |
|
int[] |
VradiStorageServiceImpl.getFormsFromXmlStream(XmlStream xmlStream,
VradiUser vradiUser)
|
|
int[] |
VradiStorageService.getFormsFromXmlStream(XmlStream xmlStream,
VradiUser vradiUser)
Creates and store forms from an XmlStream by using the XmlStreamBinding
to link xml stream field values with form fields. |
|
org.sharengo.wikitty.WikittyExtension |
VradiStorageServiceImpl.getFormType(String name)
|
|
org.sharengo.wikitty.WikittyExtension |
VradiStorageService.getFormType(String name)
Returns a form type with the specified name. |
|
Map<String,org.sharengo.wikitty.FieldType> |
VradiStorageServiceImpl.getFormTypeFields(String name)
|
|
Map<String,org.sharengo.wikitty.FieldType> |
VradiStorageService.getFormTypeFields(String name)
Finds fields of a form type. |
|
Group |
VradiStorageServiceImpl.getGroup(String groupId)
|
|
Group |
VradiStorageService.getGroup(String groupId)
Returns a Group with the specified groupId. |
|
List<Client> |
VradiStorageServiceImpl.getGroupClients(String groupId)
|
|
List<Client> |
VradiStorageService.getGroupClients(String groupId)
Returns a list of Clients belonging to the specified groupId. |
|
List<User> |
VradiStorageServiceImpl.getGroupUsers(String groupId)
|
|
List<User> |
VradiStorageService.getGroupUsers(String groupId)
Returns a list of Users belonging to the specified groupId. |
|
int |
VradiStorageServiceImpl.getNbFormsForThesaurus(String thesaurusId)
|
|
int |
VradiStorageService.getNbFormsForThesaurus(String thesaurusId)
Computes the number of forms associated with the specified thesaurusId. |
|
org.sharengo.wikitty.TreeNodeImpl |
VradiStorageServiceImpl.getRootThesaurus()
|
|
org.sharengo.wikitty.TreeNodeImpl |
VradiStorageService.getRootThesaurus()
Returns the root Thesaurus Node. |
|
List<Session> |
VradiStorageServiceImpl.getSessions(Date sessionDate)
|
|
List<Session> |
VradiStorageService.getSessions(Date sessionDate)
Get all session by date |
|
Status |
VradiStorageServiceImpl.getStatus(String statusId)
|
|
Status |
VradiStorageService.getStatus(String statusId)
Returns a Status with the specified statusId. |
|
List<Status> |
VradiStorageServiceImpl.getStatuses(List<String> statusIds)
|
|
List<Status> |
VradiStorageService.getStatuses(List<String> statusIds)
Returns a list of Status with the specified
statusIds. |
|
org.sharengo.wikitty.TreeNodeImpl |
VradiStorageServiceImpl.getThesaurus(String thesaurusId)
|
|
org.sharengo.wikitty.TreeNodeImpl |
VradiStorageService.getThesaurus(String thesaurusId)
Returns a TreeNodeImpl with the specified thesaurusId. |
|
VradiCartographyDTO |
VradiStorageServiceImpl.getThesaurusCartography(String query,
org.sharengo.wikitty.WikittyExtension extension,
String dateType,
Date beginDate,
Date endDate,
List<String>[] thesaurus,
String[] statusIds)
|
|
VradiCartographyDTO |
VradiStorageService.getThesaurusCartography(String query,
org.sharengo.wikitty.WikittyExtension extension,
String dateType,
Date beginDate,
Date endDate,
List<String>[] thesaurus,
String[] statusIds)
Computes the number of forms associated with every thesaurus node. |
|
User |
VradiStorageServiceImpl.getUser(String userId)
|
|
User |
VradiStorageService.getUser(String userId)
Returns a User with the specified userId. |
|
XmlFieldBinding |
VradiStorageService.getXmlFieldBinding(String xmlFieldBindingId)
Returns a XmlFieldBinding with the specified xmlFieldBindingId. |
|
List<XmlFieldBinding> |
VradiStorageService.getXmlFieldBindings(XmlStream xmlStream)
Returns a list of XmlFieldBinding belonging to the specified xmlStream. |
|
XmlStream |
VradiStorageServiceImpl.getXmlStream(String xmlStreamId)
|
|
XmlStream |
VradiStorageService.getXmlStream(String xmlStreamId)
Returns a XmlStream with the specified xmlStreamId. |
|
void |
VradiStorageServiceImpl.importAsCSV(String uri)
|
|
void |
VradiStorageService.importAsCSV(String uri)
Import all data as CSV. |
|
void |
VradiStorageServiceImpl.importData(File file)
|
|
void |
VradiStorageService.importData(File file)
Import data from an XML file. |
|
VradiUser |
VradiStorageService.logVradiUser(String userName,
String userPassword)
Checks if userName and userPassword matches a valid VradiUser. |
|
List<org.sharengo.wikitty.TreeNodeImpl> |
VradiStorageServiceImpl.proposeThesaurus(Form form,
List<org.sharengo.wikitty.TreeNodeImpl> thesaurus)
|
|
List<org.sharengo.wikitty.TreeNodeImpl> |
VradiStorageService.proposeThesaurus(Form form,
List<org.sharengo.wikitty.TreeNodeImpl> thesaurus)
Propose thesaurus nodes that might be in relation with a specified form |
|
void |
MailingService.receiveMessages()
|
|
void |
MailingServiceImpl.receiveMessages()
|
|
void |
VradiStorageService.reindexData()
Reindex the datas. |
|
List<Sending> |
VradiStorageServiceImpl.removeAllSending(Session session,
Form form,
QueryMaker queryMaker)
|
|
List<Sending> |
VradiStorageService.removeAllSending(Session session,
Form form,
QueryMaker queryMaker)
|
|
Sending |
MailingService.sendMessage(Sending sending,
String sessionParagraph)
|
|
Sending |
MailingServiceImpl.sendMessage(Sending sending,
String sessionParagraph)
|
|
Sending |
MailingService.sendMessage(Sending sending,
String sessionParagraph,
String email)
|
|
Sending |
MailingServiceImpl.sendMessage(Sending sending,
String sessionParagraph,
String email)
|
|
Session |
MailingService.sendMessages(Session session,
List<Sending> sendings)
|
|
Session |
MailingServiceImpl.sendMessages(Session session,
List<Sending> sendings)
|
|
void |
VradiStorageServiceImpl.setAssociatedFields(String extensionName,
String templateName,
Map<String,String> fieldMap)
|
|
void |
VradiStorageService.setAssociatedFields(String extensionName,
String templateName,
Map<String,String> fieldMap)
|
|
Session |
MailingService.stopSentMail(Session session)
|
|
Session |
MailingServiceImpl.stopSentMail(Session session)
|
|
|
VradiStorageServiceImpl.updateEntities(E... entities)
|
|
|
VradiStorageService.updateEntities(E... entities)
Updates the specified BusinessEntity. |
|
|
VradiStorageServiceImpl.updateEntities(List<E> entities)
|
|
|
VradiStorageService.updateEntities(List<E> entities)
Updates the specified BusinessEntity. |
|
|
VradiStorageServiceImpl.updateEntity(E entity)
|
|
|
VradiStorageService.updateEntity(E entity)
Updates the specified BusinessEntity. |
|
Form |
VradiStorageServiceImpl.updateForm(Form form)
|
|
Form |
VradiStorageService.updateForm(Form form)
Creates or Update the specified form. |
|
List<Form> |
VradiStorageServiceImpl.updateForms(List<Form> forms)
|
|
List<Form> |
VradiStorageService.updateForms(List<Form> forms)
Create or Update a list of Forms. |
|
org.sharengo.wikitty.WikittyExtension |
VradiStorageServiceImpl.updateFormType(org.sharengo.wikitty.WikittyExtension extension)
|
|
org.sharengo.wikitty.WikittyExtension |
VradiStorageService.updateFormType(org.sharengo.wikitty.WikittyExtension extension)
Creates or Update a form type. |
|
org.sharengo.wikitty.WikittyExtension |
VradiStorageServiceImpl.updateFormType2(String name,
Map<String,org.sharengo.wikitty.FieldType> fields,
String requires,
Map<String,String> tagValues)
|
|
org.sharengo.wikitty.WikittyExtension |
VradiStorageService.updateFormType2(String name,
Map<String,org.sharengo.wikitty.FieldType> fields,
String requires,
Map<String,String> tagValues)
Creates or Update a form type. |
|
void |
VradiStorageService.updateSendings(List<Sending> sendings)
Update a list of Sending. |
|
Status |
VradiStorageServiceImpl.updateStatus(Status status)
|
|
Status |
VradiStorageService.updateStatus(Status status)
Updates a Status. |
|
List<Status> |
VradiStorageServiceImpl.updateStatuses(List<Status> statuses)
|
|
List<Status> |
VradiStorageService.updateStatuses(List<Status> statuses)
Updates a list of Status. |
|
VradiUser |
VradiStorageServiceImpl.updateVradiUser(VradiUser vradiUser)
|
|
VradiUser |
VradiStorageService.updateVradiUser(VradiUser vradiUser)
Updates a VradiUser. |
|
List<XmlFieldBinding> |
VradiStorageServiceImpl.updateXmlFieldBindings(List<XmlFieldBinding> bindings)
|
|
List<XmlFieldBinding> |
VradiStorageService.updateXmlFieldBindings(List<XmlFieldBinding> bindings)
Update a list of XmlFieldBinding. |
|
XmlStream |
VradiStorageServiceImpl.updateXmlStream(XmlStream xmlStream,
List<XmlFieldBinding> bindings)
|
|
XmlStream |
VradiStorageService.updateXmlStream(XmlStream xmlStream,
List<XmlFieldBinding> bindings)
|
|
| Uses of VradiException in com.jurismarches.vradi.services.managers |
|---|
| Methods in com.jurismarches.vradi.services.managers that throw VradiException | |
|---|---|
File |
FormTypeManager.addTemplate(org.sharengo.wikitty.WikittyExtension extension,
File template)
Associates a new template file to the specified extension |
void |
ClientManager.archiveQueries(QueryMaker queryMaker)
Archives the queries of a user, client or group in a RSS file. |
protected void |
BindingManager.autoLoadFormsFromXmlStreams(long delay,
long period)
Regularly retrieves the information from all the xml streams and create new forms |
void |
BindingManager.autoLoadFormsFromXmlStreams(String intervalUnit,
int intervalValue,
Integer hour,
Integer minute)
Regularly retrieves the information from all the xml streams and create new forms |
void |
FormManager.bindForms()
|
com.sun.star.lang.XComponent |
TemplateManager.createDoc(String templateFile)
Créer un document |
void |
FormManager.deleteStatuses(List<String> statusIds)
|
protected List<Sending> |
FormManager.executeQueries(Session currentSession)
|
protected void |
TemplateManager.fillFields(Map<String,Object> myValues)
Remplir les champs de mailing. |
Map<QueryMaker,List<VradiQueryBean>> |
SearchManager.findQueriesReturningForm(Form form)
|
void |
TemplateManager.generateDoc(String targetFileName,
Map<String,Object> myValues,
File... images)
|
List<Client> |
ClientManager.getAllClients()
|
List<Group> |
ClientManager.getAllGroups()
|
List<Status> |
FormManager.getAllStatuses()
|
List<org.sharengo.wikitty.TreeNodeImpl> |
ThesaurusManager.getAllThesaurus()
|
List<VradiUserDTO> |
ClientManager.getAllUserDTOs()
|
List<User> |
ClientManager.getAllUsers()
|
Map<String,String> |
FormTypeManager.getAssociatedFields(String extensionName,
String templateName)
|
List<org.sharengo.wikitty.TreeNodeImpl> |
ThesaurusManager.getChildrenThesaurus(String thesaurusId)
|
Client |
ClientManager.getClient(String clientId)
|
Client |
ClientManager.getClientByUserId(String userId)
|
List<User> |
ClientManager.getClientUsers(String clientId)
Deprecated. since 20100507 unused |
int[] |
BindingManager.getFormsFromXmlStream(XmlStream xmlStream,
VradiUser vradiUser)
Creates forms with the data of an xml stream |
org.sharengo.wikitty.WikittyExtension |
FormTypeManager.getFormType(String name)
Retrieves the form type whose name is the parameter 'name' |
Map<String,org.sharengo.wikitty.FieldType> |
FormTypeManager.getFormTypeFields(String name)
Retrieves the fields of the form type whose name is the parameter 'name' |
Group |
ClientManager.getGroup(String groupId)
|
List<Client> |
ClientManager.getGroupClients(String groupId)
|
List<User> |
ClientManager.getGroupUsers(String groupId)
|
int |
ThesaurusManager.getNbFormsForThesaurus(String thesaurusId)
|
org.sharengo.wikitty.TreeNodeImpl |
ThesaurusManager.getRootThesaurus()
|
Status |
FormManager.getStatus(String statusId)
|
List<Status> |
FormManager.getStatuses(List<String> statusIds)
|
List<org.sharengo.wikitty.TreeNodeImpl> |
ThesaurusManager.getThesaurus(List<String> thesaurusIds)
|
org.sharengo.wikitty.TreeNodeImpl |
ThesaurusManager.getThesaurus(String thesaurusId)
|
VradiCartographyDTO |
SearchManager.getThesaurusCartography(String query,
org.sharengo.wikitty.WikittyExtension extension,
String dateType,
Date beginDate,
Date endDate,
List<String>[] thesaurus,
String[] statusIds)
|
User |
ClientManager.getUser(String userId)
|
XmlStream |
BindingManager.getXmlStream(String xmlStreamId)
|
void |
TemplateManager.insertImageInEndOfDocument(File image)
Inserts an image to the end of the document. |
String |
MailingManager.postMail(String recipient,
String subject,
String message,
List<Form> forms,
boolean receptionProof)
Sends an email to the specified recipient with the specified subject and the specified message and the specified forms PDF. |
List<org.sharengo.wikitty.TreeNodeImpl> |
ThesaurusManager.proposeThesaurus(Form form,
List<org.sharengo.wikitty.TreeNodeImpl> thesaurus)
Propose thesaurus nodes that might be in relation with a specified form |
void |
MailingManager.receiveMails()
Receives the emails and check if some are error emails or reception proofs and treat them in consequence. |
void |
FormTypeManager.setAssociatedFields(String extensionName,
String templateName,
Map<String,String> fieldMap)
|
void |
TemplateManager.storeDocComponent(com.sun.star.lang.XComponent xDoc,
String storeUrl)
Sauver un doc donné a l'url donnée au format pdf. |
Form |
FormManager.updateForm(Form form)
|
List<Form> |
FormManager.updateForms(List<Form> forms)
|
org.sharengo.wikitty.WikittyExtension |
FormTypeManager.updateFormType(String name,
Map<String,org.sharengo.wikitty.FieldType> fields,
String requires,
Map<String,String> tagValues)
Updates the form type whose name is 'name' |
org.sharengo.wikitty.WikittyExtension |
FormTypeManager.updateFormType(org.sharengo.wikitty.WikittyExtension extension)
Update the form type given in parameter |
Status |
FormManager.updateStatus(Status status)
|
List<Status> |
FormManager.updateStatuses(List<Status> statuses)
|
List<XmlFieldBinding> |
BindingManager.updateXmlFieldBindings(List<XmlFieldBinding> bindings)
Updates the xml field bindings given in parameters |
XmlStream |
BindingManager.updateXmlStream(XmlStream xmlStream,
List<XmlFieldBinding> bindings)
|
| Constructors in com.jurismarches.vradi.services.managers that throw VradiException | |
|---|---|
TemplateManager(String templateDoc)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||