示例#1
0
 def _process_args(self):
     self.object_type, self.event, self.object = get_object_from_args()
     if self.object is None:
         raise NotFound
示例#2
0
 def _process_args(self):
     RHManageEventBase._process_args(self)
     self.obj = get_object_from_args()[2]
     if self.obj is None:
         raise NotFound
示例#3
0
 def _checkParams(self, params):
     RHConferenceModifBase._checkParams(self, params)
     self.obj = get_object_from_args()[2]
     if self.obj is None:
         raise NotFound
示例#4
0
 def _checkParams(self, params):
     RHConferenceBase._checkParams(self, params)
     self.object_type, self.base_object, self.object = get_object_from_args()
     if self.object is None:
         raise NotFound
示例#5
0
文件: event.py 项目: qroques/indico
 def _process_args(self):
     RHEventBase._process_args(self)
     self.object_type, self.base_object, self.object = get_object_from_args()
     if self.object is None:
         raise NotFound
示例#6
0
 def _checkParams(self, params):
     RHConferenceBase._checkParams(self, params)
     self.object_type, self.base_object, self.object = get_object_from_args(
     )
     if self.object is None:
         raise NotFound
示例#7
0
 def _checkParams(self):
     self.object_type, self.event, self.object = get_object_from_args()
     if self.object is None:
         raise NotFound
示例#8
0
 def _checkParams(self):
     self.object_type, self.event_new, self.object = get_object_from_args()
     if self.object is None:
         raise NotFound
示例#9
0
 def _process_args(self):
     RHManageEventBase._process_args(self)
     self.obj = get_object_from_args()[2]
     if self.obj is None:
         raise NotFound
示例#10
0
 def _checkParams(self, params):
     RHManageEventBase._checkParams(self, params)
     self.obj = get_object_from_args()[2]
     if self.obj is None:
         raise NotFound