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

<model-hints>
	<model name="com.liferay.depot.model.DepotAppCustomization">
		<field name="mvccVersion" type="long" />
		<field name="depotAppCustomizationId" type="long" />
		<field name="companyId" type="long" />
		<field name="depotEntryId" type="long" />
		<field name="enabled" type="boolean" />
		<field name="portletId" type="String" />
	</model>
	<model name="com.liferay.depot.model.DepotEntry">
		<field name="mvccVersion" type="long" />
		<field name="uuid" type="String" />
		<field name="depotEntryId" 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" />
	</model>
	<model name="com.liferay.depot.model.DepotEntryGroupRel">
		<field name="mvccVersion" type="long" />
		<field name="depotEntryGroupRelId" type="long" />
		<field name="companyId" type="long" />
		<field name="depotEntryId" type="long" />
		<field name="searchable" type="boolean" />
		<field name="toGroupId" type="long" />
	</model>
</model-hints>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy