Class SAPBaseStoreConfigurationMappingPopulator

  • All Implemented Interfaces:
    Populator<BaseStoreModel,​java.util.Map<java.lang.String,​java.lang.Object>>

    public class SAPBaseStoreConfigurationMappingPopulator
    extends java.lang.Object
    implements Populator<BaseStoreModel,​java.util.Map<java.lang.String,​java.lang.Object>>
    Populator for transferring the mapping from Base Store to Base Store Configuration.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void populate​(BaseStoreModel baseStoreModel, java.util.Map<java.lang.String,​java.lang.Object> propertyMap)
      Populate the target instance with values from the source instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SAPBaseStoreConfigurationMappingPopulator

        public SAPBaseStoreConfigurationMappingPopulator()
    • Method Detail

      • populate

        public void populate​(BaseStoreModel baseStoreModel,
                             java.util.Map<java.lang.String,​java.lang.Object> propertyMap)
                      throws ConversionException
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Specified by:
        populate in interface Populator<BaseStoreModel,​java.util.Map<java.lang.String,​java.lang.Object>>
        Parameters:
        baseStoreModel - the source object
        propertyMap - the target to fill
        Throws:
        ConversionException - if an error occurs