Пример #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
 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