Zend Framework  1.12
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Zend_Gdata_Spreadsheets_DocumentQuery Class Reference

Public Member Functions

 __construct ()
 Constructs a new Zend_Gdata_Spreadsheets_DocumentQuery object.
 
 setSpreadsheetKey ($value)
 Sets the spreadsheet key for this query.
 
 getSpreadsheetKey ()
 Gets the spreadsheet key for this query.
 
 setWorksheetId ($value)
 Sets the worksheet id for this query.
 
 getWorksheetId ()
 Gets the worksheet id for this query.
 
 setDocumentType ($value)
 Sets the document type for this query.
 
 getDocumentType ()
 Gets the document type for this query.
 
 setProjection ($value)
 Sets the projection for this query.
 
 setVisibility ($value)
 Sets the visibility for this query.
 
 getProjection ()
 Gets the projection for this query.
 
 getVisibility ()
 Gets the visibility for this query.
 
 setTitle ($value)
 Sets the title attribute for this query.
 
 setTitleExact ($value)
 Sets the title-exact attribute for this query.
 
 getTitle ()
 Gets the title attribute for this query.
 
 getTitleExact ()
 Gets the title-exact attribute for this query.
 
 getQueryUrl ()
 Gets the full query URL for this query.
 
 getQueryString ()
 Gets the attribute query string for this query.
 
- Public Member Functions inherited from Zend_Gdata_Query
 __construct ($url=null)
 Create Gdata_Query object.
 
 getQueryString ()
 
 resetParameters ()
 
 getQueryUrl ()
 
 setParam ($name, $value)
 
 getParam ($name)
 
 setAlt ($value)
 
 setMaxResults ($value)
 
 setQuery ($value)
 
 setStartIndex ($value)
 
 setUpdatedMax ($value)
 
 setUpdatedMin ($value)
 
 setPublishedMax ($value)
 
 setPublishedMin ($value)
 
 setAuthor ($value)
 
 getAlt ()
 
 getMaxResults ()
 
 getQuery ()
 
 getStartIndex ()
 
 getUpdatedMax ()
 
 getUpdatedMin ()
 
 getPublishedMax ()
 
 getPublishedMin ()
 
 getAuthor ()
 
 setCategory ($value)
 
 getCategory ()
 
 __get ($name)
 
 __set ($name, $val)
 

Public Attributes

const SPREADSHEETS_FEED_URI = 'https://spreadsheets.google.com/feeds'
 

Protected Attributes

 $_defaultFeedUri = self::SPREADSHEETS_FEED_URI
 
 $_documentType
 
 $_visibility = 'private'
 
 $_projection = 'full'
 
 $_spreadsheetKey = null
 
 $_worksheetId = null
 
- Protected Attributes inherited from Zend_Gdata_Query
 $_params = array()
 
 $_defaultFeedUri = null
 
 $_url = null
 
 $_category = null
 

Constructor & Destructor Documentation

__construct ( )

Constructs a new Zend_Gdata_Spreadsheets_DocumentQuery object.

Member Function Documentation

getDocumentType ( )

Gets the document type for this query.

Returns
string document type
getProjection ( )

Gets the projection for this query.

Returns
string projection
getQueryString ( )

Gets the attribute query string for this query.

Returns
string query string
getQueryUrl ( )

Gets the full query URL for this query.

Returns
string url
getSpreadsheetKey ( )

Gets the spreadsheet key for this query.

Returns
string spreadsheet key
getTitle ( )

Gets the title attribute for this query.

Returns
string title
getTitleExact ( )

Gets the title-exact attribute for this query.

Returns
string title-exact
getVisibility ( )

Gets the visibility for this query.

Returns
string visibility
getWorksheetId ( )

Gets the worksheet id for this query.

Returns
string worksheet id
setDocumentType (   $value)

Sets the document type for this query.

Parameters
string$valuespreadsheets or worksheets
Returns
Zend_Gdata_Spreadsheets_DocumentQuery Provides a fluent interface
setProjection (   $value)

Sets the projection for this query.

Parameters
string$value
Returns
Zend_Gdata_Spreadsheets_DocumentQuery Provides a fluent interface
setSpreadsheetKey (   $value)

Sets the spreadsheet key for this query.

Parameters
string$value
Returns
Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface
setTitle (   $value)

Sets the title attribute for this query.

Parameters
string$value
Returns
Zend_Gdata_Spreadsheets_DocumentQuery Provides a fluent interface
setTitleExact (   $value)

Sets the title-exact attribute for this query.

Parameters
string$value
Returns
Zend_Gdata_Spreadsheets_DocumentQuery Provides a fluent interface
setVisibility (   $value)

Sets the visibility for this query.

Returns
Zend_Gdata_Spreadsheets_DocumentQuery Provides a fluent interface
setWorksheetId (   $value)

Sets the worksheet id for this query.

Parameters
string$value
Returns
Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

Member Data Documentation

$_defaultFeedUri = self::SPREADSHEETS_FEED_URI
protected
$_documentType
protected
$_projection = 'full'
protected
$_spreadsheetKey = null
protected
$_visibility = 'private'
protected
$_worksheetId = null
protected
const SPREADSHEETS_FEED_URI = 'https://spreadsheets.google.com/feeds'