◆ getAllowedRoots()
static String org.turro.students.ChallengeContext.getAllowedRoots |
( |
IConstructor |
constructor | ) |
|
|
static |
Definition at line 56 of file ChallengeContext.java.
static String getChallengeContextAttribute(String attribute, String defaultValue)
◆ getAllowNew()
static boolean org.turro.students.ChallengeContext.getAllowNew |
( |
IConstructor |
constructor | ) |
|
|
static |
Definition at line 51 of file ChallengeContext.java.
53 return Strings.isBlank(challengeRoles) ? false : constructor.isInRole(challengeRoles);
◆ getAttribute() [1/2]
String org.turro.students.ChallengeContext.getAttribute |
( |
String |
attribute | ) |
|
◆ getAttribute() [2/2]
String org.turro.students.ChallengeContext.getAttribute |
( |
String |
attribute, |
|
|
String |
defaultValue |
|
) |
| |
◆ getChallengeContextAttribute()
static String org.turro.students.ChallengeContext.getChallengeContextAttribute |
( |
String |
attribute, |
|
|
String |
defaultValue |
|
) |
| |
|
static |
Definition at line 47 of file ChallengeContext.java.
48 return ElephantProperties.getContextProperty(CHALLENGE_CONTEXT, attribute, defaultValue);
◆ getDossierCategories()
static String org.turro.students.ChallengeContext.getDossierCategories |
( |
IConstructor |
constructor | ) |
|
|
static |
◆ getTalentCategories()
Definition at line 60 of file ChallengeContext.java.
61 return SqlClause.select(
"tc").from(
"TalentCategory tc")
62 .dao(
new StudentsPU()).resultList(TalentCategory.class);
The documentation for this class was generated from the following file: