예제 #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