public class EditEntryMVCActionCommand
extends com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
| Constructor and Description |
|---|
EditEntryMVCActionCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deleteEntry(javax.portlet.ActionRequest actionRequest,
boolean moveToTrash) |
protected void |
doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
moveEntries(javax.portlet.ActionRequest actionRequest) |
protected void |
restoreTrashEntries(javax.portlet.ActionRequest actionRequest) |
protected void |
setBookmarksEntryService(com.liferay.bookmarks.service.BookmarksEntryService bookmarksEntryService) |
protected void |
setBookmarksFolderService(com.liferay.bookmarks.service.BookmarksFolderService bookmarksFolderService) |
protected void |
setTrashEntryService(com.liferay.trash.kernel.service.TrashEntryService trashEntryService) |
protected void |
subscribeEntry(javax.portlet.ActionRequest actionRequest) |
protected void |
unsubscribeEntry(javax.portlet.ActionRequest actionRequest) |
protected com.liferay.bookmarks.model.BookmarksEntry |
updateEntry(javax.portlet.ActionRequest actionRequest) |
protected void deleteEntry(javax.portlet.ActionRequest actionRequest,
boolean moveToTrash)
throws java.lang.Exception
java.lang.Exceptionprotected void doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
doProcessAction in class com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommandjava.lang.Exceptionprotected void moveEntries(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exceptionprotected void restoreTrashEntries(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exceptionprotected void setBookmarksEntryService(com.liferay.bookmarks.service.BookmarksEntryService bookmarksEntryService)
protected void setBookmarksFolderService(com.liferay.bookmarks.service.BookmarksFolderService bookmarksFolderService)
protected void setTrashEntryService(com.liferay.trash.kernel.service.TrashEntryService trashEntryService)
protected void subscribeEntry(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exceptionprotected void unsubscribeEntry(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exceptionprotected com.liferay.bookmarks.model.BookmarksEntry updateEntry(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exception