|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.liquidsite.app.admin.view.AdminView
org.liquidsite.app.admin.view.DialogView
A helper class for the dialog views. This class contains methods for creating the HTML responses to the various dialog pages.
| Field Summary |
| Fields inherited from class org.liquidsite.app.admin.view.AdminView |
BASE, CONTENT, DIALOG, HOME, SCRIPT, SITE, SYSTEM, USER |
| Method Summary | |
void |
viewClose(Request request)
Shows the automatic close dialog. |
void |
viewDelete(Request request,
PersistentObject obj)
Shows the delete object confirmation dialog. |
void |
viewDeleteUser(Request request,
java.lang.Object obj)
Shows the delete user confirmation dialog. |
void |
viewError(Request request,
ContentException e)
Shows the error message dialog. |
void |
viewError(Request request,
ContentSecurityException e)
Shows the error message dialog. |
void |
viewError(Request request,
java.lang.String message)
Shows the error message dialog. |
void |
viewPermissions(Request request,
PersistentObject obj)
Shows the permissions editing dialog. |
void |
viewPublish(Request request,
Content content)
Shows the content publish dialog. |
void |
viewRevert(Request request,
Content content)
Shows the content revert dialog. |
void |
viewUnlock(Request request,
Content content)
Shows the content unlock dialog. |
void |
viewUnpublish(Request request,
Content content)
Shows the content unpublish dialog. |
| Methods inherited from class org.liquidsite.app.admin.view.AdminView |
findDomains, findFolders, findForums, findGroups, findSections, findTemplates, viewError, viewInfo, viewRedirect |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void viewClose(Request request)
request - the request object
public void viewError(Request request,
java.lang.String message)
request - the request objectmessage - the error message
public void viewError(Request request,
ContentException e)
request - the request objecte - the content database error
public void viewError(Request request,
ContentSecurityException e)
request - the request objecte - the content security error
public void viewDelete(Request request,
PersistentObject obj)
request - the request objectobj - the object to delete
public void viewDeleteUser(Request request,
java.lang.Object obj)
request - the request objectobj - the user or group to delete
public void viewPublish(Request request,
Content content)
request - the request objectcontent - the content object to publish
public void viewUnpublish(Request request,
Content content)
request - the request objectcontent - the content object to unpublish
public void viewRevert(Request request,
Content content)
request - the request objectcontent - the content object to revert
public void viewPermissions(Request request,
PersistentObject obj)
throws ContentException
request - the request objectobj - the domain or content object
ContentException - if the database couldn't be accessed
properly
public void viewUnlock(Request request,
Content content)
request - the request objectcontent - the content object to unlock
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||