Class VersionReport

java.lang.Object
mc.core.domain.base.dobj.VersionReport

public class VersionReport extends Object
helper for version report tracking
  • Method Details

    • getReportItems

      public mc.core.system.util.misc.ListMap<Locale,ReportItem> getReportItems()
    • clear

      public void clear()
    • reportChangeValue

      public void reportChangeValue(String keyPostfix, String valueOld, String valueNew, Locale locale, String... args)
      add a report item for an attribute value change in given locale to current report in session, providing old and new value data.
    • reportChangeProperty

      public void reportChangeProperty(PropertyDescriptor desc, String valueOld, String valueNew)
      add a report item for base data property value change in content locale to current report in session, providing old and new value data.
    • reportChangeProperty

      public void reportChangeProperty(PropertyDescriptor desc, String valueOld, String valueNew, Locale locale)
      add a report item for base data property value change in given locale to current report in session, providing old and new value data.