Example #1
0
 def validate_call_timing(self, call_timing):
   Validator.required(call_timing)
   Validator.choice_not_null(call_timing)
Example #2
0
 def validate_interview_timing(self, interview_timing):
   Validator.required(interview_timing)
   Validator.choice_not_null(interview_timing)
Example #3
0
 def validate_fond_interest_level(self, fond_interest_level):
   Validator.required(fond_interest_level)
   Validator.choice_not_null(fond_interest_level)
Example #4
0
 def validate_offer_timing(self, offer_timing):
   Validator.required(offer_timing)
   Validator.choice_not_null(offer_timing)
Example #5
0
 def validate_forme_cool_level(self, forme_cool_level):
   Validator.required(forme_cool_level)
   Validator.choice_not_null(forme_cool_level)
Example #6
0
 def validate_fond_painful_level(self, fond_painful_level):
   Validator.required(fond_painful_level)
   Validator.choice_not_null(fond_painful_level)
Example #7
0
 def validate_employed(self, employed):
   Validator.required(employed)
   Validator.choice_not_null(employed)
Example #8
0
 def validate_fond_already(self, fond_already):
   Validator.required(fond_already)
   Validator.choice_not_null(fond_already)
Example #9
0
 def validate_search(self, search):
   Validator.required(search)
   Validator.choice_not_null(search)
Example #10
0
 def validate_diploma_level(self, diploma_level):
   Validator.required(diploma_level)
   Validator.choice_not_null(diploma_level)
Example #11
0
 def validate_rem(self, rem):
   Validator.required(rem)
   Validator.choice_not_null(rem)
Example #12
0
 def validate_function(self, function):
   Validator.required(function)
   Validator.choice_not_null(function)
Example #13
0
 def validate_sector(self, sector):
   Validator.required(sector)
   Validator.choice_not_null(sector)
Example #14
0
 def validate_status(self, status):
   Validator.required(status)
   Validator.choice_not_null(status)
Example #15
0
 def validate_feat_3(self, feat_3):
   Validator.required(feat_3)
   Validator.choice_not_null(feat_3)