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