/**
  * Get Feed Submission Count
  * returns the number of feeds matching all of the specified criteria
  *
  * @see http://docs.amazonwebservices.com/${docPath}GetFeedSubmissionCount.html
  * @param mixed $request array of parameters for MarketplaceWebService_Model_GetFeedSubmissionCountRequest request
  * or MarketplaceWebService_Model_GetFeedSubmissionCountRequest object itself
  * @see MarketplaceWebService_Model_GetFeedSubmissionCount
  * @return MarketplaceWebService_Model_GetFeedSubmissionCountResponse MarketplaceWebService_Model_GetFeedSubmissionCountResponse
  *
  * @throws MarketplaceWebService_Exception
  */
 public function getFeedSubmissionCount($request)
 {
     if (!$request instanceof MarketplaceWebService_Model_GetFeedSubmissionCountRequest) {
         require_once dirname(__FILE__) . '/Model/GetFeedSubmissionCountRequest.php';
         $request = new MarketplaceWebService_Model_GetFeedSubmissionCountRequest($request);
     }
     require_once dirname(__FILE__) . '/Model/GetFeedSubmissionCountResponse.php';
     $httpResponse = $this->invoke($this->convertGetFeedSubmissionCount($request));
     $response = MarketplaceWebService_Model_GetFeedSubmissionCountResponse::fromXML($httpResponse['ResponseBody']);
     $response->setResponseHeaderMetadata($httpResponse['ResponseHeaderMetadata']);
     return $response;
 }
示例#2
0
 /**
  * Get Feed Submission Count 
  * returns the number of feeds matching all of the specified criteria
  *   
  * @see http://docs.amazonwebservices.com/${docPath}GetFeedSubmissionCount.html      
  * @param mixed $request array of parameters for MarketplaceWebService_Model_GetFeedSubmissionCount request or MarketplaceWebService_Model_GetFeedSubmissionCount object itself
  * @see MarketplaceWebService_Model_GetFeedSubmissionCount
  * @return MarketplaceWebService_Model_GetFeedSubmissionCountResponse MarketplaceWebService_Model_GetFeedSubmissionCountResponse
  *
  * @throws MarketplaceWebService_Exception
  */
 public function getFeedSubmissionCount($request)
 {
     //// require_once ('MarketplaceWebService/Model/GetFeedSubmissionCountResponse.php');
     return MarketplaceWebService_Model_GetFeedSubmissionCountResponse::fromXML($this->invoke('GetFeedSubmissionCount'));
 }
示例#3
0
 /**
  * Get Feed Submission Count
  * returns the number of feeds matching all of the specified criteria
  *
  * @see http://docs.amazonwebservices.com/${docPath}GetFeedSubmissionCount.html
  * @param mixed $request array of parameters for MarketplaceWebService_Model_GetFeedSubmissionCountRequest request
  * or MarketplaceWebService_Model_GetFeedSubmissionCountRequest object itself
  * @see MarketplaceWebService_Model_GetFeedSubmissionCount
  * @return MarketplaceWebService_Model_GetFeedSubmissionCountResponse MarketplaceWebService_Model_GetFeedSubmissionCountResponse
  *
  * @throws MarketplaceWebService_Exception
  */
 public function getFeedSubmissionCount($request)
 {
     if (!$request instanceof MarketplaceWebService_Model_GetFeedSubmissionCountRequest) {
         //require_once ('MarketplaceWebService/Model/GetFeedSubmissionCountRequest.php');
         $request = new MarketplaceWebService_Model_GetFeedSubmissionCountRequest($request);
     }
     //require_once ('MarketplaceWebService/Model/GetFeedSubmissionCountResponse.php');
     return MarketplaceWebService_Model_GetFeedSubmissionCountResponse::fromXML($this->invoke($this->convertGetFeedSubmissionCount($request)));
 }
示例#4
0
文件: Mock.php 项目: stephlanj/mws
 /**
  * Get Feed Submission Count
  * returns the number of feeds matching all of the specified criteria
  *
  * @see http://docs.amazonwebservices.com/${docPath}GetFeedSubmissionCount.html
  * @param mixed $request array of parameters for MarketplaceWebService_Model_GetFeedSubmissionCount request or MarketplaceWebService_Model_GetFeedSubmissionCount object itself
  * @see MarketplaceWebService_Model_GetFeedSubmissionCount
  * @return MarketplaceWebService_Model_GetFeedSubmissionCountResponse MarketplaceWebService_Model_GetFeedSubmissionCountResponse
  *
  * @throws MarketplaceWebService_Exception
  */
 public function getFeedSubmissionCount($request)
 {
     return MarketplaceWebService_Model_GetFeedSubmissionCountResponse::fromXML($this->invoke('GetFeedSubmissionCount'));
 }
示例#5
0
 /**
  * Get Feed Submission Count
  * returns the number of feeds matching all of the specified criteria
  *
  * @see http://docs.amazonwebservices.com/${docPath}GetFeedSubmissionCount.html
  * @param mixed $request array of parameters for MarketplaceWebService_Model_GetFeedSubmissionCount request or MarketplaceWebService_Model_GetFeedSubmissionCount object itself
  * @see MarketplaceWebService_Model_GetFeedSubmissionCount
  * @return MarketplaceWebService_Model_GetFeedSubmissionCountResponse MarketplaceWebService_Model_GetFeedSubmissionCountResponse
  *
  * @throws MarketplaceWebService_Exception
  */
 public function getFeedSubmissionCount($request)
 {
     require_once dirname(__FILE__) . '/Model/GetFeedSubmissionCountResponse.php';
     return MarketplaceWebService_Model_GetFeedSubmissionCountResponse::fromXML($this->invoke('GetFeedSubmissionCount'));
 }
示例#6
0
 /**
  * Get Feed Submission Count
  * returns the number of feeds matching all of the specified criteria
  *
  * @see http://docs.amazonwebservices.com/${docPath}GetFeedSubmissionCount.html
  * @param mixed $request array of parameters for MarketplaceWebService_Model_GetFeedSubmissionCountRequest request
  * or MarketplaceWebService_Model_GetFeedSubmissionCountRequest object itself
  * @see MarketplaceWebService_Model_GetFeedSubmissionCount
  * @return MarketplaceWebService_Model_GetFeedSubmissionCountResponse MarketplaceWebService_Model_GetFeedSubmissionCountResponse
  *
  * @throws MarketplaceWebService_Exception
  */
 public function getFeedSubmissionCount($request)
 {
     if (!$request instanceof MarketplaceWebService_Model_GetFeedSubmissionCountRequest) {
         $request = new MarketplaceWebService_Model_GetFeedSubmissionCountRequest($request);
     }
     return MarketplaceWebService_Model_GetFeedSubmissionCountResponse::fromXML($this->invoke($this->convertGetFeedSubmissionCount($request)));
 }