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
| 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 |
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
getEnumByString
public static IviewCachingLevel getEnumByString(java.lang.String value)
- Method getEnumByString
- Parameters:
value - String- Returns:
- IviewCachingLevel