| Package | Description |
|---|---|
| com.cybelia.sandra.web.action | |
| com.cybelia.sandra.web.action.ref | |
| com.cybelia.sandra.web.action.tour | |
| com.cybelia.sandra.web.displaytag |
| Modifier and Type | Field and Description |
|---|---|
protected PaginedListImpl<Tour> |
ApplicationSession.listTours |
| Modifier and Type | Method and Description |
|---|---|
PaginedListImpl<Tour> |
ApplicationSession.getListTours() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationSession.setListTours(PaginedListImpl<Tour> listTours) |
| Modifier and Type | Method and Description |
|---|---|
protected PaginedListImpl<B> |
AbstractRefAction.getPaginedList(String name,
javax.servlet.http.HttpServletRequest request,
AbstractRefAction.AbstractRefPaginedListExtractor<B> extractor) |
protected PaginedListImpl<Camion> |
CamionAction.getPaginedList(String name,
javax.servlet.http.HttpServletRequest request,
AbstractRefAction.AbstractRefPaginedListExtractor<Camion> extractor) |
protected PaginedListImpl<Societe> |
SocieteAction.getPaginedList(String name,
javax.servlet.http.HttpServletRequest request,
AbstractRefAction.AbstractRefPaginedListExtractor<Societe> extractor) |
protected PaginedListImpl<Transporteur> |
TransporteurAction.getPaginedList(String name,
javax.servlet.http.HttpServletRequest request,
AbstractRefAction.AbstractRefPaginedListExtractor<Transporteur> extractor) |
protected PaginedListImpl<Usine> |
UsineAction.getPaginedList(String name,
javax.servlet.http.HttpServletRequest request,
AbstractRefAction.AbstractRefPaginedListExtractor<Usine> extractor) |
| Modifier and Type | Method and Description |
|---|---|
protected PaginedListImpl<Tour> |
ListTour.getTours(javax.servlet.http.HttpServletRequest request)
Recuperation de la liste des tours en requete (ou en session si non trouve en requete)
|
| Modifier and Type | Method and Description |
|---|---|
protected List<StepsHelper.DataStep> |
ListTourStep.getStepsList(PaginedListImpl<Tour> tours) |
| Modifier and Type | Method and Description |
|---|---|
PaginedListImpl<E> |
PaginedListImpl.acquireData(javax.servlet.http.HttpServletRequest request)
La methode pour remplir les donnees de la liste, à savoir :
|
PaginedListImpl<E> |
PaginedListImpl.fromRequest(javax.servlet.http.HttpServletRequest request)
Recupere les parametres depuis une requete de servlet.
|
Copyright © 2008-2013 Cybelia. All Rights Reserved.