| Package | com.absentdesign.core.webapis.wordpress.methodgroups |
| Class | public class WPMethodGroupHelper |
| Inheritance | WPMethodGroupHelper MethodGroupHelper |
| Method | Defined by | ||
|---|---|---|---|
| WPMethodGroupHelper | |||
![]() |
parse(data:Object, parseFunction:String):*
| MethodGroupHelper | |
|
parseAuthor(struct:*):Author
| WPMethodGroupHelper | ||
|
parseAuthors(struct:*):Array
| WPMethodGroupHelper | ||
| WPMethodGroupHelper | |||
|
parseCategories(struct:*):Array
| WPMethodGroupHelper | ||
|
parseCategory(struct:*):Category
| WPMethodGroupHelper | ||
|
parseComment(struct:*):Comment
| WPMethodGroupHelper | ||
|
parseCommentCount(struct:*):CommentCount
| WPMethodGroupHelper | ||
|
parseComments(struct:*):Array
| WPMethodGroupHelper | ||
|
parseCustomField(struct:*):CustomField
| WPMethodGroupHelper | ||
|
parseCustomFields(struct:*):Array
| WPMethodGroupHelper | ||
| WPMethodGroupHelper | |||
|
parsePages(struct:*):Array
| WPMethodGroupHelper | ||
| WPMethodGroupHelper | |||
|
parsePosts(struct:*):Array
| WPMethodGroupHelper | ||
|
parseSuggestedCategories(struct:*):Array
different to parseCategories because WP inconsistently names category data
| WPMethodGroupHelper | ||
|
parseSuggestedCategory(struct:*):Category
different to parseCategory because WP inconsistently names category data
| WPMethodGroupHelper | ||
| WPMethodGroupHelper | |||
|
parseTags(struct:*):Array
| WPMethodGroupHelper | ||
|
parseUsersBlogs(struct:*):Array
| WPMethodGroupHelper | ||
|
returnStruct(struct:*):*
| WPMethodGroupHelper | ||
| Constant | Defined by | ||
|---|---|---|---|
| DELETE_CATEGORY : String = "returnStruct" [static]
| WPMethodGroupHelper | ||
| DELETE_COMMENT : String = "returnStruct" [static]
| WPMethodGroupHelper | ||
| DELETE_PAGE : String = "returnStruct" [static]
| WPMethodGroupHelper | ||
| EDIT_COMMENT : String = "returnStruct" [static]
| WPMethodGroupHelper | ||
| EDIT_POST : String = "editPost" [static]
| WPMethodGroupHelper | ||
| NEW_CATEGORY : String = "returnStruct" [static]
| WPMethodGroupHelper | ||
| NEW_COMMENT : String = "returnStruct" [static]
| WPMethodGroupHelper | ||
| NEW_PAGE : String = "returnStruct" [static]
| WPMethodGroupHelper | ||
| NEW_POST : String = "returnStruct" [static]
| WPMethodGroupHelper | ||
| PARSE_AUTHORS : String = "parseAuthors" [static]
| WPMethodGroupHelper | ||
| PARSE_CATEGORIES : String = "parseCategories" [static]
| WPMethodGroupHelper | ||
| PARSE_COMMENT : String = "parseComment" [static]
| WPMethodGroupHelper | ||
| PARSE_COMMENT_COUNT : String = "parseCommentCount" [static]
| WPMethodGroupHelper | ||
| PARSE_COMMENTS : String = "parseComments" [static]
| WPMethodGroupHelper | ||
| PARSE_PAGE : String = "parsePage" [static]
| WPMethodGroupHelper | ||
| PARSE_PAGE_LIST : String = "parsePages" [static]
| WPMethodGroupHelper | ||
| PARSE_PAGES : String = "parsePages" [static]
| WPMethodGroupHelper | ||
| PARSE_POST : String = "parsePost" [static]
| WPMethodGroupHelper | ||
| PARSE_POST_CATEGORIES : String = "parseCategories" [static]
| WPMethodGroupHelper | ||
| PARSE_RECENT_POSTS : String = "parsePosts" [static]
| WPMethodGroupHelper | ||
| PARSE_RECENT_POST_TITLES : String = "parsePosts" [static]
| WPMethodGroupHelper | ||
| PARSE_SUGGESTED_CATEGORIES : String = "parseSuggestedCategories" [static]
| WPMethodGroupHelper | ||
| PARSE_TAGS : String = "parseTags" [static]
| WPMethodGroupHelper | ||
| PARSE_USERS_BLOGS : String = "parseUsersBlogs" [static]
| WPMethodGroupHelper | ||
| SET_POST_CATEGORIES : String = "returnStruct" [static]
| WPMethodGroupHelper | ||
| WPMethodGroupHelper | () | constructor |
public function WPMethodGroupHelper()
| parseAuthor | () | method |
| parseAuthors | () | method |
public function parseAuthors(struct:*):ArrayParameters
struct:* |
Array |
| parseBlog | () | method |
| parseCategories | () | method |
public function parseCategories(struct:*):ArrayParameters
struct:* |
Array |
| parseCategory | () | method |
| parseComment | () | method |
| parseCommentCount | () | method |
| parseComments | () | method |
public function parseComments(struct:*):ArrayParameters
struct:* |
Array |
| parseCustomField | () | method |
| parseCustomFields | () | method |
public function parseCustomFields(struct:*):ArrayParameters
struct:* |
Array |
| parsePage | () | method |
| parsePages | () | method |
public function parsePages(struct:*):ArrayParameters
struct:* |
Array |
| parsePost | () | method |
| parsePosts | () | method |
public function parsePosts(struct:*):ArrayParameters
struct:* |
Array |
| parseSuggestedCategories | () | method |
public function parseSuggestedCategories(struct:*):Arraydifferent to parseCategories because WP inconsistently names category data
Parametersstruct:* |
Array |
| parseSuggestedCategory | () | method |
public function parseSuggestedCategory(struct:*):Categorydifferent to parseCategory because WP inconsistently names category data
Parametersstruct:* |
Category |
| parseTag | () | method |
| parseTags | () | method |
public function parseTags(struct:*):ArrayParameters
struct:* |
Array |
| parseUsersBlogs | () | method |
public function parseUsersBlogs(struct:*):ArrayParameters
struct:* |
Array |
| returnStruct | () | method |
public function returnStruct(struct:*):*Parameters
struct:* |
* |
| DELETE_CATEGORY | constant |
public static const DELETE_CATEGORY:String = "returnStruct"
| DELETE_COMMENT | constant |
public static const DELETE_COMMENT:String = "returnStruct"
| DELETE_PAGE | constant |
public static const DELETE_PAGE:String = "returnStruct"
| EDIT_COMMENT | constant |
public static const EDIT_COMMENT:String = "returnStruct"
| EDIT_POST | constant |
public static const EDIT_POST:String = "editPost"
| NEW_CATEGORY | constant |
public static const NEW_CATEGORY:String = "returnStruct"
| NEW_COMMENT | constant |
public static const NEW_COMMENT:String = "returnStruct"
| NEW_PAGE | constant |
public static const NEW_PAGE:String = "returnStruct"
| NEW_POST | constant |
public static const NEW_POST:String = "returnStruct"
| PARSE_AUTHORS | constant |
public static const PARSE_AUTHORS:String = "parseAuthors"
| PARSE_CATEGORIES | constant |
public static const PARSE_CATEGORIES:String = "parseCategories"
| PARSE_COMMENT | constant |
public static const PARSE_COMMENT:String = "parseComment"
| PARSE_COMMENT_COUNT | constant |
public static const PARSE_COMMENT_COUNT:String = "parseCommentCount"
| PARSE_COMMENTS | constant |
public static const PARSE_COMMENTS:String = "parseComments"
| PARSE_PAGE | constant |
public static const PARSE_PAGE:String = "parsePage"
| PARSE_PAGE_LIST | constant |
public static const PARSE_PAGE_LIST:String = "parsePages"
| PARSE_PAGES | constant |
public static const PARSE_PAGES:String = "parsePages"
| PARSE_POST | constant |
public static const PARSE_POST:String = "parsePost"
| PARSE_POST_CATEGORIES | constant |
public static const PARSE_POST_CATEGORIES:String = "parseCategories"
| PARSE_RECENT_POSTS | constant |
public static const PARSE_RECENT_POSTS:String = "parsePosts"
| PARSE_RECENT_POST_TITLES | constant |
public static const PARSE_RECENT_POST_TITLES:String = "parsePosts"
| PARSE_SUGGESTED_CATEGORIES | constant |
public static const PARSE_SUGGESTED_CATEGORIES:String = "parseSuggestedCategories"
| PARSE_TAGS | constant |
public static const PARSE_TAGS:String = "parseTags"
| PARSE_USERS_BLOGS | constant |
public static const PARSE_USERS_BLOGS:String = "parseUsersBlogs"
| SET_POST_CATEGORIES | constant |
public static const SET_POST_CATEGORIES:String = "returnStruct"