META-INF.portlet-model-hints.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.dynamic.data.mapping.service Show documentation
Show all versions of com.liferay.dynamic.data.mapping.service Show documentation
Liferay Dynamic Data Mapping Service
The newest version!
<?xml version="1.0"?> <model-hints> <model name="com.liferay.dynamic.data.mapping.model.DDMContent"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="uuid" type="String" /> <field name="contentId" 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 localized="true" name="name" type="String"> <validator name="required" /> </field> <field name="description" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="data" type="String"> <hint-collection name="CLOB" /> </field> </model> <model name="com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="uuid" type="String" /> <field name="dataProviderInstanceId" 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 localized="true" name="name" type="String"> <validator name="required" /> </field> <field localized="true" name="description" type="String"> <hint-collection name="CLOB" /> </field> <field name="definition" type="String"> <hint-collection name="CLOB" /> </field> <field name="type" type="String" /> <field name="lastPublishDate" type="Date" /> </model> <model name="com.liferay.dynamic.data.mapping.model.DDMDataProviderInstanceLink"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="dataProviderInstanceLinkId" type="long" /> <field name="companyId" type="long" /> <field name="dataProviderInstanceId" type="long" /> <field name="structureId" type="long" /> </model> <model name="com.liferay.dynamic.data.mapping.model.DDMField"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="fieldId" type="long" /> <field name="companyId" type="long" /> <field name="parentFieldId" type="long" /> <field name="storageId" type="long" /> <field name="structureVersionId" type="long" /> <field name="fieldName" type="String"> <hint name="max-length">255</hint> </field> <field name="fieldType" type="String"> <hint name="max-length">255</hint> </field> <field name="instanceId" type="String" /> <field name="localizable" type="boolean" /> <field name="priority" type="int" /> </model> <model name="com.liferay.dynamic.data.mapping.model.DDMFieldAttribute"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="fieldAttributeId" type="long" /> <field name="companyId" type="long" /> <field name="fieldId" type="long" /> <field name="storageId" type="long" /> <field name="attributeName" type="String"> <hint name="max-length">255</hint> </field> <field name="languageId" type="String" /> <field name="largeAttributeValue" type="String"> <hint-collection name="CLOB" /> </field> <field name="smallAttributeValue" type="String"> <hint name="max-length">255</hint> </field> </model> <model name="com.liferay.dynamic.data.mapping.model.DDMFormInstance"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="uuid" type="String" /> <field name="formInstanceId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String" /> <field name="versionUserId" type="long" /> <field name="versionUserName" type="String" /> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="structureId" type="long" /> <field name="version" type="String" /> <field localized="true" name="name" type="String"> <validator name="required" /> </field> <field localized="true" name="description" type="String"> <hint-collection name="CLOB" /> </field> <field name="settings" type="String"> <hint-collection name="CLOB" /> </field> <field name="lastPublishDate" type="Date" /> </model> <model name="com.liferay.dynamic.data.mapping.model.DDMFormInstanceRecord"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="uuid" type="String" /> <field name="formInstanceRecordId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String" /> <field name="versionUserId" type="long" /> <field name="versionUserName" type="String" /> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="formInstanceId" type="long" /> <field name="formInstanceVersion" type="String" /> <field name="storageId" type="long" /> <field name="version" type="String" /> <field name="ipAddress" type="String" /> <field name="lastPublishDate" type="Date" /> </model> <model name="com.liferay.dynamic.data.mapping.model.DDMFormInstanceRecordVersion"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="formInstanceRecordVersionId" 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="formInstanceId" type="long" /> <field name="formInstanceVersion" type="String" /> <field name="formInstanceRecordId" type="long" /> <field name="version" type="String" /> <field name="storageId" type="long" /> <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.dynamic.data.mapping.model.DDMFormInstanceReport"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="formInstanceReportId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="formInstanceId" type="long" /> <field name="data" type="String"> <hint-collection name="CLOB" /> </field> </model> <model name="com.liferay.dynamic.data.mapping.model.DDMFormInstanceVersion"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="formInstanceVersionId" 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="formInstanceId" type="long" /> <field name="structureVersionId" type="long" /> <field localized="true" name="name" type="String"> <validator name="required" /> </field> <field localized="true" name="description" type="String"> <hint-collection name="CLOB" /> </field> <field name="settings" type="String"> <hint-collection name="CLOB" /> </field> <field name="version" type="String" /> <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.dynamic.data.mapping.model.DDMStorageLink"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="uuid" type="String" /> <field name="storageLinkId" type="long" /> <field name="companyId" type="long" /> <field name="classNameId" type="long" /> <field name="classPK" type="long" /> <field name="structureId" type="long" /> <field name="structureVersionId" type="long" /> </model> <model name="com.liferay.dynamic.data.mapping.model.DDMStructure"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="uuid" type="String" /> <field name="externalReferenceCode" type="String" /> <field name="structureId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String" /> <field name="versionUserId" type="long" /> <field name="versionUserName" type="String" /> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="parentStructureId" type="long" /> <field name="classNameId" type="long" /> <field name="structureKey" type="String"> <hint name="upper-case">true</hint> <hint name="auto-escape">false</hint> </field> <field name="version" type="String" /> <field localized="true" name="name" type="String"> <validator name="required" /> </field> <field localized="true" name="description" type="String"> <hint-collection name="CLOB" /> </field> <field name="definition" type="String"> <hint-collection name="CLOB" /> </field> <field name="storageType" type="String" /> <field name="type" type="int" /> <field name="lastPublishDate" type="Date" /> </model> <model name="com.liferay.dynamic.data.mapping.model.DDMStructureLayout"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="uuid" type="String" /> <field name="structureLayoutId" 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="classNameId" type="long" /> <field name="structureLayoutKey" type="String"> <hint name="upper-case">true</hint> <hint name="auto-escape">false</hint> </field> <field name="structureVersionId" type="long" /> <field localized="true" name="name" type="String"> <hint-collection name="CLOB" /> </field> <field localized="true" name="description" type="String"> <hint-collection name="CLOB" /> </field> <field name="definition" type="String"> <hint-collection name="CLOB" /> </field> </model> <model name="com.liferay.dynamic.data.mapping.model.DDMStructureLink"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="structureLinkId" type="long" /> <field name="companyId" type="long" /> <field name="classNameId" type="long" /> <field name="classPK" type="long" /> <field name="structureId" type="long" /> </model> <model name="com.liferay.dynamic.data.mapping.model.DDMStructureVersion"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="structureVersionId" 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="structureId" type="long" /> <field name="version" type="String" /> <field name="parentStructureId" type="long" /> <field localized="true" name="name" type="String"> <validator name="required" /> </field> <field localized="true" name="description" type="String"> <hint-collection name="CLOB" /> </field> <field name="definition" type="String"> <hint-collection name="CLOB" /> </field> <field name="storageType" type="String" /> <field name="type" type="int" /> <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.dynamic.data.mapping.model.DDMTemplate"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="uuid" type="String" /> <field name="externalReferenceCode" type="String" /> <field name="templateId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String" /> <field name="versionUserId" type="long" /> <field name="versionUserName" type="String" /> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="classNameId" type="long" /> <field name="classPK" type="long" /> <field name="resourceClassNameId" type="long" /> <field name="templateKey" type="String"> <hint name="upper-case">true</hint> <hint name="auto-escape">false</hint> </field> <field name="version" type="String" /> <field localized="true" name="name" type="String"> <hint-collection name="CLOB" /> <hint name="display-height">15</hint> <hint name="display-width">150</hint> <validator name="required" /> </field> <field localized="true" name="description" type="String"> <hint-collection name="CLOB" /> <hint name="autoSize">true</hint> </field> <field name="type" type="String" /> <field name="mode" type="String" /> <field name="language" type="String" /> <field name="script" type="String"> <hint-collection name="CLOB" /> </field> <field name="cacheable" type="boolean" /> <field name="smallImage" type="boolean" /> <field name="smallImageId" type="long" /> <field name="smallImageURL" type="String"> <hint-collection name="URL" /> </field> <field name="lastPublishDate" type="Date" /> </model> <model name="com.liferay.dynamic.data.mapping.model.DDMTemplateLink"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="templateLinkId" type="long" /> <field name="companyId" type="long" /> <field name="classNameId" type="long" /> <field name="classPK" type="long" /> <field name="templateId" type="long" /> </model> <model name="com.liferay.dynamic.data.mapping.model.DDMTemplateVersion"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="templateVersionId" 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="classNameId" type="long" /> <field name="classPK" type="long" /> <field name="templateId" type="long" /> <field name="version" type="String" /> <field localized="true" name="name" type="String"> <hint-collection name="CLOB" /> <hint name="display-height">15</hint> <hint name="display-width">150</hint> <validator name="required" /> </field> <field localized="true" name="description" type="String"> <hint-collection name="CLOB" /> <hint name="autoSize">true</hint> </field> <field name="language" type="String" /> <field name="script" type="String"> <hint-collection name="CLOB" /> </field> <field name="status" type="int" /> <field name="statusByUserId" type="long" /> <field name="statusByUserName" type="String" /> <field name="statusDate" type="Date" /> </model> </model-hints>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy