|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object atg.util.service.ATGBasicClass atg.util.service.list.ATGListEntity<K>
public class ATGListEntity<K extends ATGIEntite>
Titre : Classe de liste d'entity
Description : Cette classe est une liste d'entity
Copyright : FERRARI Olivier
Field Summary | |
---|---|
protected static java.util.logging.Logger |
logger_
Référence du log |
Constructor Summary | |
---|---|
ATGListEntity()
|
Method Summary | |
---|---|
int |
getIndexMaxiListeRenvoyee()
Retourne l'index maximum de la liste renvoyée |
int |
getIndexMiniListeRenvoyee()
Retourne l'index Minimun de la liste renvoyée |
java.util.Vector<K> |
getListeAll()
Retourne la liste complète de Entity |
java.util.Vector<K> |
getListeDernier()
Retourne la dernière liste de Entity |
java.util.Vector<K> |
getListePage(int page)
Retourne une liste de NombreParPage elements correspondante à la page en paramètre |
java.util.Vector<K> |
getListePrecedente()
Retourne la liste précédente de Entity par rapport à l'index en cours |
java.util.Vector<K> |
getListePremier()
Retourne la liste des premiers éléments par lot de NombreParPage |
java.util.Vector<K> |
getListeSuivante()
Retourne la liste suivante de Entity par rapport à l'index en cours |
protected java.util.logging.Logger |
getLogger()
Retourne la trace associée |
int |
getNbPages()
Retourne le nombre de pages de NombreParPage éléments |
int |
getTotalEnregistrement()
Retourne le nombre total de la liste |
void |
setIndexEnCours(int index)
Positionnement de l'index en cours |
void |
setListeElement(java.util.Vector<K> listeElement)
Initialisation de la liste à parcourrir |
Methods inherited from class atg.util.service.ATGBasicClass |
---|
logConfig, logFine, logFiner, logFinest, logInfo, logSevere, logWarning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static java.util.logging.Logger logger_
Constructor Detail |
---|
public ATGListEntity()
Method Detail |
---|
public void setListeElement(java.util.Vector<K> listeElement) throws ATGListException
listeElement
- Liste d'élément de type Entity
ATGListException
public void setIndexEnCours(int index)
setIndexEnCours
in interface ATGIListEntity<K extends ATGIEntite>
index
- Index de parcour de listepublic java.util.Vector<K> getListeAll() throws ATGListException
getListeAll
in interface ATGIListEntity<K extends ATGIEntite>
ATGListException
public int getNbPages() throws ATGListException
getNbPages
in interface ATGIListEntity<K extends ATGIEntite>
ATGListException
public java.util.Vector<K> getListePage(int page) throws ATGListException
getListePage
in interface ATGIListEntity<K extends ATGIEntite>
page
- Numéro de la page de 1 à N (si <=0 : 1 par défaut. si > nb
page : nb page par défaut)
ATGListException
public java.util.Vector<K> getListePremier() throws ATGListException
getListePremier
in interface ATGIListEntity<K extends ATGIEntite>
ATGListException
public java.util.Vector<K> getListeDernier() throws ATGListException
getListeDernier
in interface ATGIListEntity<K extends ATGIEntite>
ATGListException
public java.util.Vector<K> getListeSuivante() throws ATGListException
getListeSuivante
in interface ATGIListEntity<K extends ATGIEntite>
ATGListException
public java.util.Vector<K> getListePrecedente() throws ATGListException
getListePrecedente
in interface ATGIListEntity<K extends ATGIEntite>
ATGListException
public int getIndexMiniListeRenvoyee() throws ATGListException
getIndexMiniListeRenvoyee
in interface ATGIListEntity<K extends ATGIEntite>
ATGListException
public int getIndexMaxiListeRenvoyee() throws ATGListException
getIndexMaxiListeRenvoyee
in interface ATGIListEntity<K extends ATGIEntite>
ATGListException
public int getTotalEnregistrement() throws ATGListException
getTotalEnregistrement
in interface ATGIListEntity<K extends ATGIEntite>
ATGListException
protected java.util.logging.Logger getLogger()
getLogger
in class ATGBasicClass
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |