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

<model-hints>
	<model name="com.liferay.account.model.AccountEntry">
		<field name="mvccVersion" type="long" />
		<field name="externalReferenceCode" type="String" />
		<field name="accountEntryId" 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="defaultBillingAddressId" type="long" />
		<field name="defaultShippingAddressId" type="long" />
		<field name="parentAccountEntryId" type="long" />
		<field name="description" type="String">
			<hint-collection name="TEXTAREA" />
		</field>
		<field name="domains" type="String">
			<hint name="max-length">4000</hint>
		</field>
		<field name="emailAddress" type="String">
			<hint-collection name="EMAIL-ADDRESS" />
			<validator name="email" />
		</field>
		<field name="logoId" type="long" />
		<field name="name" type="String">
			<hint name="max-length">100</hint>
			<validator name="required" />
		</field>
		<field name="taxExemptionCode" type="String" />
		<field name="taxIdNumber" type="String" />
		<field name="type" type="String" />
		<field name="status" type="int" />
	</model>
	<model name="com.liferay.account.model.AccountEntryOrganizationRel">
		<field name="mvccVersion" type="long" />
		<field name="accountEntryOrganizationRelId" type="long" />
		<field name="companyId" type="long" />
		<field name="accountEntryId" type="long" />
		<field name="organizationId" type="long" />
	</model>
	<model name="com.liferay.account.model.AccountEntryUserRel">
		<field name="mvccVersion" type="long" />
		<field name="accountEntryUserRelId" type="long" />
		<field name="companyId" type="long" />
		<field name="accountEntryId" type="long" />
		<field name="accountUserId" type="long" />
	</model>
	<model name="com.liferay.account.model.AccountGroup">
		<field name="mvccVersion" type="long" />
		<field name="externalReferenceCode" type="String" />
		<field name="accountGroupId" 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="defaultAccountGroup" type="boolean" />
		<field name="description" type="String" />
		<field name="name" type="String" />
		<field name="type" type="String" />
	</model>
	<model name="com.liferay.account.model.AccountGroupRel">
		<field name="mvccVersion" type="long" />
		<field name="accountGroupRelId" 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="accountGroupId" type="long" />
		<field name="classNameId" type="long" />
		<field name="classPK" type="long" />
	</model>
	<model name="com.liferay.account.model.AccountRole">
		<field name="mvccVersion" type="long" />
		<field name="accountRoleId" type="long" />
		<field name="companyId" type="long" />
		<field name="accountEntryId" type="long" />
		<field name="roleId" type="long" />
	</model>
</model-hints>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy