uPortal 2.4.1
API Documentation

org.jasig.portal.channels.permissionsmanager.commands
Class Cancel

java.lang.Object
  extended byorg.jasig.portal.channels.permissionsmanager.commands.Cancel
All Implemented Interfaces:
IPermissionCommand

public class Cancel
extends java.lang.Object
implements IPermissionCommand

An IPermissionCommand implementation that resets CPermissionsManager and sets the prmFinished flag in staticData for IServant operations

Version:
$Revision: 1.8 $
Author:
Alex Vigdor

Constructor Summary
Cancel()
          Creates new StartOver
 
Method Summary
 void execute(PermissionsSessionData session)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cancel

public Cancel()
Creates new StartOver

Method Detail

execute

public void execute(PermissionsSessionData session)
             throws java.lang.Exception
Specified by:
execute in interface IPermissionCommand
Throws:
java.lang.Exception

uPortal 2.4.1
API Documentation