edu.uoc.tfc.exuoc.controladors
Interface InterfaceGestor

All Known Implementing Classes:
GestorArxiuDades, GestorContenidors, GestorItems, GestorMetadades, GestorUsuaris

public interface InterfaceGestor


Method Summary
 GestorLogs getLog()
           
 java.util.Iterator<?> llistat()
           
 java.util.Iterator<?> llistat(int ini, int fi)
           
 java.util.Iterator<?> llistat(java.lang.String camp, java.lang.String pernom, int ini, int fi)
           
 int num()
           
 int num(java.lang.String nomCercat)
           
 void openGestor()
           
 void setLog(GestorLogs log)
           
 void tancar()
           
 

Method Detail

openGestor

void openGestor()

tancar

void tancar()

getLog

GestorLogs getLog()

setLog

void setLog(GestorLogs log)

num

int num()
        throws org.hibernate.HibernateException,
               BuitException
Returns:
Nombre total d'entitats de la classe
Throws:
org.hibernate.HibernateException
BuitException

num

int num(java.lang.String nomCercat)
        throws org.hibernate.HibernateException,
               BuitException
Parameters:
condicio -
Returns:
Retorna el total d'entitats que compleixen amb el camp nom indicat
Throws:
org.hibernate.HibernateException
BuitException

llistat

java.util.Iterator<?> llistat()
                              throws LlistatDAOException,
                                     BuitException
Throws:
LlistatDAOException
BuitException

llistat

java.util.Iterator<?> llistat(int ini,
                              int fi)
                              throws LlistatDAOException,
                                     BuitException
Throws:
LlistatDAOException
BuitException

llistat

java.util.Iterator<?> llistat(java.lang.String camp,
                              java.lang.String pernom,
                              int ini,
                              int fi)
                              throws LlistatDAOException,
                                     BuitException
Throws:
LlistatDAOException
BuitException