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.portal.security.service.access.policy.service
Show all versions of com.liferay.portal.security.service.access.policy.service
Liferay Portal Security Service Access Policy Service
The newest version!
<?xml version="1.0"?> <model-hints> <model name="com.liferay.portal.security.service.access.policy.model.SAPEntry"> <field name="uuid" type="String" /> <field name="sapEntryId" 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="allowedServiceSignatures" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="defaultSAPEntry" type="boolean" /> <field name="enabled" type="boolean" /> <field name="name" type="String" /> <field localized="true" name="title" type="String" /> </model> </model-hints>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy