public class ReadGiftListItemPartMediator extends AbstractReadBusinessObjectPartMediatorImpl
Constructor and Description |
---|
ReadGiftListItemPartMediator() |
Modifier and Type | Method and Description |
---|---|
void |
buildNounPart(java.lang.Object aNoun,
java.lang.Object aPhysicalEntity)
This method builds the logical GiftListItem noun part and adds it to the main GiftList noun.
|
void |
buildUserData(GiftListItemType giftListItem,
com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grgftitm grItem)
This method populates the GiftListItem noun part level configurable user data.
|
getPhysicalDataContainer, getSelectionCriteria, setPhysicalDataContainer, setSelectionCriteria
getUpdateAccessProfile, setUpdateAccessProfile
initializeConfig
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeConfig
public void buildNounPart(java.lang.Object aNoun, java.lang.Object aPhysicalEntity) throws AbstractApplicationException
aNoun
- The root noun which will contain the noun part built through this mediator.aPhysicalEntity
- The root physical data object.AbstractApplicationException
public void buildUserData(GiftListItemType giftListItem, com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grgftitm grItem) throws AbstractApplicationException
giftListItem
- The logical noun part.grItem
- The physical data object.AbstractApplicationException