コード例 #1
0
 def __init__(self):
     CommonData.__init__(self)
     self.pfService = __spring__.getBean("pageFrameService")
     self.questionAnswerService = __spring__.getBean(
         "questionAnswerService")
     self.pageFrameService = __spring__.getBean("pageFrameService")
     self.questionId = 0
コード例 #2
0
ファイル: show_topic.py プロジェクト: yxxcrtd/jitar2.0
 def __init__(self):
     CommonData.__init__(self)
     self.topic_svc = __spring__.getBean("plugInTopicService")
     self.AuthorityCheck_svc = __spring__.getBean(
         "pluginAuthorityCheckService")
     self.plugInTopicId = 0
     self.plugInTopic = None
コード例 #3
0
ファイル: showresult.py プロジェクト: yxxcrtd/jitar2.0
 def __init__(self): 
     CommonData.__init__(self)  # some share variable can get
     self.vote = None
     self.vote_svc =  __spring__.getBean("voteService")
コード例 #4
0
ファイル: editform.py プロジェクト: yxxcrtd/jitar2.0
 def __init__(self):
     CommonData.__init__(self)  # some share variable can get
     self.question = None
コード例 #5
0
 def __init__(self):        
     CommonData.__init__(self)  # some share variable can get
     self.calendar_svc = __spring__.getBean("calendarService")
     self.AuthorityCheck_svc = __spring__.getBean("pluginAuthorityCheckService")
     self.user_svc = __jitar__.userService
     self.calendars = None
コード例 #6
0
 def __init__(self):        
     CommonData.__init__(self)  # some share variable can get
     self.questionAnswerService = __spring__.getBean("questionAnswerService")
     self.AuthorityCheck_svc = __spring__.getBean("pluginAuthorityCheckService")
     self.vote = None
コード例 #7
0
 def __init__(self):        
     CommonData.__init__(self)  # some share variable can get
コード例 #8
0
 def __init__(self):
     CommonData.__init__(self)
コード例 #9
0
 def __init__(self):
     CommonData.__init__(self)  # some share variable can get
     self.plugInTopicService = __spring__.getBean("plugInTopicService")
     self.pluginAuthorityCheckService = __spring__.getBean(
         "pluginAuthorityCheckService")
     self.vote = None
コード例 #10
0
 def __init__(self):
     CommonData.__init__(self)  # some share variable can get
     self.questionAnswerService = __spring__.getBean(
         "questionAnswerService")
コード例 #11
0
ファイル: showMsg.py プロジェクト: yxxcrtd/jitar2.0
 def __init__(self):        
     CommonData.__init__(self)  # some share variable can get
     self.calendar_svc = __spring__.getBean("calendarService")
コード例 #12
0
ファイル: listall.py プロジェクト: yxxcrtd/jitar2.0
 def __init__(self):        
     CommonData.__init__(self) 
     self.topic_svc = __spring__.getBean("plugInTopicService")
コード例 #13
0
 def __init__(self):
     CommonData.__init__(self)
     self.questionId = 0
     self.question = None