org.genealogie.web
Class RechercherPersonnesChronologiqueAction

java.lang.Object
  |
  +--org.apache.struts.action.Action
        |
        +--org.genealogie.web.CheckAction
              |
              +--org.genealogie.web.RechercherPersonnesChronologiqueAction

public final class RechercherPersonnesChronologiqueAction
extends CheckAction


Field Summary
static java.lang.String BAPTEME
           
static java.lang.String DECES
           
static java.lang.String INHUMATION
           
static java.lang.String MARIAGE
           
static java.lang.String NAISSANCE
           
private  int NB_PAR_PAGES
           
 
Fields inherited from class org.apache.struts.action.Action
DATA_SOURCE_KEY, defaultLocale, ERROR_KEY, EXCEPTION_KEY, FORM_BEANS_KEY, FORWARDS_KEY, LOCALE_KEY, MAPPING_KEY, MAPPINGS_KEY, MESSAGES_KEY, MULTIPART_KEY, servlet, SERVLET_KEY, TRANSACTION_TOKEN_KEY
 
Constructor Summary
RechercherPersonnesChronologiqueAction()
           
 
Method Summary
private  java.util.Vector filtrerPersonnes(org.genealogie.dao.FamillesBean famille, java.util.Vector personnes, java.util.Vector familles, int borneSup)
           
 java.lang.String getDate(java.lang.String chaineDate)
           
 org.apache.struts.action.ActionForward performTask(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class org.genealogie.web.CheckAction
contient, filtrerActes, filtrerActesBorneSup, filtrerDocuments, filtresRegistresBorneSup, getAuth, getIdPool, getTokens, isAccesTotal, isAuthentifier, perform, setIdPool, setNoCache
 
Methods inherited from class org.apache.struts.action.Action
, generateToken, getLocale, getResources, getServlet, isCancelled, isTokenValid, perform, perform, perform, resetToken, saveErrors, saveToken, setLocale, setServlet, toHex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

NB_PAR_PAGES

private int NB_PAR_PAGES

NAISSANCE

public static final java.lang.String NAISSANCE

BAPTEME

public static final java.lang.String BAPTEME

MARIAGE

public static final java.lang.String MARIAGE

DECES

public static final java.lang.String DECES

INHUMATION

public static final java.lang.String INHUMATION
Constructor Detail

RechercherPersonnesChronologiqueAction

public RechercherPersonnesChronologiqueAction()
Method Detail

getDate

public java.lang.String getDate(java.lang.String chaineDate)

filtrerPersonnes

private java.util.Vector filtrerPersonnes(org.genealogie.dao.FamillesBean famille,
                                          java.util.Vector personnes,
                                          java.util.Vector familles,
                                          int borneSup)

performTask

public org.apache.struts.action.ActionForward performTask(org.apache.struts.action.ActionMapping mapping,
                                                          org.apache.struts.action.ActionForm form,
                                                          javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.http.HttpServletResponse response)
                                                   throws java.io.IOException,
                                                          javax.servlet.ServletException
Overrides:
performTask in class CheckAction


Copyright © 2002 JGenea Web. All Rights Reserved.