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: 4.0.119
Show newest version
<?xml version="1.0"?>

<model-hints>
	<model name="com.liferay.fragment.model.FragmentCollection">
		<field name="uuid" type="String" />
		<field name="fragmentCollectionId" type="long" />
		<field name="groupId" 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="fragmentCollectionKey" type="String" />
		<field name="name" type="String">
			<validator name="required" />
		</field>
		<field name="description" type="String">
			<hint-collection name="TEXTAREA" />
		</field>
		<field name="lastPublishDate" type="Date" />
	</model>
	<model name="com.liferay.fragment.model.FragmentEntry">
		<field name="uuid" type="String" />
		<field name="fragmentEntryId" type="long" />
		<field name="groupId" 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="fragmentCollectionId" type="long" />
		<field name="fragmentEntryKey" type="String" />
		<field name="name" type="String">
			<validator name="required" />
		</field>
		<field name="css" type="String">
			<hint-collection name="CLOB" />
		</field>
		<field name="html" type="String">
			<hint-collection name="CLOB" />
		</field>
		<field name="js" type="String">
			<hint-collection name="CLOB" />
		</field>
		<field name="previewFileEntryId" type="long" />
		<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.fragment.model.FragmentEntryLink">
		<field name="uuid" type="String" />
		<field name="fragmentEntryLinkId" type="long" />
		<field name="groupId" 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="originalFragmentEntryLinkId" type="long" />
		<field name="fragmentEntryId" type="long" />
		<field name="classNameId" type="long" />
		<field name="classPK" type="long" />
		<field name="css" type="String">
			<hint-collection name="CLOB" />
		</field>
		<field name="html" type="String">
			<hint-collection name="CLOB" />
		</field>
		<field name="js" type="String">
			<hint-collection name="CLOB" />
		</field>
		<field name="editableValues" type="String">
			<hint-collection name="CLOB" />
		</field>
		<field name="position" type="int" />
		<field name="lastPropagationDate" type="Date" />
		<field name="namespace" type="String" />
		<field name="lastPublishDate" type="Date" />
	</model>
</model-hints>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy