com.ibm.commerce.pagelayout.facade.server.services.dataaccess.bom.mediator

Class ReadLayoutWidgetPartMediator

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ReadLayoutWidgetPartMediator

        public ReadLayoutWidgetPartMediator()
    • Method Detail

      • buildNounPart

        public void buildNounPart(java.lang.Object aLogicalEntityType,
                                  java.lang.Object aPhysicalEntityType)
                           throws AbstractApplicationException
        This method builds the logical Widget part and adds it to the main Layout noun.
        Parameters:
        aLogicalEntityType - The root noun which will contain the noun part built through this mediator, com.ibm.commerce.pagelayout.facade.datatypes.LayoutType expected.
        aPhysicalEntityType - The root physical data object, com.ibm.commerce.pagelayout.facade.server.entity.datatypes.PageLayout expected.
        Throws:
        AbstractApplicationException
      • buildUserData

        public void buildUserData(com.ibm.commerce.pagelayout.facade.datatypes.WidgetType aLogicalEntityType,
                                  com.ibm.commerce.pagelayout.facade.server.entity.datatypes.PageLayoutWidget aPhysicalEntity)
                           throws AbstractApplicationException
        This method populates the Widget noun part level configurable user data.
        Parameters:
        aLogicalEntityType - The logical noun part of widget.
        aPhysicalEntity - The physical data object of widget.
        Throws:
        AbstractApplicationException