|
|
|||||
| Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface |
Interface ICESItem
|
| Class Hierarchy |
com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.ICESItem
| Class Location |
| Class Description |
public interface ICESItem
This is a custom interface that represents a row in the results obtained on execution of a Search in CES.
| Field Summary |
| Constructor Summary |
| Method Summary |
| public String | get(String key)
Returns the value to which the specified key is mapped, for this CESItem. |
| public String | getCESItemObjectID()
Returns the ObjectID of this CESItem. |
| public ArrayList | getRowData()
Returns an ArrayList that contains the data in this CESItem. |
| public String | getValue(ICESViewAttribute viewAttribute)
Returns the value under the column for the specified CESViewAttribute. |
| public String | getValue(int columnIndex)
Returns the value under the column for the specified column index. |
| public String | getValueByViewAttributeDBName(String viewAttributeDBName)
Returns the value under the column for the specified View Attribute DataBase Name. |
| public String | getValueByViewAttributeLabel(String viewAttributeLabel)
Returns the value under the column for the specified View Attribute Label. |
| public ICESView | getView()
Returns the CESView associated with this CESItem (the CESView from the parent CESItemSet). |
| public void | setParentItemSet(ICESItemSet itemSet)
Links this CESItem with a (parent)CESItemSet. |
| Field Detail |
| Constructor Detail |
| Method Detail |
public String get(String key)
Returns the value to which the specified key is mapped, for this CESItem. Keys represent certain attributes
of the CESItem (like "row_id", "obj_id", "markedforedit" etc.).
String
public String getCESItemObjectID()
Returns the ObjectID of this CESItem.
public ArrayList getRowData()
Returns an ArrayList that contains the data in this CESItem.
public String getValue(ICESViewAttribute viewAttribute)
Returns the value under the column for the specified CESViewAttribute.
viewAttribute
public String getValue(int columnIndex)
Returns the value under the column for the specified column index.
columnIndex
public String getValueByViewAttributeDBName(String viewAttributeDBName)
Returns the value under the column for the specified View Attribute DataBase Name.
viewAttributeDBName
public String getValueByViewAttributeLabel(String viewAttributeLabel)
Returns the value under the column for the specified View Attribute Label.
viewAttributeLabel
public ICESView getView()
Returns the CESView associated with this CESItem (the CESView from the parent CESItemSet).
public void setParentItemSet(ICESItemSet itemSet)
Links this CESItem with a (parent)CESItemSet.
itemSet