Class ViewValueBean

java.lang.Object
com.ptc.expansionui.server.ViewValueBean

public class ViewValueBean extends Object
Contains ViewBean mapped to their respective object Identifier.

Supported API: true
  • Method Summary

    Modifier and Type
    Method
    Description
    com.ptc.expansionui.client.ui.beans.ViewBean
    getViewBean(com.ptc.cat.entity.client.Identifier id)
    returns ViewBean for an Identifier

    Supported API: true
    Map<com.ptc.cat.entity.client.Identifier,com.ptc.expansionui.client.ui.beans.ViewBean>
    Returns Identifier vs ViewBean Map

    Supported API: true

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getViewBeans

      public Map<com.ptc.cat.entity.client.Identifier,com.ptc.expansionui.client.ui.beans.ViewBean> getViewBeans()
      Returns Identifier vs ViewBean Map

      Supported API: true
      Returns:
      Map<Identifier,ViewBean>
    • getViewBean

      public com.ptc.expansionui.client.ui.beans.ViewBean getViewBean(com.ptc.cat.entity.client.Identifier id)
      returns ViewBean for an Identifier

      Supported API: true
      Parameters:
      id - Identifier
      Returns:
      ViewBean