|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VradiException | |
|---|---|
| com.jurismarches.vradi.services | |
| com.jurismarches.vradi.services.managers | |
| com.jurismarches.vradi.services.tasks | Gestionnaire de taches de type cron. |
| Uses of VradiException in com.jurismarches.vradi.services |
|---|
| Methods in com.jurismarches.vradi.services that throw VradiException | |
|---|---|
void |
VradiStorageServiceImpl.archiveQueries(QueryMaker queryMaker)
|
void |
VradiStorageService.archiveQueries(QueryMaker queryMaker)
Archives the queries of a user, client or group in a RSS file. |
Session |
VradiStorageServiceImpl.bindForms(Session session)
|
Session |
VradiStorageService.bindForms(Session session)
Binds all queryMaker with the forms found by their queries and not already sent. |
boolean |
VradiStorageServiceImpl.checkTemplateExist(String extensionName)
|
boolean |
VradiStorageService.checkTemplateExist(String extensionName)
Check if template file form extension name in param |
List<Sending> |
VradiStorageServiceImpl.createAllSending(String sessionId,
Group group,
List<String> formsIdsToBind)
|
List<Sending> |
VradiStorageService.createAllSending(String sessionId,
Group group,
List<String> formsIdsToBind)
Create new Sending |
List<Status> |
VradiStorageServiceImpl.createDefaultStatuses()
Create all default status. |
List<Status> |
VradiDataService.createDefaultStatuses()
Create all default status. |
List<Status> |
VradiStorageService.createDefaultStatuses()
Create all default status. |
List<Status> |
VradiDataServiceImpl.createDefaultStatuses()
Create all default status. |
org.nuiton.wikitty.WikittyExtension |
VradiDataService.createFormType(String formTypeName)
Create new form type. |
org.nuiton.wikitty.WikittyExtension |
VradiDataServiceImpl.createFormType(String formTypeName)
Create new form type. |
Session |
VradiStorageServiceImpl.createNewSession()
|
Session |
VradiStorageService.createNewSession()
|
RootThesaurus |
VradiDataService.createRootThesaurus(String rootThesaurusName)
Create new thesaurus. |
RootThesaurus |
VradiDataServiceImpl.createRootThesaurus(String rootThesaurusName)
|
Sending |
VradiStorageServiceImpl.createSending(String sessionId,
User user,
List<String> formsIdsToBind)
|
Sending |
VradiStorageService.createSending(String sessionId,
User user,
List<String> formsIdsToBind)
Create new Sending |
VradiUser |
VradiStorageServiceImpl.createUser(VradiUser user)
|
VradiUser |
VradiStorageService.createUser(VradiUser user)
Create a VradiUser. |
void |
VradiDataService.deleteAllThesaurus()
Delete all thesauruses recursively. |
void |
VradiDataServiceImpl.deleteAllThesaurus()
Delete all thesauruses recursively. |
void |
VradiDataService.deleteClient(String clientId)
Delete client, users associated and user groups association |
void |
VradiDataServiceImpl.deleteClient(String clientId)
|
void |
VradiDataService.deleteGroup(String groupId)
Delete group |
void |
VradiDataServiceImpl.deleteGroup(String groupId)
|
void |
VradiStorageServiceImpl.deleteSession(String sessionId)
|
void |
VradiStorageService.deleteSession(String sessionId)
Delete session and sending associated This method return a VradiException if session to delete is not active |
boolean |
VradiDataService.deleteStatus(List<String> statusIds)
Delete status if no form is use this |
boolean |
VradiDataServiceImpl.deleteStatus(List<String> statusIds)
|
List<String> |
VradiDataService.deleteThesaurus(String thesaurusId)
Delete all thesaurus and sub thesaurus. |
List<String> |
VradiDataServiceImpl.deleteThesaurus(String thesaurusId)
Delete all thesaurus and sub thesaurus. |
void |
VradiDataService.deleteUser(String userId)
Delete users, and groups association |
void |
VradiDataServiceImpl.deleteUser(String userId)
|
void |
VradiDataService.deleteXmlStream(String id)
Delete group |
void |
VradiDataServiceImpl.deleteXmlStream(String id)
|
protected File |
FileServiceProxy.downloadFile(String fileUrl)
|
File |
FileServiceProxy.downloadFormAttachment(String uri)
|
File |
FileService.downloadFormAttachment(String uri)
Download file. |
File |
FileServiceProxy.downloadFormEmbeddedFile(String uri)
|
File |
FileService.downloadFormEmbeddedFile(String uri)
Download file. |
File |
FileServiceProxy.downloadPDF(String uri)
|
File |
FileService.downloadPDF(String uri)
Download pdf file. |
File |
FileServiceImpl.downloadRequestHistory(String uri)
|
File |
FileServiceProxy.downloadRequestHistory(String uri)
|
File |
FileService.downloadRequestHistory(String uri)
Download request histiory file. |
File |
FileServiceProxy.downloadTemplate(String extensionName,
String templateName)
|
File |
FileService.downloadTemplate(String extensionName,
String templateName)
Download file. |
File |
FileServiceProxy.downloadWebHarvestScript(String uri)
|
File |
FileService.downloadWebHarvestScript(String uri)
Download file. |
String |
VradiStorageServiceImpl.exportAsCSV(org.nuiton.wikitty.Criteria criteria)
|
String |
VradiStorageService.exportAsCSV(org.nuiton.wikitty.Criteria criteria)
Get csv export. |
String |
VradiStorageServiceImpl.exportClientDB()
|
String |
VradiStorageService.exportClientDB()
Export all the clients, users and groups in database |
FormPagedResult |
VradiDataService.findForms(QueryParameters queryParameters,
FormPagedResult formPagedResult)
Searches for forms with the specified filters. |
FormPagedResult |
VradiDataServiceImpl.findForms(QueryParameters queryParameters,
FormPagedResult formPagedResult)
|
Map<Group,List<QueryBean>> |
VradiDataService.findQueriesReturningForm(List<Group> groups,
String formId)
Computes a list of queries returning the specified Form and groups. |
Map<Group,List<QueryBean>> |
VradiDataServiceImpl.findQueriesReturningForm(List<Group> groups,
String formId)
|
Map<Group,List<QueryBean>> |
VradiDataService.findQueriesReturningForm(String formId)
Computes a list of queries returning the specified Form. |
Map<Group,List<QueryBean>> |
VradiDataServiceImpl.findQueriesReturningForm(String formId)
|
protected List<File> |
VradiStorageServiceImpl.generateFilledDocumentInPDF(File template,
List<Form> forms,
Map<String,String> fieldBindings,
boolean replace)
Generate offer PDF form given forms with specified template. |
protected File |
VradiStorageServiceImpl.generateFilledDocumentInPDF(TemplateManager templateManager,
Form form,
Map<String,String[]> fieldBindings,
boolean replace)
Generate a single pdf file for specified form. |
String |
VradiStorageServiceImpl.generatePDF(String formId,
boolean force)
|
String |
VradiStorageService.generatePDF(String formId,
boolean force)
Generate pdf file for specified form. |
void |
VradiStorageServiceImpl.generatePDFForSession(String sessionId)
Generate all the PDFs needed to send a session. |
void |
VradiStorageService.generatePDFForSession(String sessionId)
Generate all the PDFs needed to send a session. |
List<org.nuiton.wikitty.WikittyExtension> |
VradiDataService.getAllFormTypes()
Retrieves all the form types |
List<org.nuiton.wikitty.WikittyExtension> |
VradiDataServiceImpl.getAllFormTypes()
Retrieves all the form types |
Map<String,String> |
VradiStorageServiceImpl.getAssociatedFields(String extensionName,
String templateName)
|
Map<String,String> |
VradiStorageService.getAssociatedFields(String extensionName,
String templateName)
Get association between template fields and extension fields. |
Map<Thesaurus,Integer> |
VradiDataService.getChildrenCartography(String thesaurusId,
QueryParameters queryParameters)
Computes the number of forms associated with every thesaurus node. |
Map<Thesaurus,Integer> |
VradiDataServiceImpl.getChildrenCartography(String thesaurusId,
QueryParameters queryParameters)
|
List<Thesaurus> |
VradiDataService.getChildrenThesaurus(String thesaurusId)
Returns all children of the specified thesaurusId sorted by name. |
List<Thesaurus> |
VradiDataServiceImpl.getChildrenThesaurus(String thesaurusId)
Returns all children of the specified thesaurusId sorted by name. |
List<String> |
VradiStorageServiceImpl.getDocumentFields(org.nuiton.wikitty.WikittyExtension extension,
String templateName)
|
List<String> |
VradiStorageService.getDocumentFields(org.nuiton.wikitty.WikittyExtension extension,
String templateName)
Get template document fields names. |
org.nuiton.wikitty.WikittyExtension |
VradiDataService.getFormType(String name)
Retrieves the form type whose name is the parameter 'name' |
org.nuiton.wikitty.WikittyExtension |
VradiDataServiceImpl.getFormType(String name)
Retrieves the form type whose name is the parameter 'name' |
Map<String,org.nuiton.wikitty.FieldType> |
VradiDataService.getFormTypeFields(String name)
Finds fields of a form type. |
Map<String,org.nuiton.wikitty.FieldType> |
VradiDataServiceImpl.getFormTypeFields(String name)
|
List<Group> |
VradiStorageServiceImpl.getGroupsForUser(String userId)
Get all the groups a user is in. |
List<Group> |
VradiDataService.getGroupsForUser(String userId)
Get all the groups a user is in. |
List<Group> |
VradiDataServiceImpl.getGroupsForUser(String userId)
|
Session |
VradiDataService.getLastCloseSession()
Get last closed session |
Session |
VradiDataServiceImpl.getLastCloseSession()
|
Session |
VradiDataService.getLastOpenSession()
Get last opened session |
Session |
VradiDataServiceImpl.getLastOpenSession()
|
int |
VradiDataService.getNbFormsForThesaurus(String thesaurusId)
Computes the number of forms associated with the specified thesaurusId. |
int |
VradiDataServiceImpl.getNbFormsForThesaurus(String thesaurusId)
|
String |
FileServiceImpl.getRequestHistoryURL(String uri)
|
String |
FileServiceProxy.getRequestHistoryURL(String uri)
|
String |
FileService.getRequestHistoryURL(String uri)
Download request histiory file. |
List<RootThesaurus> |
VradiDataService.getRootThesaurus()
Return root thesaurus ids (ie thesaurus nodes without parent) sorted by root thesaurus name. |
List<RootThesaurus> |
VradiDataServiceImpl.getRootThesaurus()
Return root thesaurus ids (ie thesaurus nodes without parent) sorted by root thesaurus name. |
Session |
VradiDataService.getSessionOfSending(String sendingId)
Get session contain sending |
Session |
VradiDataServiceImpl.getSessionOfSending(String sendingId)
|
List<Session> |
VradiDataService.getSessions(Date sessionDate)
Get all session by date |
List<Session> |
VradiDataServiceImpl.getSessions(Date sessionDate)
|
Status |
VradiDataService.getStatus(VradiConstants.FormStatus formStatus)
Get the status passed in parameter. |
Status |
VradiDataServiceImpl.getStatus(VradiConstants.FormStatus formStatus)
Get the status passed in parameter. |
List<Thesaurus> |
VradiDataService.getThesaurusAttachedToForm(Form form)
Retourne l'ensemble des thesaurus qui sont attachés a un formulaire. |
String |
VradiDataService.getWebHarvestPreviewURL(WebHarvestStream stream)
Get web harvest preview url from script |
String |
VradiDataServiceImpl.getWebHarvestPreviewURL(WebHarvestStream stream)
|
void |
VradiStorageServiceImpl.importAsCSV(String uri)
|
void |
VradiStorageService.importAsCSV(String uri)
Import all data as CSV. |
XmlStreamImportResult |
VradiStorageServiceImpl.importFormsFromWebHarvestStream(WebHarvestStream webHarvestStream)
Creates and store forms from an WebHarvestStream by using the XmlStreamBinding
to link xml stream field values with form fields. |
XmlStreamImportResult |
VradiStorageService.importFormsFromWebHarvestStream(WebHarvestStream webHarvestStream)
Creates and store forms from an WebHarvestXmlStream by using the XmlStreamBinding
to link xml stream field values with form fields. |
XmlStreamImportResult |
VradiStorageServiceImpl.importFormsFromXmlStream(XmlStream xmlStream)
Creates and store forms from an XmlStream by using the XmlStreamBinding
to link xml stream field values with form fields. |
XmlStreamImportResult |
VradiStorageService.importFormsFromXmlStream(XmlStream xmlStream)
Creates and store forms from an XmlStream by using the XmlStreamBinding
to link xml stream field values with form fields. |
boolean |
VradiDataService.isFormTypeExists(String formTypeName)
Check if a form type name already exists. |
boolean |
VradiDataServiceImpl.isFormTypeExists(String formTypeName)
Check if a form type name already exists. |
VradiUser |
VradiStorageService.loginUser(String login,
String md5Password)
Checks if userName and userPassword matches a valid VradiUser. |
List<Thesaurus> |
VradiDataService.proposeThesaurus(String formId)
Propose thesaurus nodes that might be in relation with a specified form |
List<Thesaurus> |
VradiDataServiceImpl.proposeThesaurus(String formId)
|
void |
VradiStorageServiceImpl.receiveMessages()
|
void |
VradiStorageService.receiveMessages()
|
void |
VradiStorageService.reindexData()
Reindex the datas. |
List<Sending> |
VradiStorageServiceImpl.removeAllSending(String sessionId,
List<String> formsIds,
Group group)
|
List<Sending> |
VradiStorageService.removeAllSending(String sessionId,
List<String> formsIds,
Group group)
Remove all sending corresponding with form and group from session |
boolean |
VradiStorageServiceImpl.removeFormsFromSession(String sessionId,
List<String> formsIds)
|
boolean |
VradiStorageService.removeFormsFromSession(String session,
List<String> formsIds)
Check if template file form extension name in param |
Sending |
VradiStorageServiceImpl.removeSending(String sessionId,
List<String> formsIds,
User user)
|
Sending |
VradiStorageService.removeSending(String sessionId,
List<String> formsIds,
User user)
Remove sending corresponding with form and user from session |
String |
VradiStorageServiceImpl.sendMessage(String sendingId,
String sessionParagraph)
|
String |
VradiStorageService.sendMessage(String sendingId,
String sessionParagraph)
Send sending pass in param to sending user email |
String |
VradiStorageServiceImpl.sendMessage(String sendingId,
String sessionParagraph,
String email)
|
String |
VradiStorageService.sendMessage(String sendingId,
String sessionParagraph,
String email)
Send sending pass in param to specific email |
String |
VradiStorageServiceImpl.sendMessage(String sendingId,
String sessionParagraph,
String email,
boolean reSend)
|
String |
VradiStorageServiceImpl.sendMessages(String sessionId)
|
String |
VradiStorageService.sendMessages(String sessionId)
Send session pass in param |
void |
VradiStorageServiceImpl.setAssociatedFields(String extensionName,
String templateName,
Map<String,String> fieldMap)
|
void |
VradiStorageService.setAssociatedFields(String extensionName,
String templateName,
Map<String,String> fieldMap)
Save association between template fields and extensions fields. |
Session |
VradiStorageServiceImpl.stopSentMail(Session session)
|
Session |
VradiStorageService.stopSentMail(Session session)
|
org.nuiton.wikitty.WikittyExtension |
VradiDataService.updateFormType(String name,
Map<String,org.nuiton.wikitty.FieldType> fields,
String requires,
Map<String,String> tagValues)
Creates or Update a form type. |
org.nuiton.wikitty.WikittyExtension |
VradiDataServiceImpl.updateFormType(String name,
Map<String,org.nuiton.wikitty.FieldType> fields,
String requires,
Map<String,String> tagValues)
Updates the form type whose name is 'name'. |
org.nuiton.wikitty.WikittyExtension |
VradiDataService.updateFormType(org.nuiton.wikitty.WikittyExtension extension)
Creates or Update a form type. |
org.nuiton.wikitty.WikittyExtension |
VradiDataServiceImpl.updateFormType(org.nuiton.wikitty.WikittyExtension extension)
Update the form type given in parameter |
org.nuiton.wikitty.WikittyExtension |
VradiDataService.updateFormType(org.nuiton.wikitty.WikittyExtension extension,
String templateName)
Creates or Update a form type. |
org.nuiton.wikitty.WikittyExtension |
VradiDataServiceImpl.updateFormType(org.nuiton.wikitty.WikittyExtension extension,
String templateName)
Update the form type given in parameter |
List<XmlFieldBinding> |
VradiDataService.updateXmlFieldBindings(List<XmlFieldBinding> bindings)
Update a list of XmlFieldBinding. |
List<XmlFieldBinding> |
VradiDataServiceImpl.updateXmlFieldBindings(List<XmlFieldBinding> bindings)
Updates the xml field bindings given in parameters. |
protected String |
FileServiceProxy.uploadFile(File file,
String postUrl)
|
String |
FileServiceImpl.uploadFormAttachment(File file,
String formId)
|
String |
FileServiceProxy.uploadFormAttachment(File file,
String formId)
|
String |
FileService.uploadFormAttachment(File file,
String formId)
Upload a form attachment. |
String |
FileServiceImpl.uploadFormEmbeddedFile(File file,
String formId)
|
String |
FileServiceProxy.uploadFormEmbeddedFile(File file,
String formId)
|
String |
FileService.uploadFormEmbeddedFile(File file,
String formId)
Upload a form attachement. |
String |
FileServiceImpl.uploadTempFile(File file)
|
String |
FileServiceProxy.uploadTempFile(File file)
|
String |
FileService.uploadTempFile(File file)
Upload a temporary file (for example for export). |
String |
FileServiceImpl.uploadTemplate(File file,
String extensionName)
|
String |
FileServiceProxy.uploadTemplate(File file,
String extensionName)
|
String |
FileService.uploadTemplate(File file,
String extensionName)
Upload a template on server. |
String |
FileServiceImpl.uploadWebHarvestScript(File file)
|
String |
FileServiceProxy.uploadWebHarvestScript(File file)
|
String |
FileService.uploadWebHarvestScript(File file)
Upload a web harvest script on server. |
| Uses of VradiException in com.jurismarches.vradi.services.managers |
|---|
| Methods in com.jurismarches.vradi.services.managers that throw VradiException | ||
|---|---|---|
void |
ClientManager.archiveQueries(QueryMaker queryMaker)
Archives the queries of a user, client or group in a RSS file. |
|
Session |
FormManager.bindForms(Session currentSession)
Recherche tous les formulaires non lié et les lie à la session demandée. |
|
protected void |
SearchManager.buildCompareSearch(FilterList.Operator operator,
CompareFilter compareFilter,
org.nuiton.wikitty.search.Search search)
Convertit les termes simple (name:value). |
|
protected void |
SearchManager.buildSearch(FilterList list,
org.nuiton.wikitty.search.Search search)
Transform FilterList part into wikitty sub Search. |
|
List<Status> |
FormManager.createDefaultStatuses()
|
|
com.sun.star.lang.XComponent |
TemplateManager.createDoc(File templateFile)
Créer un document. |
|
protected org.nuiton.wikitty.Criteria |
SearchManager.createFilter(QueryParameters queryParameters)
Build wikitty Search criteria with all QueryParameters
attribute (excepted QueryParameters.query). |
|
protected FormImpl |
BindingManager.createForm(org.nuiton.wikitty.WikittyExtension formType,
List<XmlFieldBinding> bindings,
org.jdom.Element feed,
org.jdom.Namespace namespace,
com.jurismarches.vradi.services.managers.BindingManager.BindingContext bindingContext)
Create from from feed element. |
|
org.nuiton.wikitty.WikittyExtension |
FormTypeManager.createFormType(String formTypeName)
Create new form type. |
|
Session |
FormManager.createNewSession()
Crée une nouvelle session initialisée. |
|
File |
BindingManager.createPreviewFile(WebHarvestStream webHarvestStream)
Creates file result of webharvest scrip |
|
protected File |
BindingManager.createPreviewFile(WebHarvestStream webHarvestStream,
boolean override)
|
|
RootThesaurus |
ThesaurusManager.createRootThesaurus(String rootThesaurusName)
Create new thesaurus. |
|
protected String |
TemplateManager.createUNOFileURL(File file)
Creating a correct File URL that OpenOffice can handle. |
|
void |
ThesaurusManager.deleteAllThesaurus()
Delete all thesaurus recursively. |
|
void |
ClientManager.deleteClient(String clientId)
Delete client, users associated and user groups association |
|
void |
ClientManager.deleteGroup(String groupId)
Delete group |
|
void |
FormManager.deleteSession(String sessionId)
|
|
boolean |
FormManager.deleteStatuses(List<String> statusIds)
|
|
List<String> |
ThesaurusManager.deleteThesaurus(String thesaurusId)
Delete all thesaurus and sub thesaurus. |
|
void |
ClientManager.deleteUser(String userId)
Delete users, and groups association |
|
protected void |
TemplateManager.fillFields(Map<String,Object> myValues)
Remplir les champs de mailing. |
|
protected void |
BindingManager.fillFormField(org.nuiton.wikitty.Wikitty wikitty,
org.nuiton.wikitty.FieldType fieldType,
XmlFieldBinding binding,
org.jdom.Element feed,
org.jdom.Namespace namespace,
com.jurismarches.vradi.services.managers.BindingManager.BindingContext bindingContext)
Fill form with feed element. |
|
FormPagedResult |
SearchManager.findForms(QueryParameters queryParameters,
FormPagedResult formPagedResult)
|
|
protected FormPagedResult |
SearchManager.findForms(String query,
org.nuiton.wikitty.Criteria filter,
FormPagedResult formPagedResult)
|
|
Map<Group,List<QueryBean>> |
SearchManager.findQueriesReturningForm(List<Group> groups,
String formId)
|
|
Map<Group,List<QueryBean>> |
SearchManager.findQueriesReturningForm(String formId)
|
|
void |
TemplateManager.generateDoc(String targetFileName,
Map<String,Object> myValues,
File... images)
|
|
List<Client> |
ClientManager.getAllClients()
|
|
List<Group> |
ClientManager.getAllGroups()
|
|
List<User> |
ClientManager.getAllUsers()
|
|
Map<String,String> |
FormTypeManager.getAssociatedFields(String extensionName,
String templateName)
Get association between template fields and extension fields. |
|
protected static String |
FormManager.getBeginOfDaySolrDate(Date date)
Retourne la date a minuit au format solr. |
|
Map<Thesaurus,Integer> |
SearchManager.getChildrenCartography(String thesaurusId,
QueryParameters queryParameters)
|
|
List<Thesaurus> |
ThesaurusManager.getChildrenThesaurus(String thesaurusId)
Returns all children of the specified thesaurusId sorted by
ordre and name. |
|
Client |
ClientManager.getClient(String clientId)
|
|
Client |
ClientManager.getClientByUserId(String userId)
|
|
protected static String |
FormManager.getEndOfDaySolrDate(Date date)
Retourne la date a 23h59:59.999 au format solr. |
|
|
BindingManager.getFormsFromStream(E stream,
org.jdom.Document document)
Creates and store forms from an stream by using the XmlStreamBinding
to link xml stream field values with form fields. |
|
org.nuiton.wikitty.WikittyExtension |
FormTypeManager.getFormType(String name)
Retrieves the form type whose name is the parameter 'name' |
|
Map<String,org.nuiton.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<Group> |
ClientManager.getGroupsForUser(String userId)
|
|
List<User> |
ClientManager.getGroupUsers(String groupId)
|
|
Session |
FormManager.getLastOpenSession()
|
|
int |
ThesaurusManager.getNbFormsForThesaurus(String thesaurusId)
|
|
List<RootThesaurus> |
ThesaurusManager.getRootThesaurus()
Return root thesaurus ids (ie thesaurus nodes without parent) sorted by root thesaurus name. |
|
Session |
FormManager.getSessionOfSending(String sendingId)
|
|
List<Session> |
FormManager.getSessions(Date sessionDate)
Find all session for specific date. |
|
Status |
FormManager.getStatus(String statusId)
|
|
List<Status> |
FormManager.getStatuses(List<String> statusIds)
|
|
List<Thesaurus> |
ThesaurusManager.getThesaurus(List<String> thesaurusIds)
|
|
Thesaurus |
ThesaurusManager.getThesaurus(String thesaurusId)
|
|
User |
ClientManager.getUser(String userId)
|
|
URI |
BindingManager.getWebHarvestPreviewUrl(WebHarvestStream stream)
|
|
String |
BindingManager.getWebHarvestPreviewUrlAsString(WebHarvestStream stream)
|
|
XmlStream |
BindingManager.getXmlStream(String xmlStreamId)
|
|
XmlStreamImportResult |
BindingManager.importFormsFromWebHarvestStream(WebHarvestStream webHarvestStream)
Creates and store forms from an WebHarvestStream by using the XmlStreamBinding
to link xml stream field values with form fields. |
|
XmlStreamImportResult |
BindingManager.importFormsFromXmlStream(XmlStream xmlStream)
Creates and store forms from an XmlStream by using the XmlStreamBinding
to link xml stream field values with form fields. |
|
protected void |
TemplateManager.initOpenOfficeContext()
Init openoffice bootstrap?. |
|
protected void |
TemplateManager.insertImageInEndOfDocument(File image)
Inserts an image to the end of the document. |
|
boolean |
FormTypeManager.isFormTypeExists(String formTypeName)
Check if a form type name already exists. |
|
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<Thesaurus> |
ThesaurusManager.proposeThesaurus(String formId)
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. |
|
List<Sending> |
FormManager.removeAllSending(String sessionId,
List<String> formsIds,
Group group)
|
|
boolean |
FormManager.removeFormsFromSession(String sessionId,
List<String> formsIds)
Check if template file form extension name in param |
|
protected Sending |
FormManager.removeSending(String sessionId,
List<String> formsIds,
Group group,
User user)
|
|
Sending |
FormManager.removeSending(String sessionId,
List<String> formsIds,
User user)
|
|
protected List<Sending> |
FormManager.resetSendings(Session currentSession)
|
|
void |
FormTypeManager.setAssociatedFields(String extensionName,
String templateName,
Map<String,String> fieldMap)
Save association between template fields and user selected fields into external xml field next to template. |
|
void |
TemplateManager.storeDocComponent(com.sun.star.lang.XComponent xDoc,
String storeUrl)
Sauver un doc donné a l'url donnée au format pdf. |
|
List<Form> |
FormManager.updateForms(List<Form> forms,
Set<String> thesaurus)
Update forms and attach forms to specified thesaurus. |
|
org.nuiton.wikitty.WikittyExtension |
FormTypeManager.updateFormType(String name,
Map<String,org.nuiton.wikitty.FieldType> fields,
String requires,
Map<String,String> tagValues)
Updates the form type whose name is 'name' |
|
org.nuiton.wikitty.WikittyExtension |
FormTypeManager.updateFormType(org.nuiton.wikitty.WikittyExtension extension,
String templateName)
Update the form type given in parameter |
|
Status |
FormManager.updateStatus(Status status)
|
|
List<Status> |
FormManager.updateStatuses(List<Status> statuses)
|
|
| Constructors in com.jurismarches.vradi.services.managers that throw VradiException | |
|---|---|
TemplateManager(File templateFile)
Init template with managed template file. |
|
| Uses of VradiException in com.jurismarches.vradi.services.tasks |
|---|
| Methods in com.jurismarches.vradi.services.tasks with parameters of type VradiException | |
|---|---|
protected void |
ImportXmlStreamTasks.sendEmailError(String xmlStreamId,
VradiException error)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||