GSitesService
Description
In BBj11.0 and higher, theGSitesService class is one of the BBj CustomObjects that comprises the GApps utility. This class can used in a BBj application to interface with the Goolge Sites service.
Creation
The GSitesService class is found in <bbj install>/utils/gapps/gapps.bbj.
GSitesService()
Parameters
None.
Methods of GSitesService
Return Value |
Method |
static SitesService |
Methods inherited from GAppsService
Return Value |
Method |
int |
|
string |
|
string |
getUser() |
string |
|
boolean |
isAuthenticated(boolean promptUser) |
void |
|
void |
setUserCredentials(string user, string password) |
void |
setUserCredentials(string user, string password) |
void |
setUserToken(string token) |
void |
setUserToken(string token, boolean remember) |
Remarks
This class inherits from the GAppsService class.
Constants
None.
Example
|