Package | Description |
---|---|
uoc.tfc.xmartimo.action.rebut | |
uoc.tfc.xmartimo.model.rebut |
Modifier and Type | Method and Description |
---|---|
Comanda |
ComandaAction.getComandaActual() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Comanda> |
ComandaAction.getComandesComptePeriode() |
Modifier and Type | Method and Description |
---|---|
void |
ComandaAction.setComandaActual(Comanda comandaActual) |
Modifier and Type | Method and Description |
---|---|
void |
ComandaAction.setComandesComptePeriode(java.util.List<Comanda> comandesComptePeriode) |
Modifier and Type | Method and Description |
---|---|
Comanda |
RebutModel.obtenirComanda(int idComanda)
Obté una comanda a partir del seu identificador
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Comanda> |
RebutModel.obtenirComandes(int idPeriodeComptable,
int idCompte)
Obté les comandes a partir d'un període comptable i un compte
|