Class Zend_Gdata_Gapps_UserQuery

Description

Assists in constructing queries for Google Apps user entries.

Instances of this class can be provided in many places where a URL is required.

For information on submitting queries to a server, see the Google Apps service class, Zend_Gdata_Gapps.

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Gdata/Gapps/UserQuery.php (line 43)

Zend_Gdata_Query
   |
   --Zend_Gdata_Gapps_Query
      |
      --Zend_Gdata_Gapps_UserQuery
Variable Summary
 string $_username
Method Summary
 Zend_Gdata_Gapps_UserQuery __construct ([string $domain = null], [string $username = null], [string $startUsername = null])
 string getQueryUrl ()
 string getStartUsername ()
 void getUsername (string $value)
 void setStartUsername (string $value)
 void setUsername (string $value)
Variables
string $_username = null (line 52)

If not null, specifies the username of the user who should be retrieved by this query.

  • access: protected

Inherited Variables

Inherited from Zend_Gdata_Gapps_Query

Zend_Gdata_Gapps_Query::$_domain

Inherited from Zend_Gdata_Query

Zend_Gdata_Query::$_category
Zend_Gdata_Query::$_defaultFeedUri
Zend_Gdata_Query::$_params
Zend_Gdata_Query::$_url
Methods
Constructor __construct (line 64)

Create a new instance.

  • access: public
Zend_Gdata_Gapps_UserQuery __construct ([string $domain = null], [string $username = null], [string $startUsername = null])
  • string $domain: (optional) The Google Apps-hosted domain to use when constructing query URIs.
  • string $username: (optional) Value for the username property.
  • string $startUsername: (optional) Value for the startUsername property.

Redefinition of:
Zend_Gdata_Gapps_Query::__construct()
Create a new instance.
getQueryUrl (line 136)

Returns the query URL generated by this query instance.

  • return: The query URL for this instance.
  • access: public
string getQueryUrl ()

Redefinition of:
Zend_Gdata_Query::getQueryUrl()
getStartUsername (line 122)

Get the first username which should be displayed when retrieving a list of users.

string getStartUsername ()
getUsername (line 93)

Get the username to query for. If no username is set, null will be returned.

  • access: public
void getUsername (string $value)
  • string $value: The username to filter search results by, or null if disabled.
setStartUsername (line 105)

Set the first username which should be displayed when retrieving a list of users.

  • access: public
void setStartUsername (string $value)
  • string $value: The first username to be returned, or null to disable.
setUsername (line 81)

Set the username to query for. When set, only users with a username matching this value will be returned in search results. Set to null to disable filtering by username.

void setUsername (string $value)
  • string $value: The username to filter search results by, or null to disable.

Inherited Methods

Inherited From Zend_Gdata_Gapps_Query

 Zend_Gdata_Gapps_Query::__construct()
 Zend_Gdata_Gapps_Query::getBaseUrl()
 Zend_Gdata_Gapps_Query::getDomain()
 Zend_Gdata_Gapps_Query::setDomain()

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()

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