コード例 #1
0
 def __init__(self):
     CreateUser.__init__(self)
     self.manager = Manager()
     self.imports = ImportsUser()
     self.email = UserEmailAddress()
     self.key = UserKeyAddress()
     self.direct_report = UserDirectReportAddress()
コード例 #2
0
 def __init__(self):
     CreateUser.__init__(self)
     self.manager = Manager()
     self.imports = ImportsUser()
     self.email = UserEmailAddress()
     self.key = UserKeyAddress()
     self.direct_report = UserDirectReportAddress()
     # TODO: Find out where transaction types are being registered to the
     #   transaction processor. I added this here as I couldn't figure out
     #   where the registration happens. Finding this out will also help us
     #   clear this file of this singleton.
     self.delete = DeleteUser()
コード例 #3
0
 def __init__(self):
     CreateUser.__init__(self)
     self.manager = Manager()
コード例 #4
0
 def __init__(self):
     CreateUser.__init__(self)
     self.manager = Manager()
     self.imports = ImportsUser()