Uses of Class
com.jurismarches.vradi.services.VradiException

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.
protected  String FileServiceProxy.buildUrl(String endpoint, boolean convertUrl, String... additionalParams)
          Build post url.
 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> VradiStorageService.createDefaultStatuses()
          Create all default status.
 List<Status> VradiDataService.createDefaultStatuses()
          Create all default status.
 List<Status> VradiDataServiceImpl.createDefaultStatuses()
          Create all default status.
 org.nuiton.wikitty.entities.WikittyExtension VradiDataService.createFormType(String formTypeName)
          Create new form type.
 org.nuiton.wikitty.entities.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)
           
 Collection<String> VradiDataService.deleteThesaurus(String thesaurusId)
          Delete all thesaurus and sub thesaurus.
 Collection<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 FileService.downloadFormAttachment(boolean convertUrl, String fileName, String formId)
          Download file.
 File FileServiceProxy.downloadFormAttachment(boolean convertUrl, String fileName, String formId)
           
 File FileService.downloadFormAttachment(String uri)
          Download file.
 File FileServiceProxy.downloadFormAttachment(String uri)
           
 File FileService.downloadFormAttachment(String fileName, String formId)
          Download file.
 File FileServiceProxy.downloadFormAttachment(String fileName, String formId)
           
 File FileService.downloadFormEmbeddedFile(boolean convertUrl, String fileName, String formId)
          Download file.
 File FileServiceProxy.downloadFormEmbeddedFile(boolean convertUrl, String fileName, String formId)
           
 File FileService.downloadFormEmbeddedFile(String uri)
          Download file.
 File FileServiceProxy.downloadFormEmbeddedFile(String uri)
           
 File FileService.downloadFormEmbeddedFile(String fileName, String formId)
          Download file.
 File FileServiceProxy.downloadFormEmbeddedFile(String fileName, String formId)
           
 File FileService.downloadPDF(boolean convertUrl, String uri)
          Download pdf file.
 File FileServiceProxy.downloadPDF(boolean convertUrl, String uri)
           
 File FileService.downloadPDF(String uri)
          Download pdf file.
 File FileServiceProxy.downloadPDF(String uri)
           
 File FileService.downloadRequestHistory(boolean convertUrl, String uri)
          Download request history file.
 File FileServiceImpl.downloadRequestHistory(boolean convertUrl, String uri)
           
 File FileServiceProxy.downloadRequestHistory(boolean convretUrl, String uri)
           
 File FileService.downloadRequestHistory(String uri)
          Download request histiory file.
 File FileServiceImpl.downloadRequestHistory(String uri)
           
 File FileServiceProxy.downloadRequestHistory(String uri)
           
 File FileService.downloadSessionAttachment(boolean convertUrl, String fileName, String sessionId)
          Download file.
 File FileServiceProxy.downloadSessionAttachment(boolean convertUrl, String fileName, String sessionId)
           
 File FileService.downloadSessionAttachment(String uri)
          Download file.
 File FileServiceProxy.downloadSessionAttachment(String uri)
           
 File FileService.downloadSessionAttachment(String fileName, String sessionId)
          Download file.
 File FileServiceProxy.downloadSessionAttachment(String fileName, String sessionId)
           
 File FileService.downloadTemplate(boolean convertUrl, String extensionName, String templateName)
          Download file.
 File FileServiceImpl.downloadTemplate(boolean convertUrl, String extensionName, String templateName)
           
 File FileServiceProxy.downloadTemplate(boolean convertUrl, String extensionName, String templateName)
           
 File FileService.downloadTemplate(String extensionName, String templateName)
          Download file.
 File FileServiceProxy.downloadTemplate(String extensionName, String templateName)
           
 File FileService.downloadWebHarvestScript(boolean convertUrl, String uri)
          Download file.
 File FileServiceProxy.downloadWebHarvestScript(boolean convertUrl, String uri)
           
 File FileService.downloadWebHarvestScript(String uri)
          Download file.
 File FileServiceProxy.downloadWebHarvestScript(String uri)
           
 String VradiStorageServiceImpl.exportAsCSV(org.nuiton.wikitty.search.Criteria criteria)
           
 String VradiStorageService.exportAsCSV(org.nuiton.wikitty.search.Criteria criteria)
          Get csv export.
 String VradiStorageServiceImpl.exportClientDB()
           
 String VradiStorageService.exportClientDB()
          Export all the clients, users and groups in database
 String VradiStorageServiceImpl.exportThesaurusAsCSV()
           
 String VradiStorageService.exportThesaurusAsCSV()
          Export thesaurus as csv
 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.entities.WikittyExtension> VradiDataService.getAllFormTypes()
          Retrieves all the form types
 List<org.nuiton.wikitty.entities.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.entities.WikittyExtension extension, String templateName)
           
 List<String> VradiStorageService.getDocumentFields(org.nuiton.wikitty.entities.WikittyExtension extension, String templateName)
          Get template document fields names.
 String FileService.getFormEmbeddedUrl(String fileName, String formId)
           
 String FileServiceImpl.getFormEmbeddedUrl(String fileName, String formId)
           
 String FileServiceProxy.getFormEmbeddedUrl(String fileName, String formId)
           
 org.nuiton.wikitty.entities.WikittyExtension VradiDataService.getFormType(String name)
          Retrieves the form type whose name is the parameter 'name'
 org.nuiton.wikitty.entities.WikittyExtension VradiDataServiceImpl.getFormType(String name)
          Retrieves the form type whose name is the parameter 'name'
 Map<String,org.nuiton.wikitty.entities.FieldType> VradiDataService.getFormTypeFields(String name)
          Finds fields of a form type.
 Map<String,org.nuiton.wikitty.entities.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 FileService.getPDFUrl(String uri)
          Download pdf file.
 String FileServiceImpl.getPDFUrl(String uri)
           
 String FileServiceProxy.getPDFUrl(String uri)
           
 List<String> VradiDataService.getRelatedFormsLinkIds(String formId)
          Get all related forms ids of form in param
 List<String> VradiDataServiceImpl.getRelatedFormsLinkIds(String formId)
           
 List<String> VradiDataService.getReplaceFormsLinkIds(String formId)
          Get all replace forms ids of form in param
 List<String> VradiDataServiceImpl.getReplaceFormsLinkIds(String formId)
           
 String FileService.getRequestHistoryURL(String uri)
          Get the url of request history.
 String FileServiceImpl.getRequestHistoryURL(String uri)
           
 String FileServiceProxy.getRequestHistoryURL(String uri)
           
 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(String statusName)
          Get the status passed in parameter.
 Status VradiDataServiceImpl.getStatus(String statusName)
          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, Collection<File> filesToAttach)
           
 String VradiStorageService.sendMessage(String sendingId, String sessionParagraph, Collection<File> fileToAttach)
          Send sending pass in param to sending user email
 String VradiStorageServiceImpl.sendMessage(String sendingId, String sessionParagraph, String email, boolean reSend, Collection<File> filesToAttach)
           
 String VradiStorageServiceImpl.sendMessage(String sendingId, String sessionParagraph, String email, Collection<File> filesToAttach)
           
 String VradiStorageService.sendMessage(String sendingId, String sessionParagraph, String email, Collection<File> fileToAttach)
          Send sending pass in param to specific email
 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.entities.WikittyExtension VradiDataService.updateFormType(String name, Map<String,org.nuiton.wikitty.entities.FieldType> fields, String requires, Map<String,String> tagValues)
          Creates or Update a form type.
 org.nuiton.wikitty.entities.WikittyExtension VradiDataServiceImpl.updateFormType(String name, Map<String,org.nuiton.wikitty.entities.FieldType> fields, String requires, Map<String,String> tagValues)
          Updates the form type whose name is 'name'.
 org.nuiton.wikitty.entities.WikittyExtension VradiDataService.updateFormType(org.nuiton.wikitty.entities.WikittyExtension extension)
          Creates or Update a form type.
 org.nuiton.wikitty.entities.WikittyExtension VradiDataServiceImpl.updateFormType(org.nuiton.wikitty.entities.WikittyExtension extension)
          Update the form type given in parameter
 org.nuiton.wikitty.entities.WikittyExtension VradiDataService.updateFormType(org.nuiton.wikitty.entities.WikittyExtension extension, String templateName)
          Creates or Update a form type.
 org.nuiton.wikitty.entities.WikittyExtension VradiDataServiceImpl.updateFormType(org.nuiton.wikitty.entities.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 FileService.uploadFormAttachment(File file, String formId)
          Upload a form attachment.
 String FileServiceImpl.uploadFormAttachment(File file, String formId)
           
 String FileServiceProxy.uploadFormAttachment(File file, String formId)
           
 String FileService.uploadFormEmbeddedFile(File file, String formId)
          Upload a form attachement.
 String FileServiceImpl.uploadFormEmbeddedFile(File file, String formId)
           
 String FileServiceProxy.uploadFormEmbeddedFile(File file, String formId)
           
 String FileService.uploadSessionAttachment(File file, String sessionId)
          Upload a session attachment.
 String FileServiceImpl.uploadSessionAttachment(File file, String sessionId)
           
 String FileServiceProxy.uploadSessionAttachment(File file, String sessionId)
           
 String FileService.uploadTempFile(File file)
          Upload a temporary file (for example for export).
 String FileServiceImpl.uploadTempFile(File file)
           
 String FileServiceProxy.uploadTempFile(File file)
           
 String FileService.uploadTemplate(File file, String extensionName)
          Upload a template on server.
 String FileServiceImpl.uploadTemplate(File file, String extensionName)
           
 String FileServiceProxy.uploadTemplate(File file, String extensionName)
           
 String FileService.uploadWebHarvestScript(File file)
          Upload a web harvest script on server.
 String FileServiceImpl.uploadWebHarvestScript(File file)
           
 String FileServiceProxy.uploadWebHarvestScript(File file)
           
 

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.search.Criteria SearchManager.createFilter(QueryParameters queryParameters)
          Build wikitty Search criteria with all QueryParameters attribute (excepted QueryParameters.query).
protected  FormImpl BindingManager.createForm(org.nuiton.wikitty.entities.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.entities.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)
           
 Collection<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.entities.Wikitty wikitty, org.nuiton.wikitty.entities.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.search.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, String... imagesUrls)
           
 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.
