META-INF.portlet-model-hints.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.commerce.machine.learning.forecast.alert.service
Show all versions of com.liferay.commerce.machine.learning.forecast.alert.service
Liferay Commerce Machine Learning Forecast Alert Service
<?xml version="1.0"?> <model-hints> <model name="com.liferay.commerce.machine.learning.forecast.alert.model.CommerceMLForecastAlertEntry"> <field name="uuid" type="String" /> <field name="commerceMLForecastAlertEntryId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String" /> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="commerceAccountId" type="long" /> <field name="actual" type="double" /> <field name="forecast" type="double" /> <field name="timestamp" type="Date" /> <field name="relativeChange" type="double" /> <field name="status" type="int" /> </model> </model-hints>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy