com.centrasite.control.administration.usermanagement.role.adapters
Class ViewAllRolesAdapter.YESCommand

java.lang.Object
  extended by com.centrasite.control.adapters.commands.PromptYesCommand
      extended by com.centrasite.control.administration.usermanagement.role.adapters.ViewAllRolesAdapter.YESCommand
All Implemented Interfaces:
com.softwareag.cis.server.util.ICommand
Enclosing class:
ViewAllRolesAdapter

public class ViewAllRolesAdapter.YESCommand
extends PromptYesCommand


Constructor Summary
ViewAllRolesAdapter.YESCommand()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class com.centrasite.control.adapters.commands.PromptYesCommand
executeEx, getValue, setValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewAllRolesAdapter.YESCommand

public ViewAllRolesAdapter.YESCommand()
Method Detail

execute

public void execute()
Specified by:
execute in interface com.softwareag.cis.server.util.ICommand
Overrides:
execute in class PromptYesCommand