|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgrails-app.services.WordpressService
class WordpressService
Property Summary | |
---|---|
int |
blogId
|
java.lang.String |
password
|
def |
recentPostIds
|
boolean |
transactional
|
java.lang.String |
url
|
java.lang.String |
username
|
def |
wordpressCache
|
Constructor Summary | |
WordpressService()
|
Method Summary | |
---|---|
def
|
getCategories()
|
def
|
getPage(java.lang.String id)
|
def
|
getPost(java.lang.String id)
|
def
|
getRecentPosts(int count, java.lang.String status = 'publish')
|
void
|
init(java.lang.String url, int blogId, java.lang.String username, java.lang.String password)
|
void
|
updateRecentPostsCache()
|
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
int blogId
java.lang.String password
def recentPostIds
boolean transactional
java.lang.String url
java.lang.String username
def wordpressCache
Constructor Detail |
---|
WordpressService()
Method Detail |
---|
public def getCategories()
public def getPage(java.lang.String id)
public def getPost(java.lang.String id)
public def getRecentPosts(int count, java.lang.String status = 'publish')
void init(java.lang.String url, int blogId, java.lang.String username, java.lang.String password)
void updateRecentPostsCache()
Groovy Documentation