com.jurismarches.vradi
Class VradiServiceAction

java.lang.Object
  extended by com.jurismarches.vradi.VradiServiceAction

public class VradiServiceAction
extends Object

This class reference all action run by Vradi Service : -- reIndexSolr : reindex solr index

Author:
sletellier

Constructor Summary
VradiServiceAction()
           
 
Method Summary
static void deleteObseleteThesaurus()
          Delete obselete thesaurus.
static void deleteObseleteUsers()
          Delete all user with no client attached.
static void exportClients()
          Export users
static void exportThesaurus()
          Export thesaurus
static void forceAllOldUserEnable()
          Force all old user to enable.
 void help()
          Display help and exit action.
static void importFiles()
          Import files contains in VradiServiceConfiguration.getImportCSVDir() with name end by .csv
static void reIndexSolr()
          Reload solr index.
static void reinitStatus()
          Delete obselete status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VradiServiceAction

public VradiServiceAction()
Method Detail

help

public void help()
Display help and exit action.


reIndexSolr

public static void reIndexSolr()
Reload solr index. TODO EC20100920 : peut etre desactiver la notification pendant la reindexation TODO EC20100920 : peut etre desactiver la reindexation automatique du changement de version


deleteObseleteThesaurus

public static void deleteObseleteThesaurus()
Delete obselete thesaurus.


reinitStatus

public static void reinitStatus()
Delete obselete status.


forceAllOldUserEnable

public static void forceAllOldUserEnable()
Force all old user to enable.


deleteObseleteUsers

public static void deleteObseleteUsers()
Delete all user with no client attached.


importFiles

public static void importFiles()
Import files contains in VradiServiceConfiguration.getImportCSVDir() with name end by .csv


exportClients

public static void exportClients()
Export users


exportThesaurus

public static void exportThesaurus()
Export thesaurus



Copyright © 2009-2010 JurisMarches. All Rights Reserved.