org.springframework.social.evernote.api
Interface BusinessNoteStoreOperations

All Superinterfaces:
LinkedNoteStoreOperations, StoreOperations

public interface BusinessNoteStoreOperations
extends LinkedNoteStoreOperations

Interface specifying a set of BusinessNoteStoreClient operations.

Author:
Tadaya Tsuyukubo

Method Summary
 com.evernote.edam.type.LinkedNotebook createNotebook(com.evernote.edam.type.Notebook notebook)
          Equivalent to BusinessNoteStoreClient.createNotebook(com.evernote.edam.type.Notebook).
 List<com.evernote.edam.type.LinkedNotebook> listNotebooks()
          Equivalent to BusinessNoteStoreClient.listNotebooks().
 
Methods inherited from interface org.springframework.social.evernote.api.LinkedNoteStoreOperations
createNote, getClient, getCorrespondingNotebook, isNotebookWritable
 

Method Detail

createNotebook

com.evernote.edam.type.LinkedNotebook createNotebook(com.evernote.edam.type.Notebook notebook)
                                                     throws EvernoteException
Equivalent to BusinessNoteStoreClient.createNotebook(com.evernote.edam.type.Notebook).

Throws:
EvernoteException - converted unchecked exception
See Also:
BusinessNoteStoreClient.createNotebook(com.evernote.edam.type.Notebook)

listNotebooks

List<com.evernote.edam.type.LinkedNotebook> listNotebooks()
                                                          throws EvernoteException
Equivalent to BusinessNoteStoreClient.listNotebooks().

Specified by:
listNotebooks in interface LinkedNoteStoreOperations
Throws:
EvernoteException - converted unchecked exception
See Also:
BusinessNoteStoreClient.listNotebooks()


Copyright © 2014. All Rights Reserved.