Uses of Class
org.apache.camel.component.wordpress.api.model.Category
-
Packages that use Category Package Description org.apache.camel.component.wordpress.api.service.impl org.apache.camel.component.wordpress.api.service.spi -
-
Uses of Category in org.apache.camel.component.wordpress.api.service.impl
Methods in org.apache.camel.component.wordpress.api.service.impl that return Category Modifier and Type Method Description protected CategoryWordpressServiceCategoriesAdapter. doCreate(Category object)protected CategoryWordpressServiceCategoriesAdapter. doDelete(Integer id)protected CategoryWordpressServiceCategoriesAdapter. doRetrieve(Integer entityID, Context context)protected CategoryWordpressServiceCategoriesAdapter. doUpdate(Integer id, Category object)Methods in org.apache.camel.component.wordpress.api.service.impl that return types with arguments of type Category Modifier and Type Method Description List<Category>WordpressServiceCategoriesAdapter. list(CategorySearchCriteria criteria)Methods in org.apache.camel.component.wordpress.api.service.impl with parameters of type Category Modifier and Type Method Description protected CategoryWordpressServiceCategoriesAdapter. doCreate(Category object)protected CategoryWordpressServiceCategoriesAdapter. doUpdate(Integer id, Category object) -
Uses of Category in org.apache.camel.component.wordpress.api.service.spi
Methods in org.apache.camel.component.wordpress.api.service.spi that return Category Modifier and Type Method Description CategoryCategoriesSPI. create(String apiVersion, Category category)CategoryCategoriesSPI. delete(String apiVersion, int categoryId, boolean force)CategoryCategoriesSPI. retrieve(String apiVersion, int categoryId, Context context)CategoryCategoriesSPI. update(String apiVersion, int categoryId, Category category)Methods in org.apache.camel.component.wordpress.api.service.spi that return types with arguments of type Category Modifier and Type Method Description List<Category>CategoriesSPI. list(String apiVersion, Context context, Integer page, Integer perPage, String search, List<Integer> exclude, List<Integer> include, Order order, CategoryOrderBy orderBy, Boolean hideEmpty, Integer parent, Integer post, String slug)Methods in org.apache.camel.component.wordpress.api.service.spi with parameters of type Category Modifier and Type Method Description CategoryCategoriesSPI. create(String apiVersion, Category category)CategoryCategoriesSPI. update(String apiVersion, int categoryId, Category category)
-