public class ReadInventoryAvailabilityMediator extends AbstractReadBusinessObjectMediatorImpl
InventoryAvailabilityType
Constructor and Description |
---|
ReadInventoryAvailabilityMediator() |
Modifier and Type | Method and Description |
---|---|
void |
buildNoun(java.lang.Object aLogicalInventoryAvailabilityType,
java.lang.Object aPhysicalInvavlType)
This method builds the main InventoryAvailability noun.
|
java.lang.Object |
createNounType()
Creates a noun type that corresponds to the root physical entity.
|
buildNounParts, getNouns, getPhysicalDataContainer, getSelectionCriteria, initialize
getUpdateAccessProfile, setUpdateAccessProfile
initializeConfig
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeConfig
public void buildNoun(java.lang.Object aLogicalInventoryAvailabilityType, java.lang.Object aPhysicalInvavlType) throws AbstractApplicationException
aLogicalInventoryAvailabilityType
- The logical InventoryAvailability noun.aPhysicalInvavlType
- The physical Invavl data object.AbstractApplicationException
public java.lang.Object createNounType() throws BusinessObjectMediatorException
AbstractReadBusinessObjectMediatorImpl
BusinessObjectMediatorException
com.ibm.commerce.foundation.server.services.dataaccess.bom.mediator.ReadBusinessObjectMediator#createNounType()