Packagecom.absentdesign.core.webapis.wordpress.methodgroups
Classpublic class Authors
InheritanceAuthors Inheritance WPMethodGroup Inheritance MethodGroup Inheritance flash.events.EventDispatcher

concrete WPMethodGroup for Authors



Public Properties
 PropertyDefined by
 InheritedblogId : int
WPMethodGroup
 Inheritedpassword : String
WPMethodGroup
 Inheritedusername : String
WPMethodGroup
Protected Properties
 PropertyDefined by
 Inheritedhelper : MethodGroupHelper
MethodGroup
 InheritedrequestArgs : Array
WPMethodGroup
 InheritedrequestFunction : Function
WPMethodGroup
 Inheritedservice : Service
MethodGroup
Public Methods
 MethodDefined by
  
Authors(service:WPService)
Authors
  
getAuthors():void
Wrapper for wp.getAuthors - gets a list of the authors associated with this blog

Will dispatch a ServiceEvent of type WPServiceEvent.GET_AUTHORS with an array of authors as the WPServiceEvent.data once loaded

Authors
 Inherited
load(request:ServiceRequest):void
MethodGroup
 Inherited
loadRequest(request:WPServiceRequest, requestFunction:Function, ... args):void
Load a WPServiceRequest

Automatically calls service.connect() and delays the request until the service is connected if the WPService does not return a valid blogId

WPMethodGroup
Protected Methods
 MethodDefined by
 Inherited
processAndDispatch(event:Event):void
Process the result using WPMethodGroupHelper and dispatch a ServiceEvent of type request.eventType with the parsed data
WPMethodGroup
 Inherited
Re-submits a delayed call if the service needed to connect or was connecting while the call was made
WPMethodGroup
Constructor detail
Authors()constructor
public function Authors(service:WPService)Parameters
service:WPService
Method detail
getAuthors()method
public function getAuthors():void

Wrapper for wp.getAuthors - gets a list of the authors associated with this blog

Will dispatch a ServiceEvent of type WPServiceEvent.GET_AUTHORS with an array of authors as the WPServiceEvent.data once loaded