com.retek.rcom.gui.screen.security
Class RoleDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.security.RoleDialogHandler

public class RoleDialogHandler
extends ScreenHandler


Constructor Summary
RoleDialogHandler()
           
 
Method Summary
 void addRcomPermission(boolean apply)
           
 void addRmmPermission(boolean apply)
           
 void applyPermission(java.lang.Object permission)
           
 void createRole()
          ROLE METHODS
 void discardChanges()
           
 java.util.List getApplicationFilters()
           
 java.util.Collection getInheritedPermissions()
           
 java.lang.Object getInheritedRole()
           
 java.util.List getInheritedRoles()
           
 java.lang.String getNoInheritedRoleMessage()
           
 java.lang.String getPermissionName()
           
 java.util.List getPermissions()
           
 java.util.List getPermissions(java.lang.Object object)
           
 java.lang.String getRoleName()
           
 java.util.Collection getRolePermissions()
           
 boolean hasInheritedRcomPermission()
           
 boolean hasInheritedRmmPermission()
           
 boolean hasRcomPermission()
           
 boolean hasRmmPermission()
           
 void initializeManagers()
          STATE MANAGEMENT
 void removePermission(java.lang.Object permission)
           
 void setInheritedRole(java.lang.Object object)
           
 void setPermission(java.lang.Object object)
          PERMISSION METHODS
 void setRole(java.lang.Object object)
           
 void setRoleName(java.lang.String roleName)
           
 void submit()
           
 
Methods inherited from class com.retek.commons.gui.core.ScreenHandler
getException, getLogger, getSystemException, processSystemException, register, register, unregister, unregisterAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleDialogHandler

public RoleDialogHandler()
Method Detail

initializeManagers

public void initializeManagers()
                        throws SystemException,
                               RetekSecurityException
STATE MANAGEMENT

Throws:
SystemException
RetekSecurityException

getInheritedRoles

public java.util.List getInheritedRoles()
                                 throws SystemException
Throws:
SystemException

getApplicationFilters

public java.util.List getApplicationFilters()

getPermissions

public java.util.List getPermissions()
                              throws SystemException
Throws:
SystemException

getPermissions

public java.util.List getPermissions(java.lang.Object object)
                              throws SystemException
Throws:
SystemException

setPermission

public void setPermission(java.lang.Object object)
PERMISSION METHODS


getPermissionName

public java.lang.String getPermissionName()
                                   throws SystemException
Throws:
SystemException

createRole

public void createRole()
                throws SystemException
ROLE METHODS

Throws:
SystemException

setRole

public void setRole(java.lang.Object object)

getRoleName

public java.lang.String getRoleName()
                             throws SystemException
Throws:
SystemException

setRoleName

public void setRoleName(java.lang.String roleName)
                 throws SystemException
Throws:
SystemException

hasRcomPermission

public boolean hasRcomPermission()
                          throws SystemException
Throws:
SystemException

hasRmmPermission

public boolean hasRmmPermission()
                         throws SystemException
Throws:
SystemException

addRcomPermission

public void addRcomPermission(boolean apply)
                       throws SystemException
Throws:
SystemException

addRmmPermission

public void addRmmPermission(boolean apply)
                      throws SystemException
Throws:
SystemException

getRolePermissions

public java.util.Collection getRolePermissions()
                                        throws SystemException
Throws:
SystemException

getInheritedPermissions

public java.util.Collection getInheritedPermissions()
                                             throws SystemException
Throws:
SystemException

applyPermission

public void applyPermission(java.lang.Object permission)
                     throws SystemException
Throws:
SystemException

removePermission

public void removePermission(java.lang.Object permission)
                      throws SystemException
Throws:
SystemException

getInheritedRole

public java.lang.Object getInheritedRole()
                                  throws SystemException
Throws:
SystemException

setInheritedRole

public void setInheritedRole(java.lang.Object object)
                      throws SystemException,
                             BusinessException
Throws:
SystemException
BusinessException

hasInheritedRcomPermission

public boolean hasInheritedRcomPermission()
                                   throws SystemException
Throws:
SystemException

hasInheritedRmmPermission

public boolean hasInheritedRmmPermission()
                                  throws SystemException
Throws:
SystemException

getNoInheritedRoleMessage

public java.lang.String getNoInheritedRoleMessage()

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException

discardChanges

public void discardChanges()
                    throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28