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

Class ReadLayoutMediator

    • Field Detail

      • COPYRIGHT

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

      • ReadLayoutMediator

        public ReadLayoutMediator()
    • Method Detail

      • buildNoun

        public void buildNoun(java.lang.Object aLogicalEntityType,
                              java.lang.Object aPhysicalEntityType)
                       throws AbstractApplicationException
        This method builds the main Layout noun.
        Parameters:
        aLogicalEntityType - The logical noun, com.ibm.commerce.pagelayout.facade.datatypes.LayoutType expected.
        aPhysicalEntityType - The 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.LayoutType aLogicalEntityType,
                                  com.ibm.commerce.pagelayout.facade.server.entity.datatypes.PageLayout aPhysicalEntity)
                           throws AbstractApplicationException
        This method populates the Layout noun level configurable user data.
        Parameters:
        aLogicalEntityType - The logical noun of layout.
        aPhysicalEntity - The physical data object of layout.
        Throws:
        AbstractApplicationException