public interface CatalogNavigationViewType
The following features are supported:
CatalogPackage.getCatalogNavigationViewType()
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.catalog.facade.datatypes.BreadCrumbTrailViewType |
getBreadCrumbTrailView()
Returns the value of the 'Bread Crumb Trail View' containment reference.
|
java.util.List |
getCatalogEntryView()
Returns the value of the 'Catalog Entry View' containment reference list.
|
java.util.List |
getCatalogGroupView()
Returns the value of the 'Catalog Group View' containment reference list.
|
java.util.List |
getFacetView()
Returns the value of the 'Facet View' containment reference list.
|
java.util.Map |
getMetaData()
Returns the value of the 'Meta Data' map.
|
com.ibm.commerce.catalog.facade.datatypes.PreviewReportType |
getPreviewReport()
Returns the value of the 'Preview Report' containment reference.
|
java.util.List |
getSuggestionView()
Returns the value of the 'Suggestion View' containment reference list.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
java.util.List |
getWebContentView()
Returns the value of the 'Web Content View' containment reference list.
|
void |
setBreadCrumbTrailView(com.ibm.commerce.catalog.facade.datatypes.BreadCrumbTrailViewType value)
Sets the value of the '
Bread Crumb Trail View ' containment reference. |
void |
setPreviewReport(com.ibm.commerce.catalog.facade.datatypes.PreviewReportType value)
Sets the value of the '
Preview Report ' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
java.util.List getCatalogEntryView()
CatalogEntryViewType
.
List of catalog entries within the given catalog
navigation view scope.
CatalogPackage.getCatalogNavigationViewType_CatalogEntryView()
java.util.List getCatalogGroupView()
CatalogGroupViewType
.
List of catalog groups within the given catalog
navigation view scope.
CatalogPackage.getCatalogNavigationViewType_CatalogGroupView()
java.util.List getFacetView()
FacetViewType
.
Additional meta data for this catalog.
CatalogPackage.getCatalogNavigationViewType_FacetView()
java.util.Map getMetaData()
String
,
and the value is of type String
,
If the meaning of the 'Meta Data' map isn't clear, there really should be more of a description here...
CatalogPackage.getCatalogNavigationViewType_MetaData()
com.ibm.commerce.catalog.facade.datatypes.BreadCrumbTrailViewType getBreadCrumbTrailView()
If the meaning of the 'Bread Crumb Trail View' containment reference isn't clear, there really should be more of a description here...
setBreadCrumbTrailView(BreadCrumbTrailViewType)
,
CatalogPackage.getCatalogNavigationViewType_BreadCrumbTrailView()
void setBreadCrumbTrailView(com.ibm.commerce.catalog.facade.datatypes.BreadCrumbTrailViewType value)
Bread Crumb Trail View
' containment reference.
value
- the new value of the 'Bread Crumb Trail View' containment reference.getBreadCrumbTrailView()
UserDataType getUserData()
setUserData(UserDataType)
,
CatalogPackage.getCatalogNavigationViewType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()
com.ibm.commerce.catalog.facade.datatypes.PreviewReportType getPreviewReport()
If the meaning of the 'Preview Report' containment reference isn't clear, there really should be more of a description here...
setPreviewReport(PreviewReportType)
,
CatalogPackage.getCatalogNavigationViewType_PreviewReport()
void setPreviewReport(com.ibm.commerce.catalog.facade.datatypes.PreviewReportType value)
Preview Report
' containment reference.
value
- the new value of the 'Preview Report' containment reference.getPreviewReport()
java.util.List getSuggestionView()
SuggestionViewType
.
If the meaning of the 'Suggestion View' containment reference list isn't clear, there really should be more of a description here...
CatalogPackage.getCatalogNavigationViewType_SuggestionView()
java.util.List getWebContentView()
WebContentViewType
.
List of web content entries within the given catalog
navigation view scope.
CatalogPackage.getCatalogNavigationViewType_WebContentView()