| java.lang.Object com.liferay.portlet.bookmarks.util.Indexer
Method Summary | |
public static void | addEntry(long companyId, long groupId, long folderId, long entryId, String title, String content, String description, String[] tagsEntries) | public static void | deleteEntry(long companyId, long entryId) | public static Document | getAddEntryDocument(long companyId, long groupId, long folderId, long entryId, String title, String content, String description, String[] tagsEntries) | public DocumentSummary | getDocumentSummary(com.liferay.portal.kernel.search.Document doc, PortletURL portletURL) | public void | reIndex(String[] ids) | public static void | updateEntry(long companyId, long groupId, long folderId, long entryId, String title, String content, String description, String[] tagsEntries) |
deleteEntry | public static void deleteEntry(long companyId, long entryId) throws IOException(Code) | | |
getAddEntryDocument | public static Document getAddEntryDocument(long companyId, long groupId, long folderId, long entryId, String title, String content, String description, String[] tagsEntries)(Code) | | |
|
|