Package com.microstrategy.web.app.utils
Class ShortcutHelper
- java.lang.Object
-
- com.microstrategy.web.app.utils.ShortcutHelper
-
public class ShortcutHelper extends java.lang.Object
- Since:
- MicroStrategy Web 8.0.0
-
-
Constructor Summary
Constructors Constructor Description ShortcutHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getEffectiveDescription(BeanContext context, WebObjectInfo object)
Returns the actual description of the object specified as a parameter.static java.lang.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.
-
-
-
Method Detail
-
getEffectiveName
public static java.lang.String getEffectiveName(BeanContext context, WebObjectInfo object)
Returns the actual name of the object specified as a parameter.- Parameters:
context
- BeanContextobject
- WebObjectInfo- Returns:
- a String with the actual name of the object.
-
getEffectiveDescription
public static java.lang.String getEffectiveDescription(BeanContext context, WebObjectInfo object)
Returns the actual description of the object specified as a parameter.- Parameters:
context
- BeanContextobject
- WebObjectInfo- Returns:
- a String with the actual description of the object.
-
getEffectiveSubType
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.
- Since:
- MicroStrategy Web 8.0.1
-
isTargetAccessible
public static boolean isTargetAccessible(WebObjectInfo object)
Checks if the object is accessible.- Parameters:
object
- WebObjectInfo- Returns:
- boolean
-
-