com.ibm.commerce.member.dataload.mediator

Class OrganizationMediator

  • All Implemented Interfaces:
    BusinessObjectMediator


    public class OrganizationMediator
    extends AbstractMemberMediator
    This mediator transforms Organization noun to a list of physical objects. The transformed data include organization information, contact information, and ancestral relationships. This mediator populates these tables:
    • MEMBER
    • MBRREL
    • ORGENTITY
    • ADDRBOOK
    • ADDRESS
    This is the main mediator to create, update or delete organization member.
    • Constructor Detail

      • OrganizationMediator

        public OrganizationMediator()
    • Method Detail

      • init

        public void init()
                  throws DataLoadException
        This method performs initialization for the member mediator. Initialization tasks include:
        • Retrieve and set resolved context data from context services. Context data includes: languageId, storeId and currency.
        Specified by:
        init in interface BusinessObjectMediator
        Overrides:
        init in class AbstractMemberMediator
        Throws:
        DataLoadException - An application exception will be thrown if there was a problem retrieving the business contexts.