Class WordpressServiceCategoriesAdapter
java.lang.Object
org.apache.camel.component.wordpress.api.service.impl.WordpressServiceCategoriesAdapter
- All Implemented Interfaces:
WordpressCrudService<Category,,CategorySearchCriteria> WordpressService,WordpressServiceCategories
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Categoryfinal Categoryprotected Categoryprotected Categoryprotected DeletedModel<Category> doForceDelete(Integer id) protected CategorydoRetrieve(Integer entityID, Context context) protected Categoryfinal DeletedModel<Category> forceDelete(Integer id) protected final Stringprotected final CategoriesSPIgetSpi()protected Class<CategoriesSPI> list(CategorySearchCriteria criteria) final Categoryfinal voidsetWordpressAuthentication(WordpressAuthentication authentication) Sets the Wordpress Authentication Modelfinal CategoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.component.wordpress.api.service.WordpressCrudService
create, delete, forceDelete, retrieve, retrieve, updateMethods inherited from interface org.apache.camel.component.wordpress.api.service.WordpressService
setWordpressAuthentication
-
Constructor Details
-
WordpressServiceCategoriesAdapter
-
-
Method Details
-
getSpiType
-
list
- Specified by:
listin interfaceWordpressCrudService<Category,CategorySearchCriteria>
-
doCreate
-
doDelete
-
doUpdate
-
doRetrieve
-
create
- Specified by:
createin interfaceWordpressCrudService<A,T>
-
delete
- Specified by:
deletein interfaceWordpressCrudService<A,T>
-
forceDelete
- Specified by:
forceDeletein interfaceWordpressCrudService<A,T>
-
doForceDelete
-
update
- Specified by:
updatein interfaceWordpressCrudService<A,T>
-
retrieve
- Specified by:
retrievein interfaceWordpressCrudService<A,T>
-
retrieve
- Specified by:
retrievein interfaceWordpressCrudService<A,T>
-
getSpi
-
getApiVersion
-
setWordpressAuthentication
Description copied from interface:WordpressServiceSets the Wordpress Authentication Model- Specified by:
setWordpressAuthenticationin interfaceWordpressService- Parameters:
authentication-
-