/**
  * @see lib/WebServices/WebServices_SoapRequestorAbsract::validate()
  */
 protected function validate()
 {
     if (empty($this->exchange)) {
         return 'The exchange value is not specified.';
     }
     return parent::validate();
 }
 /**
  * @see lib/WebServices/WebServices_SoapRequestorAbsract::validate()
  */
 protected function validate()
 {
     if (empty($this->storyIDs)) {
         return 'No story ID is specified.';
     }
     return parent::validate();
 }
Beispiel #3
0
 /**
  * @see lib/WebServices/WebServices_SoapRequestorAbsract::validate()
  */
 protected function validate()
 {
     if (empty($this->rics)) {
         return 'The RIC value is not specified.';
     }
     return parent::validate();
 }
Beispiel #4
0
 /**
  * @see lib/WebServices/SoapRequestorAbstract::validate()
  */
 protected function validate()
 {
     if (empty($this->topic)) {
         return 'The topic value is not specified.';
     }
     return parent::validate();
 }
 /**
  * @see lib/WebServices/WebServices_SoapRequestorAbsract::validate()
  */
 protected function validate()
 {
     if (empty($this->effectiveUsername)) {
         return 'The effective user name value is not specified.';
     }
     if (empty($this->userType)) {
         return 'The user type value is not specified.';
     }
     return parent::validate();
 }
Beispiel #6
0
 /**
  * @see lib/WebServices/WebServices_SoapRequestorAbsract::validate()
  */
 protected function validate()
 {
     if (empty($this->symbol1)) {
         return 'The Symbol 1 value is not specified.';
     }
     if (empty($this->symbol2)) {
         return 'The Symbol 2 value is not specified.';
     }
     if (empty($this->rangeFirst)) {
         return 'The Range First value is not specified.';
     }
     if (empty($this->rangeLast)) {
         return 'The Range Last value is not specified.';
     }
     return parent::validate();
 }
 /**
  * @see lib/WebServices/WebServices_SoapRequestorAbsract::validate()
  */
 protected function validate()
 {
     if (empty($this->symbol)) {
         return 'The symbol value is not specified.';
     }
     if (empty($this->interval)) {
         return 'The interval value is not specified.';
     }
     if (empty($this->startTime)) {
         return 'The start time value is not specified.';
     }
     if (empty($this->endTime)) {
         return 'The end time value is not specified.';
     }
     return parent::validate();
 }