API Documentation

Gdata/Spreadsheets/ListQuery.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
Spreadsheets
version
$Id: ListQuery.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Gdata_Spreadsheets_ListQuery

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Gdata_Spreadsheets_ListQuery

Extends from
Zend_Gdata_Query
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
link
http://code.google.com/apis/gdata/calendar/
package
Zend_Gdata
subpackage
Spreadsheets
Constants
SPREADSHEETS_LIST_FEED_URI
Properties
$_defaultFeedUri
$_visibility
$_projection
$_spreadsheetKey
$_worksheetId
$_rowId
Methods
__construct
setSpreadsheetKey
getSpreadsheetKey
setWorksheetId
getWorksheetId
setRowId
getRowId
setProjection
setVisibility
getProjection
getVisibility
setSpreadsheetQuery
getSpreadsheetQuery
setOrderBy
getOrderBy
setReverse
getReverse
getQueryUrl
getQueryString

Description

Assists in constructing queries for Google Spreadsheets lists

Constants

SPREADSHEETS_LIST_FEED_URI

 SPREADSHEETS_LIST_FEED_URI = 'http://spreadsheets.google.com/feeds/list'

Details

value
http://spreadsheets.google.com/feeds/list

Properties

$_defaultFeedUri

 $_defaultFeedUri = 'self'

Details

visibility
protected
default
self
final
false
static
false

$_projection

 $_projection = 'full'

Details

visibility
protected
default
full
final
false
static
false

$_rowId

 $_rowId = 'null'

Details

visibility
protected
default
null
final
false
static
false

$_spreadsheetKey

 $_spreadsheetKey = 'null'

Details

visibility
protected
default
null
final
false
static
false

$_visibility

 $_visibility = 'private'

Details

visibility
protected
default
private
final
false
static
false

$_worksheetId

 $_worksheetId = 'default'

Details

visibility
protected
default
default
final
false
static
false

Methods

__construct

__construct( ) :

Constructs a new Zend_Gdata_Spreadsheets_ListQuery object.

Details
visibility
public
final
false
static
false

getOrderBy

getOrderBy( ) : string

Gets the orderby attribute for this query.

Output
string
orderby
Details
visibility
public
final
false
static
false

getProjection

getProjection( ) : string

Gets the projection for this query.

Output
string
projection
Details
visibility
public
final
false
static
false

getQueryString

getQueryString( ) : string

Gets the attribute query string for this query.

Output
string
query string
Details
visibility
public
final
false
static
false

getQueryUrl

getQueryUrl( ) : string

Gets the full query URL for this query.

Output
string
url
Details
visibility
public
final
false
static
false

getReverse

getReverse( ) : string

Gets the reverse attribute for this query.

Output
string
reverse
Details
visibility
public
final
false
static
false

getRowId

getRowId( ) : string

Gets the row id for the query.

Output
string
row id
Details
visibility
public
final
false
static
false

getSpreadsheetKey

getSpreadsheetKey( ) : string

Gets the spreadsheet key for the query.

Output
string
spreadsheet key
Details
visibility
public
final
false
static
false

getSpreadsheetQuery

getSpreadsheetQuery( ) : string

Gets the spreadsheet key for this query.

Output
string
spreadsheet query
Details
visibility
public
final
false
static
false

getVisibility

getVisibility( ) : string

Gets the visibility for this query.

Output
string
visibility
Details
visibility
public
final
false
static
false

getWorksheetId

getWorksheetId( ) : string

Gets the worksheet id for the query.

Output
string
worksheet id
Details
visibility
public
final
false
static
false

setOrderBy

setOrderBy( string $value ) : Zend_Gdata_Spreadsheets_DocumentQuery

Sets the orderby attribute for this query.

Arguments
$value
string
Output
Zend_Gdata_Spreadsheets_DocumentQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setProjection

setProjection( string $value ) : Zend_Gdata_Spreadsheets_ListQuery

Sets the projection for the query.

Arguments
$value
string
Projection
Output
Zend_Gdata_Spreadsheets_ListQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setReverse

setReverse( string $value ) : Zend_Gdata_Spreadsheets_DocumentQuery

Sets the reverse attribute for this query.

Arguments
$value
string
Output
Zend_Gdata_Spreadsheets_DocumentQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setRowId

setRowId( string $value ) : Zend_Gdata_Spreadsheets_CellQuery

Sets the row id for the query.

Arguments
$value
string
row id
Output
Zend_Gdata_Spreadsheets_CellQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setSpreadsheetKey

setSpreadsheetKey( string $value ) : Zend_Gdata_Spreadsheets_CellQuery

Sets the spreadsheet key for the query.

Arguments
$value
string
Output
Zend_Gdata_Spreadsheets_CellQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setSpreadsheetQuery

setSpreadsheetQuery( string $value ) : Zend_Gdata_Spreadsheets_DocumentQuery

Sets the spreadsheet key for this query.

Arguments
$value
string
Output
Zend_Gdata_Spreadsheets_DocumentQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setVisibility

setVisibility( string $value ) : Zend_Gdata_Spreadsheets_ListQuery

Sets the visibility for this query.

Arguments
$value
string
visibility
Output
Zend_Gdata_Spreadsheets_ListQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setWorksheetId

setWorksheetId( string $value ) : Zend_Gdata_Spreadsheets_CellQuery

Sets the worksheet id for the query.

Arguments
$value
string
Output
Zend_Gdata_Spreadsheets_CellQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.