Uses of Class
com.uoc.tfc.Base.manteniment.Curs

Packages that use Curs
com.uoc.tfc.Base.manteniment   
com.uoc.tfc.Base.matricula   
com.uoc.tfc.Base.notificacio   
com.uoc.tfc.Base.usuari   
com.uoc.tfc.LN.dao.manteniment   
com.uoc.tfc.UI.struts.action.common   
com.uoc.tfc.UI.struts.form.manteniment   
com.uoc.tfc.UI.struts.form.matricula   
com.uoc.tfc.UI.struts.form.notificacio   
com.uoc.tfc.UI.struts.form.usuari   
 

Uses of Curs in com.uoc.tfc.Base.manteniment
 

Methods in com.uoc.tfc.Base.manteniment that return Curs
 Curs CursAssignatura.getIdCurs()
          Getter idCurs
 Curs Aula.getIdCurs()
          Getter idCurs
 Curs Curs.getIdCursPrevi()
          Getter idCursPrevi
 

Methods in com.uoc.tfc.Base.manteniment with parameters of type Curs
 void CursAssignatura.setIdCurs(Curs idCurs)
          Setter idCurs
 void Aula.setIdCurs(Curs idCurs)
          Setter idCurs
 void Curs.setIdCursPrevi(Curs idCursPrevi)
          Setter idCursPrevi
 

Uses of Curs in com.uoc.tfc.Base.matricula
 

Methods in com.uoc.tfc.Base.matricula that return Curs
 Curs Matricula.getIdCurs()
          Getter idCurs
 

Methods in com.uoc.tfc.Base.matricula with parameters of type Curs
 void Matricula.setIdCurs(Curs idCurs)
          Setter idCurs
 

Uses of Curs in com.uoc.tfc.Base.notificacio
 

Methods in com.uoc.tfc.Base.notificacio that return Curs
 Curs NotificacioCurs.getIdCurs()
          Getter idCurs
 

Methods in com.uoc.tfc.Base.notificacio with parameters of type Curs
 void NotificacioCurs.setIdCurs(Curs idCurs)
          Setter idCurs
 

Uses of Curs in com.uoc.tfc.Base.usuari
 

Methods in com.uoc.tfc.Base.usuari that return Curs
 Curs UsuariAlumne.getIdCursInici()
          Getter idCursInici
 

Methods in com.uoc.tfc.Base.usuari with parameters of type Curs
 void UsuariAlumne.setIdCursInici(Curs idCursInici)
          Setter idCursInici
 

Uses of Curs in com.uoc.tfc.LN.dao.manteniment
 

Methods in com.uoc.tfc.LN.dao.manteniment that return Curs
 Curs[] ICursDAO.findCurs(java.util.HashMap p_parametres)
          Cerca dels cursos passant-li paràmetres de criteri de cerca
 Curs[] CursDAO.findCurs(java.util.HashMap p_parametres)
          Cerca dels cursos passant-li paràmetres de criteri de cerca
 Curs ICursDAO.gravar(Curs p_usuari)
          Gravar curs
 Curs CursDAO.gravar(Curs p_curs)
          Gravar curs
 

Methods in com.uoc.tfc.LN.dao.manteniment with parameters of type Curs
 void ICursDAO.esborrar(Curs p_usuari)
          Esborrar curs
 void CursDAO.esborrar(Curs p_curs)
          Esborrar curs
 Curs ICursDAO.gravar(Curs p_usuari)
          Gravar curs
 Curs CursDAO.gravar(Curs p_curs)
          Gravar curs
 

Uses of Curs in com.uoc.tfc.UI.struts.action.common
 

Methods in com.uoc.tfc.UI.struts.action.common that return Curs
static Curs[] HelperUI.recuperaCursos(java.util.HashMap p_parametres)
          Recuperem els cursos de la base de dades
 

Uses of Curs in com.uoc.tfc.UI.struts.form.manteniment
 

Methods in com.uoc.tfc.UI.struts.form.manteniment that return Curs
 Curs EditCursForm.getCurs()
          Getter curs
 Curs[] CercaCursForm.getCursos()
          Getter cursos
 Curs EditAulaForm.getIdCurs()
          Getter idCurs
 

Methods in com.uoc.tfc.UI.struts.form.manteniment that return types with arguments of type Curs
 java.util.ArrayList<Curs> EditAulaForm.getCursos()
          Getter ArrayList cursos
 java.util.ArrayList<Curs> CercaAulaForm.getCursos()
          Getter arrayList cursos
 java.util.ArrayList<Curs> EditCursForm.getCursosPrevis()
          Getter cursos previs
 

Methods in com.uoc.tfc.UI.struts.form.manteniment with parameters of type Curs
 void EditCursForm.setCurs(Curs curs)
          Setter curs
 void CercaCursForm.setCursos(Curs[] cursos)
          Setter cursos
 void EditAulaForm.setIdCurs(Curs idCurs)
          Setter idCurs
 

Method parameters in com.uoc.tfc.UI.struts.form.manteniment with type arguments of type Curs
 void EditAulaForm.setCursos(java.util.ArrayList<Curs> cursos)
          Setter ArrayList de cursos
 void CercaAulaForm.setCursos(java.util.ArrayList<Curs> cursos)
          Setter arrayList cursos
 void EditCursForm.setCursosPrevis(java.util.ArrayList<Curs> cursos)
          Setter cursos previs
 

Uses of Curs in com.uoc.tfc.UI.struts.form.matricula
 

Methods in com.uoc.tfc.UI.struts.form.matricula that return types with arguments of type Curs
 java.util.ArrayList<Curs> EditMatriculaForm.getCursos()
          Getter arrayList cursos
 

Method parameters in com.uoc.tfc.UI.struts.form.matricula with type arguments of type Curs
 void EditMatriculaForm.setCursos(java.util.ArrayList<Curs> cursos)
          Setter arrayList cursos
 

Uses of Curs in com.uoc.tfc.UI.struts.form.notificacio
 

Methods in com.uoc.tfc.UI.struts.form.notificacio that return Curs
 Curs EditNotificacioForm.getIdCurs()
          Getter idCurs
 

Methods in com.uoc.tfc.UI.struts.form.notificacio that return types with arguments of type Curs
 java.util.ArrayList<Curs> EditNotificacioForm.getCursos()
          Getter arrayList de cursos
 

Methods in com.uoc.tfc.UI.struts.form.notificacio with parameters of type Curs
 void EditNotificacioForm.setidCurs(Curs idCurs)
          Setter idCurs
 

Method parameters in com.uoc.tfc.UI.struts.form.notificacio with type arguments of type Curs
 void EditNotificacioForm.setCursos(java.util.ArrayList<Curs> cursos)
          Setter de cursos
 

Uses of Curs in com.uoc.tfc.UI.struts.form.usuari
 

Methods in com.uoc.tfc.UI.struts.form.usuari that return Curs
 Curs EditUsuariForm.getIdCursInici()
          Getter curs inici
 

Methods in com.uoc.tfc.UI.struts.form.usuari that return types with arguments of type Curs
 java.util.ArrayList<Curs> EditUsuariForm.getCursos()
          Getter arrayList cursos
 

Methods in com.uoc.tfc.UI.struts.form.usuari with parameters of type Curs
 void EditUsuariForm.setIdCursInici(Curs idCursInici)
          Setter idCursInici
 

Method parameters in com.uoc.tfc.UI.struts.form.usuari with type arguments of type Curs
 void EditUsuariForm.setCursos(java.util.ArrayList<Curs> cursos)
          Setter arrayList cursos