Ejemplo n.º 1
0
 def super_engineer(self):
     if not self.groups_entity:
         return []
     return stripStringToList(self.groups_entity.super_engineer)
Ejemplo n.º 2
0
 def contractor(self):
     return stripStringToList(self.groups_entity.contractor)
Ejemplo n.º 3
0
 def super_firmware(self):
     return stripStringToList(self.groups_entity.super_firmware)
Ejemplo n.º 4
0
 def token_maker(self):
     return stripStringToList(self.groups_entity.token_maker)
Ejemplo n.º 5
0
 def shipping(self):
     return stripStringToList(self.groups_entity.shipping)
Ejemplo n.º 6
0
 def settings_moderator(self):
     return stripStringToList(self.groups_entity.settings_moderator)
Ejemplo n.º 7
0
 def hardware(self):
     return stripStringToList(self.groups_entity.hardware)
Ejemplo n.º 8
0
 def firmware(self):
     return stripStringToList(self.groups_entity.firmware)
Ejemplo n.º 9
0
 def software(self):
     return stripStringToList(self.groups_entity.software)
Ejemplo n.º 10
0
 def customer_experience(self):
     return stripStringToList(self.groups_entity.customer_experience)