fr.hyphonem.conges
Class FeryDays

java.lang.Object
  extended by fr.hyphonem.conges.FeryDays

public class FeryDays
extends java.lang.Object

Author:
Stephane Gauchet pour Hyphonem class for handling fery days by country

Constructor Summary
FeryDays()
          Constructor for FeryDays.
 
Method Summary
 java.util.Hashtable getJoursFeries(java.lang.String datedeb, java.lang.String datefin, java.lang.String paysISO)
          Deprecated. use getNationalDays instead return list of fery days from a given period
to be completed because only code for fery days in FRANCE are set
retourne les jours feries dans une periode donn�e et pour le pays indiqu� A Compl�ter!! seule la france est prise en compte pour l'instant cette methode doit etre entierement revue un de ces 4
 java.util.Hashtable getNationalDays(java.lang.String datedeb, java.lang.String datefin, java.lang.String paysISO, java.lang.String dir)
          nouvelle methode pour charger les jours feries depuis les fichiers xml des pays
new method to load national days from country xml files
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeryDays

public FeryDays()
Constructor for FeryDays.

Method Detail

getNationalDays

public java.util.Hashtable getNationalDays(java.lang.String datedeb,
                                           java.lang.String datefin,
                                           java.lang.String paysISO,
                                           java.lang.String dir)
                                    throws java.lang.Exception
nouvelle methode pour charger les jours feries depuis les fichiers xml des pays
new method to load national days from country xml files

Parameters:
datedeb -
datefin -
paysISO -
dir -
Returns:
Hashtable
Throws:
java.lang.Exception
java.text.ParseException

getJoursFeries

public java.util.Hashtable getJoursFeries(java.lang.String datedeb,
                                          java.lang.String datefin,
                                          java.lang.String paysISO)
                                   throws java.text.ParseException
Deprecated. use getNationalDays instead return list of fery days from a given period
to be completed because only code for fery days in FRANCE are set
retourne les jours feries dans une periode donn�e et pour le pays indiqu� A Compl�ter!! seule la france est prise en compte pour l'instant cette methode doit etre entierement revue un de ces 4

Parameters:
datedeb -
datefin -
paysISO -
Returns:
Hashtable
Throws:
java.text.ParseException


Copyright © 2004-2007 Hyphonem. All Rights Reserved.