|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contenidor | |
---|---|
edu.uoc.tfc.exuoc.controladors | |
edu.uoc.tfc.exuoc.model | |
edu.uoc.tfc.exuoc.vistes |
Uses of Contenidor in edu.uoc.tfc.exuoc.controladors |
---|
Methods in edu.uoc.tfc.exuoc.controladors that return Contenidor | |
---|---|
Contenidor |
ContenidorsDAO.consultaContenidor(java.lang.Class classe,
java.lang.Long id)
|
Contenidor |
ContenidorsDAO.consultaContenidor(java.lang.Long id)
|
Contenidor |
ContenidorsDAO.consultaContenidor(java.lang.String nom)
|
Contenidor |
GestorContenidors.llegir(java.lang.Long id)
|
Contenidor |
GestorContenidors.llegirContenidor(java.lang.Class classe,
java.lang.Long id)
|
Contenidor |
GestorContenidors.llegirContenidor(java.lang.Long id)
|
Contenidor |
GestorContenidors.llegirContenidor(java.lang.String nom)
|
Contenidor |
GestorContenidors.modificar(Contenidor actual)
|
Methods in edu.uoc.tfc.exuoc.controladors that return types with arguments of type Contenidor | |
---|---|
java.util.Iterator<Contenidor> |
ContenidorsDAO.llista()
|
java.util.Iterator<Contenidor> |
ContenidorsDAO.llista(int ini,
int fi)
|
java.util.Iterator<Contenidor> |
ContenidorsDAO.llista(java.lang.String ordre,
int quants)
|
protected java.util.Iterator<Contenidor> |
ContenidorsDAO.llista(java.lang.String camp,
java.lang.String cmp,
java.lang.Object nom,
int ini,
int fi)
|
java.util.Iterator<Contenidor> |
GestorContenidors.llistat()
|
java.util.Iterator<Contenidor> |
GestorContenidors.llistat(int ini,
int fi)
|
java.util.Iterator<Contenidor> |
GestorContenidors.llistat(java.lang.String camp,
java.lang.String valor,
int ini,
int fi)
|
java.util.Iterator<Contenidor> |
GestorContenidors.llistatContenidors()
|
java.util.Iterator<Contenidor> |
GestorContenidors.llistatContenidors(int ini,
int fi)
|
java.util.Iterator<Contenidor> |
GestorContenidors.llistatContenidors(java.lang.String ordre,
int quants)
|
java.util.Iterator<Contenidor> |
GestorCerques.llistatContenidors(java.lang.String camp,
java.lang.String valorCercat,
int ini,
int fi)
|
Methods in edu.uoc.tfc.exuoc.controladors with parameters of type Contenidor | |
---|---|
java.lang.Long |
GestorContenidors.afegir(Contenidor nou)
|
java.lang.Long |
ContenidorsDAO.afegirContenidor(Contenidor contenidor)
|
void |
ContenidorsDAO.eliminarContenidor(Contenidor contenidor)
|
java.lang.Long |
GestorContenidors.eliminarContenidor(Contenidor contenidor)
|
Contenidor |
GestorContenidors.modificar(Contenidor actual)
|
void |
ContenidorsDAO.modificarContenidor(Contenidor contenidor)
|
Uses of Contenidor in edu.uoc.tfc.exuoc.model |
---|
Methods in edu.uoc.tfc.exuoc.model that return Contenidor | |
---|---|
Contenidor |
InterfaceItem.getContenidor()
|
Contenidor |
Item.getContenidor()
|
Methods in edu.uoc.tfc.exuoc.model with parameters of type Contenidor | |
---|---|
void |
InterfaceItem.setContenidor(Contenidor _idcontenidor)
|
void |
Item.setContenidor(Contenidor contenidor)
|
Constructors in edu.uoc.tfc.exuoc.model with parameters of type Contenidor | |
---|---|
Item(java.lang.Long _id,
java.lang.String _nom,
java.util.Date _data,
java.lang.String _descripcio,
java.lang.Boolean _privat,
java.lang.Integer _visites,
java.lang.String _autor,
Contenidor _contenidor,
Arxiu _arxiu)
|
|
Item(java.lang.String _nom,
java.util.Date _data,
java.lang.String _descripcio,
java.lang.Boolean _privat,
Contenidor _contenidor)
|
|
Item(java.lang.String _nom,
java.util.Date _data,
java.lang.String _descripcio,
java.lang.Boolean _privat,
Contenidor _contenidor,
Arxiu _arxiu)
|
|
Item(java.lang.String _nom,
java.util.Date _data,
java.lang.String _descripcio,
java.lang.Boolean _privat,
java.lang.Integer _visites,
java.lang.String _autor,
Contenidor _contenidor,
Arxiu _arxiu)
|
Uses of Contenidor in edu.uoc.tfc.exuoc.vistes |
---|
Methods in edu.uoc.tfc.exuoc.vistes that return Contenidor | |
---|---|
Contenidor |
IGestorCerques.getContenidor()
Deprecated. |
Contenidor |
IGestorItems.getContenidor()
|
Contenidor |
IGestorContenidors.getModel()
|
Methods in edu.uoc.tfc.exuoc.vistes that return types with arguments of type Contenidor | |
---|---|
java.util.Iterator<Contenidor> |
IGestorItems.getLlistaContenidors()
|
Methods in edu.uoc.tfc.exuoc.vistes with parameters of type Contenidor | |
---|---|
void |
IGestorCerques.setContenidor(Contenidor _contenidor)
Deprecated. |
void |
IGestorItems.setContenidor(Contenidor _contenidor)
|
Method parameters in edu.uoc.tfc.exuoc.vistes with type arguments of type Contenidor | |
---|---|
void |
IGestorItems.setLlistaContenidors(java.util.Iterator<Contenidor> llistaCon)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |