|
|||||||||||
| 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.UserView
A helper class for the user view. This class contains methods for creating the HTML responses to the pages in the user view.
| Field Summary |
| Fields inherited from class org.liquidsite.app.admin.view.AdminView |
BASE, CONTENT, DIALOG, HOME, SCRIPT, SITE, SYSTEM, USER |
| Method Summary | |
void |
viewEditGroup(Request request,
Group group)
Shows the add or edit group page. |
void |
viewEditUser(Request request,
Domain domain,
User user)
Shows the add or edit user page. |
void |
viewGroup(Request request)
Shows the view group detail page. |
void |
viewUsers(Request request)
Shows the users page. |
| 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 viewUsers(Request request)
throws ContentException,
ContentSecurityException
request - the request object
ContentException - if the database couldn't be accessed
properly
ContentSecurityException - if the user didn't have the
required permissions
public void viewGroup(Request request)
throws ContentException,
ContentSecurityException
request - the request object
ContentException - if the database couldn't be accessed
properly
ContentSecurityException - if the user didn't have the
required permissions
public void viewEditUser(Request request,
Domain domain,
User user)
throws ContentException
request - the request objectdomain - the user domainuser - the user to edit, or null to add new
ContentException - if the database couldn't be accessed
properly
public void viewEditGroup(Request request,
Group group)
request - the request objectgroup - the group to edit, or null to add new
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||