Subversion Repositories WebE

Compare Revisions

Last modification

Ignore whitespace Rev 34 → Rev 33

/trunk/src/ch/ffhs/webE/dao/TermDAOImpl.java
31,13 → 31,13
Transaction transaction;
 
/**
* Returns a list of all terms
* Creates a list of all terms
*
* @return an ArrayList with all the terms - in case of a problem, an empty
* @return an ArrayList with all the users - in case of a problem, an empty
* list is returned
*/
@SuppressWarnings("unchecked")
public List<Term> getTerms()
public List<Term> listTerm()
{
List<Term> term = null;
try