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.microblogs.model.MicroblogsEntry">
		<field name="microblogsEntryId" 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="creatorClassNameId" type="long" />
		<field name="creatorClassPK" type="long" />
		<field name="content" type="String">
			<hint-collection name="TEXTAREA" />
			<validator name="required" />
		</field>
		<field name="type" type="int" />
		<field name="parentMicroblogsEntryId" type="long" />
		<field name="socialRelationType" type="int" />
	</model>
</model-hints>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy