Esempio n. 1
0
 def _process_args(self):
     self.object_type, self.event, self.object = get_object_from_args()
     if self.object is None:
         raise NotFound
Esempio n. 2
0
 def _process_args(self):
     RHManageEventBase._process_args(self)
     self.obj = get_object_from_args()[2]
     if self.obj is None:
         raise NotFound
Esempio n. 3
0
 def _checkParams(self, params):
     RHConferenceModifBase._checkParams(self, params)
     self.obj = get_object_from_args()[2]
     if self.obj is None:
         raise NotFound
Esempio n. 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
Esempio n. 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
Esempio n. 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
Esempio n. 7
0
 def _checkParams(self):
     self.object_type, self.event, self.object = get_object_from_args()
     if self.object is None:
         raise NotFound
Esempio n. 8
0
 def _checkParams(self):
     self.object_type, self.event_new, self.object = get_object_from_args()
     if self.object is None:
         raise NotFound
Esempio n. 9
0
 def _process_args(self):
     RHManageEventBase._process_args(self)
     self.obj = get_object_from_args()[2]
     if self.obj is None:
         raise NotFound
Esempio n. 10
0
 def _checkParams(self, params):
     RHManageEventBase._checkParams(self, params)
     self.obj = get_object_from_args()[2]
     if self.obj is None:
         raise NotFound