Class TimeDataPopulator

    • Constructor Detail

      • TimeDataPopulator

        public TimeDataPopulator()
    • Method Detail

      • setCommerceCommonI18NService

        public void setCommerceCommonI18NService​(CommerceCommonI18NService commerceCommonI18NService)
      • getCurrentLocale

        protected java.util.Locale getCurrentLocale()
      • populate

        public void populate​(java.util.Date source,
                             TimeData target)
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Specified by:
        populate in interface Populator<java.util.Date,​TimeData>
        Parameters:
        source - the source object
        target - the target to fill
      • getDateFormat

        protected java.text.DateFormat getDateFormat()