Class WordpressServiceCommentsAdapter
java.lang.Object
org.apache.camel.component.wordpress.api.service.impl.WordpressServiceCommentsAdapter
- All Implemented Interfaces:
WordpressCrudService<Comment,,CommentSearchCriteria> WordpressService,WordpressServiceComments
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Commentfinal Commentprotected Commentprotected Commentprotected DeletedModel<Comment>doForceDelete(Integer id) protected CommentdoRetrieve(Integer entityID, Context context) protected Commentfinal DeletedModel<Comment>forceDelete(Integer id) protected final Stringprotected final CommentsSPIgetSpi()protected Class<CommentsSPI>final Commentfinal voidsetWordpressAuthentication(WordpressAuthentication authentication) Sets the Wordpress Authentication Modelfinal CommentMethods 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
-
WordpressServiceCommentsAdapter
-
-
Method Details
-
getSpiType
-
list
- Specified by:
listin interfaceWordpressCrudService<Comment,CommentSearchCriteria>
-
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
-