◆ ChallengeWrapper()
org.turro.students.wrappers.ChallengeWrapper.ChallengeWrapper |
( |
Challenge |
entity | ) |
|
◆ createDao()
Dao org.turro.students.wrappers.ChallengeWrapper.createDao |
( |
| ) |
|
|
protected |
◆ getSelfLabel()
String org.turro.students.wrappers.ChallengeWrapper.getSelfLabel |
( |
| ) |
|
◆ getTabLabel()
String org.turro.students.wrappers.ChallengeWrapper.getTabLabel |
( |
| ) |
|
◆ getTooltiptext()
String org.turro.students.wrappers.ChallengeWrapper.getTooltiptext |
( |
| ) |
|
◆ isAuthor()
boolean org.turro.students.wrappers.ChallengeWrapper.isAuthor |
( |
| ) |
|
Definition at line 60 of file ChallengeWrapper.java.
61 IContact contact = Authentication.getIContact();
62 return contact !=
null && contact.isValid() && contact.getId().equals(
entity.getIdChallenger());
◆ shouldLog()
boolean org.turro.students.wrappers.ChallengeWrapper.shouldLog |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: