Package com.ptc.expansionui.server
Class ViewValueBean
java.lang.Object
com.ptc.expansionui.server.ViewValueBean
Contains ViewBean mapped to their respective object Identifier.
Supported API: true
Supported API: true
-
Method Summary
Modifier and TypeMethodDescriptioncom.ptc.expansionui.client.ui.beans.ViewBeangetViewBean(com.ptc.cat.entity.client.Identifier id) returns ViewBean for an Identifier
Supported API: trueMap<com.ptc.cat.entity.client.Identifier,com.ptc.expansionui.client.ui.beans.ViewBean> Returns Identifier vs ViewBean Map
Supported API: true
-
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
-