edu.uoc.tfc.exuoc.controladors
Interface InterfaceGestor
- All Known Implementing Classes:
- GestorArxiuDades, GestorContenidors, GestorItems, GestorMetadades, GestorUsuaris
public interface InterfaceGestor
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