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  
_gateway — Property in class com.ak33m.rpc.xmlrpc.XMLRPCObject
getAccess() — Method in class com.ak33m.rpc.core.AbstractRPCObject
getAuthors() — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Authors
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

GET_AUTHORS — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
getCategories() — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Categories
Wrapper for wp.getCategories - get an array of all categories

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

GET_CATEGORIES — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
getComment(commentId) — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Comments
Wrapper for wp.getComment - gets an individual comment

Will dispatch a ServiceEvent of type WPServiceEvent.GET_COMMENT with a Comment as the WPServiceEvent.data once loaded

GET_COMMENT — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
getComments(postId, status, offset, number) — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Comments
Wrapper for wp.getComments - gets a list of comments for a specific post

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

GET_COMMENTS — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
getDump() — Method in class com.absentdesign.core.webapis.wordpress.WPStruct
getPage(pageId) — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Pages
Wrapper for wp.getPage - gets a single page

Will dispatch a ServiceEvent of type WPServiceEvent.GET_PAGE with a Page as the WPServiceEvent.data once loaded

GET_PAGE — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
getPageList() — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Pages
Wrapper for wp.getPageList - gets a summary list of all pages on the site

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

GET_PAGE_LIST — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
getPages() — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Pages
Wrapper for wp.getPages - gets all pages on the site

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

GET_PAGES — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
getPost(postId) — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Posts
Wrapper for metaWeblog.getPost - gets a single post

Will dispatch a ServiceEvent of type WPServiceEvent.GET_POST with a Post as the WPServiceEvent.data once loaded

GET_POST — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
getPostCategories(postId) — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Categories
Wrapper for mt.getPostCategories - get an array of categories for a specific post

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

GET_POST_CATEGORIES — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
getPropertyData() — Method in class com.absentdesign.core.webapis.wordpress.WPStruct
IXMLRPCStruct implementation to allow proper serialization

null values are converted to empty strings to avoid being serialized as strings with a value of "null"

getPropertyData() — Method in interface com.ak33m.rpc.xmlrpc.IXMLRPCStruct
getRecentPosts(count) — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Posts
Wrapper for metaWeblog.getRecentPosts - gets an array of recent posts

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

GET_RECENT_POSTS — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
getRecentPostTitles(numberOfPosts) — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Posts
Wrapper for mt.getRecentPostTitles - gets a bandwidth friendly an array of recent posts

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

GET_RECENT_POST_TITLES — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
getTags() — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Tags
Wrapper for wp.getTags

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

GET_TAGS — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
getUsersBlogs() — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Blogs
Wrapper for wp.getUsersBlogs - gets a list of the user's blogs

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

GET_USERS_BLOGS — 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