Uses of Class
com.sapportals.portal.pb.iviewdef.IviewCachingLevel

Packages that use IviewCachingLevel
com.sapportals.portal.pb.iviewdef   
 

Uses of IviewCachingLevel in com.sapportals.portal.pb.iviewdef
 

Fields in com.sapportals.portal.pb.iviewdef declared as IviewCachingLevel
static IviewCachingLevel IviewCachingLevel.NONE
          Iview is not cached
static IviewCachingLevel IviewCachingLevel.SESSION
          Iview is cached per session
static IviewCachingLevel IviewCachingLevel.USER
          Iview is cached per user
static IviewCachingLevel IviewCachingLevel.SHARED
          Iview is cached per all users
 

Methods in com.sapportals.portal.pb.iviewdef that return IviewCachingLevel
static IviewCachingLevel IviewCachingLevel.getEnumByString(java.lang.String value)
          Method getEnumByString