|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matricula | |
---|---|
com.uoc.tfc.Base.usuari | |
com.uoc.tfc.LN.dao.matricula | |
com.uoc.tfc.UI.struts.form.matricula |
Uses of Matricula in com.uoc.tfc.Base.usuari |
---|
Methods in com.uoc.tfc.Base.usuari that return types with arguments of type Matricula | |
---|---|
java.util.Set<Matricula> |
UsuariAlumne.getSetOfMatricula()
Getter SetOfMatricula |
Methods in com.uoc.tfc.Base.usuari with parameters of type Matricula | |
---|---|
void |
UsuariAlumne.addMatricula(Matricula p_Matricula)
Afegir matricula |
java.util.Collection |
UsuariAlumne.removeMatricula(Matricula p_Matricula)
Esborrar matricula |
Method parameters in com.uoc.tfc.Base.usuari with type arguments of type Matricula | |
---|---|
void |
UsuariAlumne.setSetOfMatricula(java.util.Set<Matricula> setOfMatricula)
Setter setOfMatricula |
Uses of Matricula in com.uoc.tfc.LN.dao.matricula |
---|
Methods in com.uoc.tfc.LN.dao.matricula that return Matricula | |
---|---|
Matricula[] |
MatriculaDAO.findMatricula(java.util.HashMap p_parametres)
Cerca de les matrícules passant-li paràmetres de criteri de cerca |
Matricula[] |
IMatriculaDAO.findMatricula(java.util.HashMap p_parametres)
Cerca de les matrícules passant-li paràmetres de criteri de cerca |
Matricula |
MatriculaDAO.gravar(Matricula p_matricula)
Gravar matrícula |
Matricula |
IMatriculaDAO.gravar(Matricula p_matricula)
Gravar matrícula |
Methods in com.uoc.tfc.LN.dao.matricula with parameters of type Matricula | |
---|---|
void |
MatriculaDAO.esborrar(Matricula p_matricula)
Esborrar matrícula |
void |
IMatriculaDAO.esborrar(Matricula p_matricula)
Esborrar matrícula |
Matricula |
MatriculaDAO.gravar(Matricula p_matricula)
Gravar matrícula |
Matricula |
IMatriculaDAO.gravar(Matricula p_matricula)
Gravar matrícula |
Uses of Matricula in com.uoc.tfc.UI.struts.form.matricula |
---|
Methods in com.uoc.tfc.UI.struts.form.matricula that return Matricula | |
---|---|
Matricula |
EditMatriculaForm.getMatricula()
Getter matrícula |
Matricula[] |
CercaMatriculaForm.getMatricules()
Getter matricules |
Methods in com.uoc.tfc.UI.struts.form.matricula with parameters of type Matricula | |
---|---|
void |
EditMatriculaForm.setMatricula(Matricula matricula)
Setter matrícula |
void |
CercaMatriculaForm.setMatricules(Matricula[] matricules)
Setter matricules |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |