@RemoteServiceRelativePath(value="Bookmark")
public interface OKMBookmarkService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description | 
|---|---|
| GWTBookmark | add(String nodePath,
   String name) | 
| GWTBookmark | get(int bmId) | 
| List<GWTBookmark> | getAll() | 
| void | remove(int bmId) | 
| GWTBookmark | rename(int bmId,
      String newName) | 
List<GWTBookmark> getAll() throws OKMException
OKMExceptionGWTBookmark add(String nodePath, String name) throws OKMException
OKMExceptionvoid remove(int bmId)
            throws OKMException
OKMExceptionGWTBookmark rename(int bmId, String newName) throws OKMException
OKMExceptionGWTBookmark get(int bmId) throws OKMException
OKMExceptionCopyright © 2015. All Rights Reserved.