Package mc.core.domain.base.dobj
Class VersionReport
java.lang.Object
mc.core.domain.base.dobj.VersionReport
helper for version report tracking
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()mc.core.system.util.misc.ListMap<Locale,ReportItem> voidreportChangeProperty(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.voidreportChangeProperty(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.voidreportChangeValue(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.
-
Method Details
-
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
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.
-