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.commerce.wish.list.service
Show all versions of com.liferay.commerce.wish.list.service
Liferay Commerce Wish List Service
<?xml version="1.0"?> <model-hints> <model name="com.liferay.commerce.wish.list.model.CommerceWishList"> <field name="mvccVersion" type="long" /> <field name="uuid" type="String" /> <field name="commerceWishListId" 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="name" type="String"> <validator name="required" /> </field> <field name="defaultWishList" type="boolean" /> </model> <model name="com.liferay.commerce.wish.list.model.CommerceWishListItem"> <field name="mvccVersion" type="long" /> <field name="commerceWishListItemId" 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="commerceWishListId" type="long" /> <field name="CPInstanceUuid" type="String" /> <field name="CProductId" type="long" /> <field name="json" type="String"> <hint-collection name="CLOB" /> </field> </model> </model-hints>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy