예제 #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
 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
 def __init__(self): 
     CommonData.__init__(self)  # some share variable can get
     self.vote = None
     self.vote_svc =  __spring__.getBean("voteService")
예제 #4
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