portal.process.action
Class PortalActionScope
java.lang.Object
portal.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
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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
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()