19 package org.turro.students.wrappers;
21 import org.turro.auth.Authentication;
22 import org.turro.i18n.I_;
23 import org.turro.jpa.Dao;
24 import org.turro.jpa.entity.DaoEntity;
25 import org.turro.plugin.contacts.IContact;
26 import org.turro.students.db.StudentsPU;
27 import org.turro.students.entities.Challenge;
49 return I_.
get(
"Challenge");
54 return entity.getQuestion();
55 }
catch(Exception ex) {
62 return contact !=
null && contact.
isValid() && contact.
getId().equals(
entity.getIdChallenger());
static IContact getIContact()
static String get(String msg)
ChallengeWrapper(Challenge entity)