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

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

The newest version!
<?xml version="1.0"?>

<model-hints>
	<model name="com.liferay.commerce.term.model.CommerceTermEntry">
		<field name="mvccVersion" type="long" />
		<field name="uuid" type="String" />
		<field name="externalReferenceCode" type="String" />
		<field name="defaultLanguageId" type="String" />
		<field name="commerceTermEntryId" 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="active" type="boolean" />
		<field name="displayDate" type="Date" />
		<field name="expirationDate" type="Date" />
		<field name="name" type="String" />
		<field name="priority" type="double" />
		<field name="type" type="String" />
		<field name="typeSettings" type="String" />
		<field name="lastPublishDate" type="Date" />
		<field name="status" type="int" />
		<field name="statusByUserId" type="long" />
		<field name="statusByUserName" type="String" />
		<field name="statusDate" type="Date" />
	</model>
	<model name="com.liferay.commerce.term.model.CommerceTermEntryRel">
		<field name="mvccVersion" type="long" />
		<field name="commerceTermEntryRelId" 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="classNameId" type="long" />
		<field name="classPK" type="long" />
		<field name="commerceTermEntryId" type="long" />
	</model>
	<model name="com.liferay.commerce.term.model.CTermEntryLocalization">
		<field name="mvccVersion" type="long" />
		<field name="cTermEntryLocalizationId" type="long" />
		<field name="companyId" type="long" />
		<field name="commerceTermEntryId" type="long" />
		<field name="languageId" type="String" />
		<field name="description" type="String">
			<hint-collection name="CLOB" />
			<sanitize content-type="text/html" modes="ALL" />
		</field>
		<field name="label" type="String">
			<sanitize content-type="text/html" modes="ALL" />
		</field>
	</model>
</model-hints>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy