Package | Description |
---|---|
uoc.tfc.xmartimo.action.manteniment | |
uoc.tfc.xmartimo.action.rebut | |
uoc.tfc.xmartimo.bean.rebut | |
uoc.tfc.xmartimo.model.manteniment |
Modifier and Type | Method and Description |
---|---|
Proveidor |
ProveidorAction.getProveidorActual() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Proveidor> |
ProveidorAction.getProveidors() |
Modifier and Type | Method and Description |
---|---|
void |
ProveidorAction.setProveidorActual(Proveidor proveidorActual) |
Modifier and Type | Method and Description |
---|---|
void |
ProveidorAction.setProveidors(java.util.List<Proveidor> proveidors) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Proveidor> |
ComandaAction.getProveidors() |
Modifier and Type | Method and Description |
---|---|
void |
ComandaAction.setProveidors(java.util.List<Proveidor> proveidors) |
Modifier and Type | Method and Description |
---|---|
Proveidor |
Comanda.getProveidor() |
Modifier and Type | Method and Description |
---|---|
void |
Comanda.setProveidor(Proveidor proveidor) |
Constructor and Description |
---|
Comanda(java.lang.String descripcio,
PeriodeComptable periodeComptable,
double valor,
Compte compte,
int dia,
Proveidor proveidor)
Constructor amb tots els paràmetres
|
Modifier and Type | Method and Description |
---|---|
Proveidor |
ProveidorModel.obtenirProveidor(int idProveidor)
Obté un proveïdor a partir del seu identificador intern
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Proveidor> |
ProveidorModel.obtenirProveidors()
Obté els proveidors existents en el sistema
|
java.util.List<Proveidor> |
ProveidorModel.obtenirProveidors(int idCentre)
Obté els proveïdors que pertanyen a un centre
|
java.util.List<Proveidor> |
ProveidorModel.obtenirProveidors(java.lang.String nom,
int centre)
Obté els proveidors a partir de filtrar seu nom i centre
|
java.util.List<Proveidor> |
ProveidorModel.obtenirProveidorsCapPlanta(java.lang.String nom,
int centre,
int usuari)
Obté els proveïdors a partir de filtrar el nom, el centre i l'usuari
|