com.ibm.commerce.member.dataload.mediator

Class OrganizationAttributeValueMediator

  • All Implemented Interfaces:
    BusinessObjectMediator


    public class OrganizationAttributeValueMediator
    extends AbstractMemberMediator
    This mediator is used to load the organization attribute values. In the data load replace mode, it will replace all attribute values for a given attribute. That is, it treats all attribute values for a given attribute as one unit. It will be replaced with the new input data. When your input is a CSV file, you need to put all attribute values for a single attribute on a single line. If you have the same attribute on multiple lines, the last line of data will overwrite all previous lines data. This mediator populates these tables:
    • MBRATTRVAL
    • Constructor Detail

      • OrganizationAttributeValueMediator

        public OrganizationAttributeValueMediator()