A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
send() — Method in class com.ak33m.rpc.core.AbstractRPCObject
serialize(method, params) — Static method in class com.ak33m.rpc.xmlrpc.XMLRPCSerializer
service — Property in class com.absentdesign.core.webapis.methodgroups.MethodGroup
service — Property in class com.absentdesign.core.webapis.wordpress.WPServiceRequest
Service — Class in package com.absentdesign.core.webapis
Abstract class for developing a concrete webservice
Service() — Constructor in class com.absentdesign.core.webapis.Service
serviceConnectedHandler(event:com.absentdesign.core.webapis.events:ServiceEvent) — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.WPMethodGroup
Re-submits a delayed call if the service needed to connect or was connecting while the call was made
ServiceEvent — Class in package com.absentdesign.core.webapis.events
abstract event for use with Service calls
ServiceEvent(type, data, bubbles, cancelable) — Constructor in class com.absentdesign.core.webapis.events.ServiceEvent
ServiceRequest — Class in package com.absentdesign.core.webapis
ServiceRequest(method, parseFunction, eventType) — Constructor in class com.absentdesign.core.webapis.ServiceRequest
setCredentials(username, password) — Method in class com.ak33m.rpc.xmlrpc.XMLRPCObject
setPostCategories(postId, categories) — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Categories
Wrapper for mt.setPostCategories - set the categories for a specific post

Will dispatch a ServiceEvent of type WPServiceEvent.SET_POST_CATEGORIES with a struct of Categories as the WPServiceEvent.data once loaded

There appears to be an issue where the XML-RPC interface will occasionally return different data to the HTML interface when this method is used - if you set the categories on a post, the HTML interface will return the old category set until the user has logged in and clicked "update post" in the admin - the XML-RPC interface (and hence flash) will return the correct category set however.

SET_POST_CATEGORIES — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
SET_POST_CATEGORIES — Constant static property in class com.absentdesign.core.webapis.wordpress.methodgroups.WPMethodGroupHelper
setRemoteCredentials(username, password) — Method in class com.ak33m.rpc.xmlrpc.XMLRPCObject
_showBusyCursor — Property in class com.ak33m.rpc.core.AbstractRPCObject
showBusyCursor — Property in class com.ak33m.rpc.core.AbstractRPCObject
inheritDoc
SINGLE — Constant static property in class com.ak33m.rpc.core.AbstractRPCObject
slug — Property in class com.absentdesign.core.webapis.wordpress.Category
slug — Property in class com.absentdesign.core.webapis.wordpress.Tag
spam — Property in class com.absentdesign.core.webapis.wordpress.CommentCount
SPAM — Constant static property in class com.absentdesign.core.webapis.wordpress.CommentStatusList
status — Property in class com.absentdesign.core.webapis.wordpress.Comment
suggestCategories(category, maxResults) — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Categories
Wrapper for wp.suggestCategories - get an array of categories that start with a given string

Will dispatch a ServiceEvent of type WPServiceEvent.SUGGEST_CATEGORIES with an Array of categories as the WPServiceEvent.data once loaded

SUGGEST_CATEGORIES — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z