Uses of Class
org.chorem.vradi.services.VradiException

Packages that use VradiException
org.chorem.vradi.services   
org.chorem.vradi.services.managers   
org.chorem.vradi.services.tasks Gestionnaire de taches de type cron. 
 

Uses of VradiException in org.chorem.vradi.services
 

Methods in org.chorem.vradi.services that throw VradiException
 void VradiStorageService.archiveQueries(QueryMaker queryMaker)
          Archives the queries of a user, client or group in a RSS file.
 void VradiStorageServiceImpl.archiveQueries(QueryMaker queryMaker)
           
 Session VradiStorageService.bindForms(Session session)
          Binds all queryMaker with the forms found by their queries and not already sent.
 Session VradiStorageServiceImpl.bindForms(Session session)
           
protected  String FileServiceProxy.buildUrl(String endpoint, boolean convertUrl, String... additionalParams)
          Build post url.
 boolean VradiStorageService.checkTemplateExist(String extensionName)
          Check if template file form extension name in param
 boolean VradiStorageServiceImpl.checkTemplateExist(String extensionName)
           
 List<Sending> VradiStorageService.createAllSending(String sessionId, Group group, List<String> formsIdsToBind)
          Create new Sending
 List<Sending> VradiStorageServiceImpl.createAllSending(String sessionId, Group group, List<String> formsIdsToBind)
           
 List<Status> VradiStorageService.createDefaultStatuses()
          Create all default status.
 List<Status> VradiStorageServiceImpl.createDefaultStatuses()
          Create all default status.
 List<Status> VradiDataServiceImpl.createDefaultStatuses()
          Create all default status.
 List<Status> VradiDataService.createDefaultStatuses()
          Create all default status.
 org.nuiton.wikitty.entities.WikittyExtension VradiDataServiceImpl.createFormType(String formTypeName)
          Create new form type.
 org.nuiton.wikitty.entities.WikittyExtension VradiDataService.createFormType(String formTypeName)
          Create new form type.
 Session VradiStorageService.createNewSession()
           
 Session VradiStorageServiceImpl.createNewSession()
           
 RootThesaurus VradiDataServiceImpl.createRootThesaurus(String rootThesaurusName)
           
 RootThesaurus VradiDataService.createRootThesaurus(String rootThesaurusName)
          Create new thesaurus.
 Sending VradiStorageService.createSending(String sessionId, User user, List<String> formsIdsToBind)
          Create new Sending
 Sending VradiStorageServiceImpl.createSending(String sessionId, User user, List<String> formsIdsToBind)
           
 VradiUser VradiStorageService.createUser(VradiUser user)
          Create a VradiUser.
 VradiUser VradiStorageServiceImpl.createUser(VradiUser user)
           
 void VradiDataServiceImpl.deleteAllThesaurus()
          Delete all thesauruses recursively.
 void VradiDataService.deleteAllThesaurus()
          Delete all thesauruses recursively.
 void VradiDataServiceImpl.deleteClient(String clientId)
           
 void VradiDataService.deleteClient(String clientId)
          Delete client, users associated and user groups association
 void VradiDataServiceImpl.deleteGroup(String groupId)
           
 void VradiDataService.deleteGroup(String groupId)
          Delete group
 void VradiStorageService.deleteSession(String sessionId)
          Delete session and sending associated This method return a VradiException if session to delete is not active
 void VradiStorageServiceImpl.deleteSession(String sessionId)
           
 boolean VradiDataServiceImpl.deleteStatus(List<String> statusIds)
           
 boolean VradiDataService.deleteStatus(List<String> statusIds)
          Delete status if no form is use this
 Collection<String> VradiDataServiceImpl.deleteThesaurus(String thesaurusId)
          Delete all thesaurus and sub thesaurus.
 Collection<String> VradiDataService.deleteThesaurus(String thesaurusId)
          Delete all thesaurus and sub thesaurus.
 void VradiDataServiceImpl.deleteUser(String userId)
           
 void VradiDataService.deleteUser(String userId)
          Delete users, and groups association
 void VradiDataServiceImpl.deleteXmlStream(String id)
           
 void VradiDataService.deleteXmlStream(String id)
          Delete group
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 VradiStorageService.exportAsCSV(org.nuiton.wikitty.search.Criteria criteria)
          Get csv export.
 String VradiStorageServiceImpl.exportAsCSV(org.nuiton.wikitty.search.Criteria criteria)
           
 String VradiStorageService.exportClientDB()
          Export all the clients, users and groups in database
 String VradiStorageServiceImpl.exportClientDB()
           
 String VradiStorageService.exportThesaurusAsCSV()
          Export thesaurus as csv
 String VradiStorageServiceImpl.exportThesaurusAsCSV()
           
 FormPagedResult VradiDataServiceImpl.findForms(QueryParameters queryParameters, FormPagedResult formPagedResult)
           
 FormPagedResult VradiDataService.findForms(QueryParameters queryParameters, FormPagedResult formPagedResult)
          Searches for forms with the specified filters.
 Map<Group,List<QueryBean>> VradiDataServiceImpl.findQueriesReturningForm(List<Group> groups, String formId)
           
 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(String formId)
           
 Map<Group,List<QueryBean>> VradiDataService.findQueriesReturningForm(String formId)
          Computes a list of queries returning the specified Form.
 String VradiStorageService.generatePDF(String formId, boolean force)
          Generate pdf file for specified form.
 String VradiStorageServiceImpl.generatePDF(String formId, boolean force)
           
 void VradiStorageService.generatePDFForSession(String sessionId)
          Generate all the PDFs needed to send a session.
 void VradiStorageServiceImpl.generatePDFForSession(String sessionId)
          Generate all the PDFs needed to send a session.
 List<org.nuiton.wikitty.entities.WikittyExtension> VradiDataServiceImpl.getAllFormTypes()
          Retrieves all the form types
 List<org.nuiton.wikitty.entities.WikittyExtension> VradiDataService.getAllFormTypes()
          Retrieves all the form types
 Map<String,String> VradiStorageService.getAssociatedFields(String extensionName, String templateName)
          Get association between template fields and extension fields.
 Map<String,String> VradiStorageServiceImpl.getAssociatedFields(String extensionName, String templateName)
           
 Map<Thesaurus,Integer> VradiDataServiceImpl.getChildrenCartography(String thesaurusId, QueryParameters queryParameters)
           
 Map<Thesaurus,Integer> VradiDataService.getChildrenCartography(String thesaurusId, QueryParameters queryParameters)
          Computes the number of forms associated with every thesaurus node.
 List<Thesaurus> VradiDataServiceImpl.getChildrenThesaurus(String thesaurusId)
          Returns all children of the specified thesaurusId sorted by name.
 List<Thesaurus> VradiDataService.getChildrenThesaurus(String thesaurusId)
          Returns all children of the specified thesaurusId sorted by name.
 List<String> VradiStorageService.getDocumentFields(org.nuiton.wikitty.entities.WikittyExtension extension, String templateName)
          Get template document fields names.
 List<String> VradiStorageServiceImpl.getDocumentFields(org.nuiton.wikitty.entities.WikittyExtension extension, String templateName)
           
 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 VradiDataServiceImpl.getFormType(String name)
          Retrieves the form type whose name is the parameter 'name'
 org.nuiton.wikitty.entities.WikittyExtension VradiDataService.getFormType(String name)
          Retrieves the form type whose name is the parameter 'name'
 Map<String,org.nuiton.wikitty.entities.FieldType> VradiDataServiceImpl.getFormTypeFields(String name)
           
 Map<String,org.nuiton.wikitty.entities.FieldType> VradiDataService.getFormTypeFields(String name)
          Finds fields of a form type.
 List<Group> VradiStorageServiceImpl.getGroupsForUser(String userId)
          Get all the groups a user is in.
 List<Group> VradiDataServiceImpl.getGroupsForUser(String userId)
           
 List<Group> VradiDataService.getGroupsForUser(String userId)
          Get all the groups a user is in.
 Session VradiDataServiceImpl.getLastCloseSession()
           
 Session VradiDataService.getLastCloseSession()
          Get last closed session
 Session VradiDataServiceImpl.getLastOpenSession()
           
 Session VradiDataService.getLastOpenSession()
          Get last opened session
 int VradiDataServiceImpl.getNbFormsForThesaurus(String thesaurusId)
           
 int VradiDataService.getNbFormsForThesaurus(String thesaurusId)
          Computes the number of forms associated with the specified thesaurusId.
 String FileService.getPDFUrl(String uri)
          Download pdf file.
 String FileServiceImpl.getPDFUrl(String uri)
           
 String FileServiceProxy.getPDFUrl(String uri)
           
 List<String> VradiDataServiceImpl.getRelatedFormsLinkIds(String formId)
           
 List<String> VradiDataService.getRelatedFormsLinkIds(String formId)
          Get all related forms ids of form in param
 List<String> VradiDataServiceImpl.getReplaceFormsLinkIds(String formId)
           
 List<String> VradiDataService.getReplaceFormsLinkIds(String formId)
          Get all replace forms ids of form in param
 String FileService.getRequestHistoryURL(String uri)
          Get the url of request history.
 String FileServiceImpl.getRequestHistoryURL(String uri)
           
 String FileServiceProxy.getRequestHistoryURL(String uri)
           
 List<RootThesaurus> VradiDataServiceImpl.getRootThesaurus()
          Return root thesaurus ids (ie thesaurus nodes without parent) sorted by root thesaurus name.
 List<RootThesaurus> VradiDataService.getRootThesaurus()
          Return root thesaurus ids (ie thesaurus nodes without parent) sorted by root thesaurus name.
 Session VradiDataServiceImpl.getSessionOfSending(String sendingId)
           
 Session VradiDataService.getSessionOfSending(String sendingId)
          Get session contain sending
 List<Session> VradiDataServiceImpl.getSessions(Date sessionDate)
           
 List<Session> VradiDataService.getSessions(Date sessionDate)
          Get all session by date
 Status VradiDataServiceImpl.getStatus(String statusName)
          Get the status passed in parameter.
 Status VradiDataService.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 VradiDataServiceImpl.getWebHarvestPreviewURL(WebHarvestStream stream)
           
 String VradiDataService.getWebHarvestPreviewURL(WebHarvestStream stream)
          Get web harvest preview url from script
 void VradiStorageService.importAsCSV(String uri)
          Import all data as CSV.
 void VradiStorageServiceImpl.importAsCSV(String uri)
           
 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.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.importFormsFromXmlStream(XmlStream xmlStream)
          Creates and store forms from an XmlStream 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.
 boolean VradiDataServiceImpl.isFormTypeExists(String formTypeName)
          Check if a form type name already exists.
 boolean VradiDataService.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> VradiDataServiceImpl.proposeThesaurus(String formId)
           
 List<Thesaurus> VradiDataService.proposeThesaurus(String formId)
          Propose thesaurus nodes that might be in relation with a specified form
 void VradiStorageService.receiveMessages()
           
 void VradiStorageServiceImpl.receiveMessages()
           
 void VradiStorageService.reindexData()
          Reindex the datas.
 List<Sending> VradiStorageService.removeAllSending(String sessionId, List<String> formsIds, Group group)
          Remove all sending corresponding with form and group from session
 List<Sending> VradiStorageServiceImpl.removeAllSending(String sessionId, List<String> formsIds, Group group)
           
 boolean VradiStorageService.removeFormsFromSession(String session, List<String> formsIds)
          Check if template file form extension name in param
 boolean VradiStorageServiceImpl.removeFormsFromSession(String sessionId, List<String> formsIds)
           
 Sending VradiStorageService.removeSending(String sessionId, List<String> formsIds, User user)
          Remove sending corresponding with form and user from session
 Sending VradiStorageServiceImpl.removeSending(String sessionId, List<String> formsIds, User user)
           
 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, Collection<File> filesToAttach)
           
 String VradiStorageServiceImpl.sendMessage(String sendingId, String sessionParagraph, String email, boolean reSend, 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.sendMessage(String sendingId, String sessionParagraph, String email, Collection<File> filesToAttach)
           
 String VradiStorageService.sendMessages(String sessionId)
          Send session pass in param
 String VradiStorageServiceImpl.sendMessages(String sessionId)
           
 void VradiStorageService.setAssociatedFields(String extensionName, String templateName, Map<String,String> fieldMap)
          Save association between template fields and extensions fields.
 void VradiStorageServiceImpl.setAssociatedFields(String extensionName, String templateName, Map<String,String> fieldMap)
           
 Session VradiStorageService.stopSentMail(Session session)
           
 Session VradiStorageServiceImpl.stopSentMail(Session session)
           
 Form VradiStorageService.updateForms(Form form, List<String> thesaurusIdsToAttach)
          Update forms and attach forms to specified thesaurus.
 Form VradiStorageServiceImpl.updateForms(Form form, List<String> thesaurusIdsToAttach)
           
 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(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(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)
          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
 org.nuiton.wikitty.entities.WikittyExtension VradiDataService.updateFormType(org.nuiton.wikitty.entities.WikittyExtension extension, String templateName)
          Creates or Update a form type.
 List<XmlFieldBinding> VradiDataServiceImpl.updateXmlFieldBindings(List<XmlFieldBinding> bindings)
          Updates the xml field bindings given in parameters.
 List<XmlFieldBinding> VradiDataService.updateXmlFieldBindings(List<XmlFieldBinding> bindings)
          Update a list of XmlFieldBinding.
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 org.chorem.vradi.services.managers
 

Methods in org.chorem.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, org.chorem.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, org.chorem.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)
           
protected  List<File> MailingManager.generateFilledDocumentInPDF(File template, List<Form> forms, Map<String,String> fieldBindings, boolean replace)
          Generate offer PDF form given forms with specified template.
protected  File MailingManager.generateFilledDocumentInPDF(TemplateManager templateManager, Form form, Map<String,String[]> fieldBindings, boolean replace)
          Generate a single pdf file for specified form.
 String MailingManager.generatePDF(String formId, boolean force)
           
 void MailingManager.generatePDFForSession(String sessionId)
          Generate all the PDFs needed to send a session.
 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.
protected  Set<String> FormManager.getFormsIdsFromRequest(Group group, Status status)
           
 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)
           
 String MailingManager.sendMessage(String sendingId, String sessionParagraph, String email, boolean reSend, Collection<File> filesToAttach)
           
 String MailingManager.sendMessages(String sessionId)
           
 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.
 Form FormManager.updateForm(Form form, Collection<String> thesaurus)
          Update forms and attach forms to specified thesaurus.
 List<Form> FormManager.updateForms(List<Form> forms, Collection<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 org.chorem.vradi.services.managers that throw VradiException
TemplateManager(org.nuiton.util.ApplicationConfig config, File templateFile)
          Init template with managed template file.
 

Uses of VradiException in org.chorem.vradi.services.tasks
 

Methods in org.chorem.vradi.services.tasks with parameters of type VradiException
protected  void ImportXmlStreamTasks.sendEmailError(String xmlStreamId, VradiException error)
           
 



Copyright © 2009-2011 CodeLutin. All Rights Reserved.