All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.portlet-model-hints.xml Maven / Gradle / Ivy

There is a newer version: 5.0.38
Show newest version
<?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