|
|
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 |
String | getViewName() |
void | setViewName(String viewName) |
String | getViewObjectID() |
void | setViewObjectID(String viewObjectID) |
CESViewType | getViewType() |
void | setViewType(CESViewType cesViewType) |
CESSearchType | getViewSearchType() |
void | setViewSearchType(CESSearchType iSearchType) |
String | getViewContentType() |
void | setViewContentType(String contentType) |
ICESCategory | getQueryCategory() |
void | setQueryCategory(ICESCategory iCategory) |
ICESViewAttributeList | getCESViewAttributeList(CESViewType iViewType) |
int | getIndexOfCESViewAttribute(CESViewType iViewType, ICESViewAttribute viewAttr) |
Field Detail |
Constructor Detail |
Method Detail |
String getViewName()Returns the View Name.
void setViewName(String viewName)Sets the View Name.
viewName
String getViewObjectID()Returns the View ObjectID.
void setViewObjectID(String viewObjectID)Sets the View ObjectID.
viewObjectID
CESViewType getViewType()Returns the View Type.
void setViewType(CESViewType cesViewType)Sets the View Type.
cesViewType
CESSearchType getViewSearchType()Returns the View Search Type.
void setViewSearchType(CESSearchType iSearchType)Sets the View Search Type.
iSearchType
String getViewContentType()Returns the View Content Type.
void setViewContentType(String contentType)Sets the View Content Type.
contentType
ICESCategory getQueryCategory()Returns the View Query Category. This is the category on which the query is executed.
void setQueryCategory(ICESCategory iCategory)Sets the View Query Category.
iCategory
ICESViewAttributeList getCESViewAttributeList(CESViewType iViewType)Returns the List of Attributes defined in this View for the given View Type.
authObject==
iViewType
int getIndexOfCESViewAttribute(CESViewType iViewType, ICESViewAttribute viewAttr)Returns the Index of the View Attribute in this view for the given View Type.
iViewType
viewAttr