Package | Description |
---|---|
uoc.tfc.xmartimo.action.manteniment | |
uoc.tfc.xmartimo.action.rebut | |
uoc.tfc.xmartimo.bean.manteniment | |
uoc.tfc.xmartimo.bean.rebut | |
uoc.tfc.xmartimo.model.manteniment |
Modifier and Type | Method and Description |
---|---|
Compte |
CompteAction.getCompteActual() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Compte> |
PeriodeComptableCompteAction.getComptes() |
java.util.List<Compte> |
InformePeriodeAction.getComptes() |
java.util.List<Compte> |
InformeCentreAction.getComptes() |
java.util.List<Compte> |
CompteAction.getComptes() |
Modifier and Type | Method and Description |
---|---|
void |
CompteAction.setCompteActual(Compte compteActual) |
Modifier and Type | Method and Description |
---|---|
void |
PeriodeComptableCompteAction.setComptes(java.util.List<Compte> comptes) |
void |
InformePeriodeAction.setComptes(java.util.List<Compte> comptes) |
void |
InformeCentreAction.setComptes(java.util.List<Compte> comptes) |
void |
CompteAction.setComptes(java.util.List<Compte> comptes) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Compte> |
PrevisioAction.getComptes() |
java.util.List<Compte> |
ComandaAction.getComptes() |
Modifier and Type | Method and Description |
---|---|
void |
PrevisioAction.setComptes(java.util.List<Compte> comptes) |
void |
ComandaAction.setComptes(java.util.List<Compte> comptes) |
Modifier and Type | Method and Description |
---|---|
Compte |
PeriodeComptableCompte.getCompte() |
Modifier and Type | Method and Description |
---|---|
void |
PeriodeComptableCompte.setCompte(Compte compte) |
Constructor and Description |
---|
PeriodeComptableCompte(int idPeriodeComptableCompte,
PeriodeComptable periodeComptable,
Compte compte,
double totalPrevisio,
double totalComanda)
Constructor amb tots els paràmetres
|
Modifier and Type | Method and Description |
---|---|
Compte |
Rebut.getCompte() |
Modifier and Type | Method and Description |
---|---|
void |
Rebut.setCompte(Compte compte) |
Constructor and Description |
---|
Comanda(java.lang.String descripcio,
PeriodeComptable periodeComptable,
double valor,
Compte compte,
int dia,
Proveidor proveidor)
Constructor amb tots els paràmetres
|
Previsio(java.lang.String descripcio,
PeriodeComptable periodeComptable,
double valor,
Compte compte)
Constructor amb tots els paràmetres
|
Rebut(java.lang.String descripcio,
PeriodeComptable periodeComptable,
double valor,
Compte compte)
Constructor amb tots els paràmetres
|
Modifier and Type | Method and Description |
---|---|
Compte |
CompteModel.obtenirCompte(int idC)
Obté un compte a partir del seu identificador intern
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Compte> |
CompteModel.obtenirComptes(java.lang.String codi,
java.lang.String descripcio)
Obté una llista de comptes filtrats a partir seu codi i descripció
|
java.util.List<Compte> |
CompteModel.obtenirComptesActius()
Obté els comptes actius del sistema
|