com.retek.rsm.user.administration
Class UserAdministrationPage

java.lang.Object
  extended byjavax.swing.tree.DefaultMutableTreeNode
      extended bycom.retek.platform.client.content.AbstractContent
          extended bycom.retek.platform.client.gui.content.AbstractPage
              extended bycom.retek.rsm.user.administration.UserAdministrationPage
All Implemented Interfaces:
java.lang.Cloneable, com.retek.platform.client.content.Content, com.retek.platform.client.content.action.ContentActionConstants, com.retek.platform.client.content.event.ContentNotificationListener, javax.swing.tree.MutableTreeNode, java.io.Serializable, javax.swing.tree.TreeNode

public class UserAdministrationPage
extends com.retek.platform.client.gui.content.AbstractPage
implements com.retek.platform.client.content.event.ContentNotificationListener

UserAdministrationPage is the page representing the User Administration workflow in RSM Administration

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.retek.platform.client.gui.content.AbstractPage
com.retek.platform.client.gui.content.AbstractPage.AbstractPagePanel
 
Field Summary
 
Fields inherited from class com.retek.platform.client.gui.content.AbstractPage
APPLY_CONTENT_ACTION_TASK, CANCEL_CONTENT_ACTION_TASK, DONE_CONTENT_ACTION_TASK, NEXT_CONTENT_ACTION_TASK, panel, PREVIOUS_CONTENT_ACTION_TASK, securityManager
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Fields inherited from interface com.retek.platform.client.content.action.ContentActionConstants
APPLY_ACTION, CANCEL_ACTION, CLOSE_ACTION, CLOSE_CONTENT_ACTION_SET, DEFAULT_CONTENT_ACTION_SET, DONE_ACTION, NEXT_ACTION, PREVIOUS_ACTION, SUSPEND_ACTION
 
Constructor Summary
UserAdministrationPage()
           
 
Method Summary
protected  void doApply()
           
protected  void doCancel()
           
protected  void doDone()
           
 SecurityAdminService getService()
           
 java.lang.String getTitle()
           
protected  com.retek.platform.client.gui.content.Container getUserAdminContainer()
           
protected  com.retek.platform.client.gui.content.Container getUserEditContainer()
           
 void init(com.retek.platform.client.content.ContentSession session)
           
 void valueChanged(com.retek.platform.client.content.event.ContentNotificationEvent e)
           
 
Methods inherited from class com.retek.platform.client.gui.content.AbstractPage
closeContent, doNext, doPrevious, getAbstractPageAncestor, getComponent, getContentActionSet, getContentContainerContext, getContentSession, getFocusComponent, getID, getTestBusinessObjectReference, getValueObject, getValueObjectMediator, getVisibleRectangle, setContentActionEnabled, setContentActionEnabled, setContentActionTask, setFocusComponent, setValueObject, setVisibleRectangle
 
Methods inherited from class com.retek.platform.client.content.AbstractContent
destroy, getDescription, start, stop
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.swing.tree.MutableTreeNode
insert, remove, remove, removeFromParent, setParent, setUserObject
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 

Constructor Detail

UserAdministrationPage

public UserAdministrationPage()
Method Detail

init

public void init(com.retek.platform.client.content.ContentSession session)
Specified by:
init in interface com.retek.platform.client.content.Content

getUserAdminContainer

protected com.retek.platform.client.gui.content.Container getUserAdminContainer()

getUserEditContainer

protected com.retek.platform.client.gui.content.Container getUserEditContainer()

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface com.retek.platform.client.content.Content

doApply

protected void doApply()

doCancel

protected void doCancel()

doDone

protected void doDone()

getService

public SecurityAdminService getService()
Returns:
Returns the service.

valueChanged

public void valueChanged(com.retek.platform.client.content.event.ContentNotificationEvent e)
Specified by:
valueChanged in interface com.retek.platform.client.content.event.ContentNotificationListener