Example #1
0
 def regulamentoMestradoConceito(self, obj):
     if obj.id in self.listaIdsIrregConceitoBolsa:
         return htmlIconFalse()
     else:
         return htmlIconTrue()
Example #2
0
 def disponibilidade(self, obj):
     if obj.aluno == None or obj.aluno == "":
         return htmlIconTrue()
     else:
         return htmlIconFalse()
Example #3
0
 def regulamentoCargaHr(self, obj):
     if obj.id in self.listaIdsIrregCargaHrBolsa:
         return htmlIconFalse()
     else:
         return htmlIconTrue()
Example #4
0
 def regulamentoArtigo(self, obj):
     if obj.artigo:
         return htmlIconTrue()
     else: return htmlIconFalse()
Example #5
0
 def regulamentoQualificacao(self, obj):
     if obj.qualificacao:
         return htmlIconTrue()
     else: return htmlIconFalse()
Example #6
0
 def regulamentoProficiencia(self, obj):
     if obj.proficiencia:
         return htmlIconTrue()
     else: return htmlIconFalse()
Example #7
0
 def regulamentoCHBasico(self, obj):
     if obj in self.listaIdsIrregCHBasico:
         return htmlIconFalse()
     else: return htmlIconTrue()
Example #8
0
 def regulamentoCRA(self, obj):
     if obj in self.listaIdsIrregCRA:
         return htmlIconFalse()
     else: return htmlIconTrue()
Example #9
0
 def regulamentoAbandono(self, obj):
     if obj.id in self.listaIdsIrregAbandono:
         return htmlIconFalse()
     else:
         return htmlIconTrue()
Example #10
0
 def regulamentoMestradoCra(self, obj):
     if obj.id in self.listaIdsIrregCra:
         return htmlIconFalse()
     else:
         return htmlIconTrue()