public class SolrReadBreadCrumbTrailViewPartMediator extends AbstractReadBusinessObjectPartMediatorImpl
Constructor and Description |
---|
SolrReadBreadCrumbTrailViewPartMediator() |
Modifier and Type | Method and Description |
---|---|
void |
buildNounPart(java.lang.Object aNoun,
java.lang.Object aPhysicalEntity)
Build the /CatalogNavigationView/BreadCrumbTrailView portion of the
CatalogNavigationView noun.
|
getPhysicalDataContainer, getSelectionCriteria, setPhysicalDataContainer, setSelectionCriteria
getUpdateAccessProfile, setUpdateAccessProfile
initializeConfig
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeConfig
public SolrReadBreadCrumbTrailViewPartMediator()
public void buildNounPart(java.lang.Object aNoun, java.lang.Object aPhysicalEntity) throws BusinessObjectMediatorException
aNoun
- an Object for holding the Logial entity which is of type
CatalogNavigationView
, to be populated by copying
data from physical entityaPhysicalEntity
- an Object to hold the physical entity of type
CatalogNavigationView
which contains the data
that has to be populated in Logical Entity.throws
- an exception of type
BusinessObjectMediatorException
BusinessObjectMediatorException
ReadBusinessObjectPartMediator.buildNounPart(java.lang.Object,
java.lang.Object)