public class

ShortcutHelper

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.utils.ShortcutHelper

Summary

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
From class java.lang.Object

Public Constructors

public ShortcutHelper ()

Public Methods

public static String getEffectiveDescription (BeanContext context, WebObjectInfo object)

Returns the actual description of the object specified as a parameter.

Parameters
context BeanContext
object WebObjectInfo
Returns
  • a String with the actual description of the object.

public static String getEffectiveName (BeanContext context, WebObjectInfo object)

Returns the actual name of the object specified as a parameter.

Parameters
context BeanContext
object WebObjectInfo
Returns
  • a String with the actual name of the object.

public static int getEffectiveSubType (WebObjectInfo object)

Returns the actual description of the object specified as a parameter.

Parameters
object WebObjectInfo
Returns
  • a String with the actual description of the object.

public static boolean isTargetAccessible (WebObjectInfo object)

Checks if the object is accessible.

Parameters
object WebObjectInfo
Returns
  • boolean