Author: jonesde
Date: Tue Nov 18 18:47:49 2008
New Revision: 718847
URL:
http://svn.apache.org/viewvc?rev=718847&view=revLog:
Added field for portlet security service, still needs to be implemented
Modified:
ofbiz/trunk/framework/common/entitydef/entitymodel.xml
Modified: ofbiz/trunk/framework/common/entitydef/entitymodel.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/entitydef/entitymodel.xml?rev=718847&r1=718846&r2=718847&view=diff==============================================================================
--- ofbiz/trunk/framework/common/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/framework/common/entitydef/entitymodel.xml Tue Nov 18 18:47:49 2008
@@ -563,6 +563,7 @@
<field name="editFormLocation" type="long-varchar"></field>
<field name="description" type="description"></field>
<field name="screenshot" type="url"></field>
+ <field name="securityServiceName" type="long-varchar"><description>The service named here is used to see if current user can see the portlet on the list of available portlets; the screen that the portlet calls should also call this service to check permission and not render; the service named here must implement the "permissionInterface" service just like services used for service permissions</description></field>
<prim-key field="portalPortletId"/>
</entity>
<entity entity-name="PortalPage" package-name="org.ofbiz.common.portal" title="Defines a Portal Page">