Class Zend_Gdata_Gbase_Query

Description

Assists in constructing queries for Google Base

Located in /Gdata/Gbase/Query.php (line 40)

Zend_Gdata_Query
   |
   --Zend_Gdata_Gbase_Query
Direct descendents
Class Description
 class Zend_Gdata_Gbase_SnippetQuery Assists in constructing queries for Google Base Snippets Feed
 class Zend_Gdata_Gbase_ItemQuery Assists in constructing queries for Google Base Customer Items Feed
Class Constant Summary
 GBASE_ITEM_FEED_URI = 'http://www.google.com/base/feeds/items'
 GBASE_SNIPPET_FEED_URI = 'http://www.google.com/base/feeds/snippets'
Variable Summary
Method Summary
 string getAdjust ()
 string getBq ()
 string getContent ()
 string getCrowdBy ()
 string getKey ()
 string getOrderBy ()
 string getRefine ()
 string getSortOrder ()
 Zend_Gdata_Gbase_Query setKey (string $value)
Variables
string $_defaultFeedUri = self::GBASE_ITEM_FEED_URI (line 58)

The default URI for POST methods

  • access: protected

Redefinition of:
Zend_Gdata_Query::$_defaultFeedUri
Default URL

Redefined in descendants as:

Inherited Variables

Inherited from Zend_Gdata_Query

Zend_Gdata_Query::$_category
Zend_Gdata_Query::$_params
Zend_Gdata_Query::$_url
Methods
getAdjust (line 259)
  • return: adjust
  • access: public
string getAdjust ()
getBq (line 187)
  • return: bq
  • access: public
string getBq ()
getContent (line 211)
  • return: content
  • access: public
string getContent ()
getCrowdBy (line 247)
  • return: crowdby
  • access: public
string getCrowdBy ()
getKey (line 175)
  • return: key
  • access: public
string getKey ()
getOrderBy (line 223)
  • return: orderby
  • access: public
string getOrderBy ()
getRefine (line 199)
  • return: refine
  • access: public
string getRefine ()
getSortOrder (line 235)
  • return: sortorder
  • access: public
string getSortOrder ()
setAdjust (line 162)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Gbase_ItemQuery setAdjust (string $value)
  • string $value
setBq (line 78)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Gbase_ItemQuery setBq (string $value)
  • string $value
setContent (line 106)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Gbase_ItemQuery setContent (string $value)
  • string $value
setCrowdBy (line 148)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Gbase_ItemQuery setCrowdBy (string $value)
  • string $value
setKey (line 64)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Gbase_Query setKey (string $value)
  • string $value
setOrderBy (line 120)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Gbase_ItemQuery setOrderBy (string $value)
  • string $value
setRefine (line 92)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Gbase_ItemQuery setRefine (string $value)
  • string $value
setSortOrder (line 134)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Gbase_ItemQuery setSortOrder (string $value)
  • string $value

Inherited Methods

Inherited From Zend_Gdata_Query

 Zend_Gdata_Query::__construct()
 Zend_Gdata_Query::getAlt()
 Zend_Gdata_Query::getAuthor()
 Zend_Gdata_Query::getCategory()
 Zend_Gdata_Query::getMaxResults()
 Zend_Gdata_Query::getParam()
 Zend_Gdata_Query::getPublishedMax()
 Zend_Gdata_Query::getPublishedMin()
 Zend_Gdata_Query::getQuery()
 Zend_Gdata_Query::getQueryString()
 Zend_Gdata_Query::getQueryUrl()
 Zend_Gdata_Query::getStartIndex()
 Zend_Gdata_Query::getUpdatedMax()
 Zend_Gdata_Query::getUpdatedMin()
 Zend_Gdata_Query::resetParameters()
 Zend_Gdata_Query::setAlt()
 Zend_Gdata_Query::setAuthor()
 Zend_Gdata_Query::setCategory()
 Zend_Gdata_Query::setMaxResults()
 Zend_Gdata_Query::setParam()
 Zend_Gdata_Query::setPublishedMax()
 Zend_Gdata_Query::setPublishedMin()
 Zend_Gdata_Query::setQuery()
 Zend_Gdata_Query::setStartIndex()
 Zend_Gdata_Query::setUpdatedMax()
 Zend_Gdata_Query::setUpdatedMin()
 Zend_Gdata_Query::__get()
 Zend_Gdata_Query::__set()
Class Constants
GBASE_ITEM_FEED_URI = 'http://www.google.com/base/feeds/items' (line 46)

Path to the customer items feeds on the Google Base server.

GBASE_SNIPPET_FEED_URI = 'http://www.google.com/base/feeds/snippets' (line 51)

Path to the snippets feeds on the Google Base server.

Documentation generated on Mon, 21 Jun 2010 15:40:37 -0400 by phpDocumentor 1.4.3