<E extends XmlStream>
XmlStreamImportResult
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.entities.WikittyExtension FormTypeManager.getFormType(String name)
          Retrieves the form type whose name is the parameter 'name'
 Map<String,org.nuiton.wikitty.entities.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<String> FormManager.getReplaceFormsLinkIds(String formId)
           
 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(String imageUrl)
          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, Collection<File> attachedFiles)
          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)
           
 List<Sending> FormManager.removeAllSending(String sessionId, Set<String> formsIds, Group group)
           
 boolean FormManager.removeFormsFromSession(String sessionId, List<String> formsIds)
          Check if template file form extension name in param
 boolean FormManager.removeFormsFromSession(String sessionId, Set<String> formsIds)
          Check if template file form extension name in param
 Sending FormManager.removeSending(String sessionId, List<String> formsIds, User user)
           
protected  Sending FormManager.removeSending(String sessionId, Set<String> formsIds, Group group, 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.entities.WikittyExtension FormTypeManager.updateFormType(String name, Map<String,org.nuiton.wikitty.entities.FieldType> fields, String requires, Map<String,String> tagValues)
          Updates the form type whose name is 'name'
 org.nuiton.wikitty.entities.WikittyExtension FormTypeManager.updateFormType(org.nuiton.wikitty.entities.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(org.nuiton.util.ApplicationConfig config, 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)
           
 



Copyright © 2009-2011 JurisMarches. All Rights Reserved.