|
|
|||||
| Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface |
Interface ICESView
|
| Class Hierarchy |
com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.ICESView
| Class Location |
| Class Description |
public interface ICESView
This is a custom interface that represents a View(Form) in CES.
CES supports two types of views under the same View Name: Search View and Result View. The Search View consists of attributes on which query criteria can be set to execute a Search. The Result View consists of attributes that are displayed in the Results, on execution of a Search. Refer the CESViewType Class documentation for more information on valid View Types.
All Implemented Interfaces: ICESObject
| Field Summary |
| Constructor Summary |
| Method Summary |
| public ICESViewAttributeList | getCESViewAttributeList(CESViewType iViewType)
Returns the List of Attributes defined in this View for the given View Type. |
| public int | getIndexOfCESViewAttribute(CESViewType iViewType, ICESViewAttribute viewAttr)
Returns the Index of the View Attribute in this view for the given View Type. |
| public ICESCategory | getQueryCategory()
Returns the View Query Category. |
| public String | getViewContentType()
Returns the View Content Type. |
| public String | getViewName()
Returns the View Name. |
| public String | getViewObjectID()
Returns the View ObjectID. |
| public CESSearchType | getViewSearchType()
Returns the View Search Type. |
| public CESViewType | getViewType()
Returns the View Type. |
| public void | setQueryCategory(ICESCategory iCategory)
Sets the View Query Category. |
| public void | setViewContentType(String contentType)
Sets the View Content Type. |
| public void | setViewName(String viewName)
Sets the View Name. |
| public void | setViewObjectID(String viewObjectID)
Sets the View ObjectID. |
| public void | setViewSearchType(CESSearchType iSearchType)
Sets the View Search Type. |
| public void | setViewType(CESViewType cesViewType)
Sets the View Type. |
| Field Detail |
| Constructor Detail |
| Method Detail |
public ICESViewAttributeList getCESViewAttributeList(CESViewType iViewType)
Returns the List of Attributes defined in this View for the given View Type.
authObject==iViewType
public int getIndexOfCESViewAttribute(CESViewType iViewType, ICESViewAttribute viewAttr)
Returns the Index of the View Attribute in this view for the given View Type.
iViewTypeviewAttr
public ICESCategory getQueryCategory()
Returns the View Query Category. This is the category on which the query is executed.
public String getViewContentType()
Returns the View Content Type.
public String getViewName()
Returns the View Name.
public String getViewObjectID()
Returns the View ObjectID.
public CESSearchType getViewSearchType()
Returns the View Search Type.
public CESViewType getViewType()
Returns the View Type.
public void setQueryCategory(ICESCategory iCategory)
Sets the View Query Category.
iCategory
public void setViewContentType(String contentType)
Sets the View Content Type.
contentType
public void setViewName(String viewName)
Sets the View Name.
viewName
public void setViewObjectID(String viewObjectID)
Sets the View ObjectID.
viewObjectID
public void setViewSearchType(CESSearchType iSearchType)
Sets the View Search Type.
iSearchType
public void setViewType(CESViewType cesViewType)
Sets the View Type.
cesViewType