Method Summary |
|
public List | getAllFolderDecscendentAssocs(FolderData data) |
public List | getAllFolders(WebsiteData wd) Get all folders for a website. |
public BookmarkData | getBookmark(String id) Retrieve bookmark by ID, a persistent instance. |
public List | getBookmarks(FolderData data, boolean subfolders) |
public FolderData | getFolder(String id) Retrieve folder by ID, a persistent instance. |
public FolderData | getFolder(WebsiteData website, String folderPath) Get folder specified by website and folderPath. |
public List | getFolderAncestorAssocs(FolderData data) |
public FolderData | getFolderByPath(WebsiteData wd, FolderData folder, String string) Get subfolder by path relative to specified folder.
Parameters: folder - Root of path or null to start at top of folder tree. Parameters: path - Path of folder to be located. Parameters: website - Website of folders. |
public List | getFolderChildAssocs(FolderData data) |
public Assoc | getFolderParentAssoc(FolderData data) |
public String | getPath(FolderData folder) Get absolute path to folder, appropriate for use by getFolderByPath().
Parameters: folder - Folder. |
public FolderData | getRootFolder(WebsiteData website) Get top level folders for a website. |
public void | importBookmarks(WebsiteData site, String folder, String opml) Import bookmarks from OPML string into specified folder. |
public boolean | isDescendentOf(FolderData data, FolderData ancestor) Determines if folder is descendent of folder. |
public boolean | isDuplicateFolderName(FolderData data) Check duplicate folder name. |
public boolean | isFolderInUse(FolderData folder) Determine if folder is in use. |
public void | moveFolderContents(FolderData src, FolderData dest) Move contents of folder to another folder. |
public void | release() Release all resources associated with Roller session. |
public void | removeBookmark(BookmarkData bookmark) Delete bookmark. |
public void | removeFolder(FolderData folder) |
public void | removeFolderContents(FolderData src) Delete contents of specified folder. |
public void | saveBookmark(BookmarkData bookmark) |
public void | saveFolder(FolderData folder) |