com.sapportals.portal.pb.iviewdef
Class IviewCachingLevel

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.Stringable
        |
        +--com.sapportals.portal.pb.iviewdef.IviewCachingLevel
All Implemented Interfaces:
IiviewDef

public class IviewCachingLevel
extends com.sapportals.portal.prt.util.Stringable
implements IiviewDef

Defines the caching level of the iview


Field Summary
static IviewCachingLevel NONE
          Iview is not cached
static IviewCachingLevel SESSION
          Iview is cached per session
static IviewCachingLevel SHARED
          Iview is cached per all users
static IviewCachingLevel USER
          Iview is cached per user
 
Method Summary
static IviewCachingLevel getEnumByString(java.lang.String value)
          Method getEnumByString
 
Methods inherited from class com.sapportals.portal.prt.util.Stringable
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static IviewCachingLevel NONE
Iview is not cached

SESSION

public static IviewCachingLevel SESSION
Iview is cached per session

USER

public static IviewCachingLevel USER
Iview is cached per user

SHARED

public static IviewCachingLevel SHARED
Iview is cached per all users
Method Detail

getEnumByString

public static IviewCachingLevel getEnumByString(java.lang.String value)
Method getEnumByString
Parameters:
value - String
Returns:
IviewCachingLevel