portal.process.action
Class PortalActionScope

java.lang.Object
  extended byportal.process.action.PortalActionScope
All Implemented Interfaces:
I_PortalActionScope

public class PortalActionScope
extends java.lang.Object
implements I_PortalActionScope

Contains static referencies of all process action scopes currently known in OpenVend.

Version:
$Revision: 1.6 $
Author:
Thomas Weckert

Field Summary
static I_PortalActionScope SCOPE_APPLICATION
           
static I_PortalActionScope SCOPE_PROCESS
           
static I_PortalActionScope SCOPE_REQUEST
           
static I_PortalActionScope SCOPE_SESSION
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
           
 java.lang.Integer getScopeId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SCOPE_REQUEST

public static final I_PortalActionScope SCOPE_REQUEST

SCOPE_PROCESS

public static final I_PortalActionScope SCOPE_PROCESS

SCOPE_SESSION

public static final I_PortalActionScope SCOPE_SESSION

SCOPE_APPLICATION

public static final I_PortalActionScope SCOPE_APPLICATION
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface I_PortalActionScope
See Also:
I_PortalActionScope.getName()

getScopeId

public java.lang.Integer getScopeId()
Specified by:
getScopeId in interface I_PortalActionScope
See Also:
I_PortalActionScope.getScopeId()

hashCode

public int hashCode()
See Also:
Object.hashCode()

equals

public boolean equals(java.lang.Object obj)
See Also:
Object.equals(java.lang.Object)

toString

public java.lang.String toString()
See Also:
Object.toString()