示例#1
0
 def __init__(self, account_id, owner_id, uname, domain, ou):
     """
     HIHCerebrumUser constructor
     
     @param account_id: Cerebrum id
     @type account_id: int
     @param owner_id: Cerebrum owner id
     @type owner_id: int
     @param uname: Cerebrum account name
     @type uname: str
     """
     CerebrumUser.__init__(self, account_id, owner_id, uname, domain, ou)
     self.contact_mobile_phone = ""
     self.contact_phone = ""
示例#2
0
 def __init__(self, account_id, owner_id, uname, domain, ou):
     """
     HIHCerebrumUser constructor
     
     @param account_id: Cerebrum id
     @type account_id: int
     @param owner_id: Cerebrum owner id
     @type owner_id: int
     @param uname: Cerebrum account name
     @type uname: str
     """
     CerebrumUser.__init__(self, account_id, owner_id, uname, domain, ou)
     self.contact_mobile_phone = ""
     self.contact_phone = ""
示例#3
0
 def __init__(self, account_id, owner_id, uname, domain, ou):
     """NIHCerebrumUser constructor"""
     CerebrumUser.__init__(self, account_id, owner_id, uname, domain, ou)
     self.aff_status = None
     self.exchange_homemdb = None
示例#4
0
 def __init__(self, account_id, owner_id, uname, domain, ou):
     """NIHCerebrumUser constructor"""
     CerebrumUser.__init__(self, account_id, owner_id, uname, domain, ou)
     self.aff_status = None
     self.exchange_homemdb = None