java.lang.Object | |
↳ | com.microstrategy.web.app.utils.ShortcutHelper |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ShortcutHelper() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static String |
getEffectiveDescription(BeanContext context, WebObjectInfo object)
Returns the actual description of the object specified as a parameter.
| ||||||||||
static String |
getEffectiveName(BeanContext context, WebObjectInfo object)
Returns the actual name of the object specified as a parameter.
| ||||||||||
static int |
getEffectiveSubType(WebObjectInfo object)
Returns the actual description of the object specified as a parameter.
| ||||||||||
static boolean |
isTargetAccessible(WebObjectInfo object)
Checks if the object is accessible.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the actual description of the object specified as a parameter.
context | BeanContext |
---|---|
object | WebObjectInfo |
Returns the actual name of the object specified as a parameter.
context | BeanContext |
---|---|
object | WebObjectInfo |
Returns the actual description of the object specified as a parameter.
object | WebObjectInfo |
---|
Checks if the object is accessible.
object | WebObjectInfo |
---|