Class MyOpenSpace.DataRequest.RequestActions_
Defined in: MyOpenSpace.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
|
-FETCH_ACTIVITIES(workitem)
Internal method that handles fetch activities requests
|
|
|
-FETCH_ALBUM(workitem)
Internal method that handles fetch album requests
|
|
|
-FETCH_ALBUMS(workitem)
Internal method that handles fetch people albums requests
|
|
|
-FETCH_INDICATORS(workitem)
Internal method that handles fetch indicators requests
|
|
|
-FETCH_PEOPLE(workitem)
Internal method that handles fetch people requests
|
|
|
-FETCH_PEOPLE_FRIENDSHIP(workitem)
Internal method that handles fetch people friendship requests
|
|
|
-FETCH_PERSON(workitem)
Internal method that handles fetch person requests
|
|
|
-FETCH_PERSON_DATA(workitem)
Internal method that handles fetch person data requests
|
|
|
-FETCH_PERSON_FRIENDSHIP(workitem)
Internal method that handles fetch person friendship requests
|
|
|
-FETCH_PERSON_MOOD(workitem)
Internal method that handles fetch person mood requests
|
|
|
-FETCH_PERSON_STATUS(workitem)
Internal method that handles fetch person status requests
|
|
|
-FETCH_PHOTO(workitem)
Internal method that handles fetch photo requests
|
|
|
-FETCH_PHOTOS(workitem)
Internal method that handles fetch photos requests
|
|
|
-FETCH_VIDEO(workitem)
Internal method that handles fetch video requests
|
|
|
-FETCH_VIDEOS(workitem)
Internal method that handles fetch videos requests
|
|
|
-REMOVE_PERSON_DATA(workitem)
Internal method that handles remove person data requests
|
|
|
-UPDATE_PERSON_DATA(workitem)
Internal method that handles update person data requests
|
|
|
addResponseItem_(item, type, errored, opt_key)
|
|
|
getPagingError(first, max)
Internal utility method that handles verify pagin values
|
|
|
getRequestId_(id)
|
|
|
invoke_(requestActions, url, type, opt_key, opt_params)
|
|
|
isViewerDenied(type, key)
|
|
|
mapPagingParams_(first, max)
|
Method Detail
-FETCH_ACTIVITIES(workitem)
Internal method that handles fetch activities requests
- Parameters:
- {Object} workitem
-FETCH_ALBUM(workitem)
Internal method that handles fetch album requests
- Parameters:
- {Object} workitem
-FETCH_ALBUMS(workitem)
Internal method that handles fetch people albums requests
- Parameters:
- {Object} workitem
-FETCH_INDICATORS(workitem)
Internal method that handles fetch indicators requests
- Parameters:
- {Object} workitem
-FETCH_PEOPLE(workitem)
Internal method that handles fetch people requests
- Parameters:
- {Object} workitem
-FETCH_PEOPLE_FRIENDSHIP(workitem)
Internal method that handles fetch people friendship requests
- Parameters:
- {Object} workitem
-FETCH_PERSON(workitem)
Internal method that handles fetch person requests
- Parameters:
- {Object} workitem
-FETCH_PERSON_DATA(workitem)
Internal method that handles fetch person data requests
- Parameters:
- {Object} workitem
-FETCH_PERSON_FRIENDSHIP(workitem)
Internal method that handles fetch person friendship requests
- Parameters:
- {Object} workitem
-FETCH_PERSON_MOOD(workitem)
Internal method that handles fetch person mood requests
- Parameters:
- {Object} workitem
-FETCH_PERSON_STATUS(workitem)
Internal method that handles fetch person status requests
- Parameters:
- {Object} workitem
-FETCH_PHOTO(workitem)
Internal method that handles fetch photo requests
- Parameters:
- {Object} workitem
-FETCH_PHOTOS(workitem)
Internal method that handles fetch photos requests
- Parameters:
- {Object} workitem
-FETCH_VIDEO(workitem)
Internal method that handles fetch video requests
- Parameters:
- {Object} workitem
-FETCH_VIDEOS(workitem)
Internal method that handles fetch videos requests
- Parameters:
- {Object} workitem
-REMOVE_PERSON_DATA(workitem)
Internal method that handles remove person data requests
- Parameters:
- {Object} workitem
-UPDATE_PERSON_DATA(workitem)
Internal method that handles update person data requests
- Parameters:
- {Object} workitem
addResponseItem_(item, type, errored, opt_key)
- Parameters:
- item
- type
- errored
- opt_key
getPagingError(first, max)
Internal utility method that handles verify pagin values
- Parameters:
- {Object} first
- {Object} max
getRequestId_(id)
- Parameters:
- id
invoke_(requestActions, url, type, opt_key, opt_params)
- Parameters:
- requestActions
- url
- type
- opt_key
- opt_params
isViewerDenied(type, key)
- Parameters:
- type
- key
mapPagingParams_(first, max)
- Parameters:
- first
- max