Uses of Class
org.apache.camel.component.wordpress.api.model.Comment
-
Packages that use Comment Package Description org.apache.camel.component.wordpress.api.service.impl org.apache.camel.component.wordpress.api.service.spi -
-
Uses of Comment in org.apache.camel.component.wordpress.api.service.impl
Methods in org.apache.camel.component.wordpress.api.service.impl that return Comment Modifier and Type Method Description protected CommentWordpressServiceCommentsAdapter. doCreate(Comment object)protected CommentWordpressServiceCommentsAdapter. doDelete(Integer id)protected CommentWordpressServiceCommentsAdapter. doRetrieve(Integer entityID, Context context)protected CommentWordpressServiceCommentsAdapter. doUpdate(Integer id, Comment object)Methods in org.apache.camel.component.wordpress.api.service.impl that return types with arguments of type Comment Modifier and Type Method Description List<Comment>WordpressServiceCommentsAdapter. list(CommentSearchCriteria c)Methods in org.apache.camel.component.wordpress.api.service.impl with parameters of type Comment Modifier and Type Method Description protected CommentWordpressServiceCommentsAdapter. doCreate(Comment object)protected CommentWordpressServiceCommentsAdapter. doUpdate(Integer id, Comment object) -
Uses of Comment in org.apache.camel.component.wordpress.api.service.spi
Methods in org.apache.camel.component.wordpress.api.service.spi that return Comment Modifier and Type Method Description CommentCommentsSPI. create(String apiVersion, Comment comment)CommentCommentsSPI. delete(String apiVersion, int id, boolean force)CommentCommentsSPI. retrieve(String apiVersion, Integer id, Context context)CommentCommentsSPI. update(String apiVersion, int id, Comment post)Methods in org.apache.camel.component.wordpress.api.service.spi that return types with arguments of type Comment Modifier and Type Method Description List<Comment>CommentsSPI. list(String apiVersion, Context context, Integer page, Integer perPage, String search, Date after, List<Integer> author, List<Integer> authorExclude, String authorEmail, Date before, List<Integer> exclude, List<Integer> include, Integer karma, List<Integer> offset, Order order, CommentOrderBy orderBy, List<Integer> parent, List<Integer> parentExclude, List<Integer> post, CommentStatus status, String type)Methods in org.apache.camel.component.wordpress.api.service.spi with parameters of type Comment Modifier and Type Method Description CommentCommentsSPI. create(String apiVersion, Comment comment)CommentCommentsSPI. update(String apiVersion, int id, Comment post)
-