Author: erwan
Date: Thu Apr 22 12:57:50 2010
New Revision: 936818
URL: http://svn.apache.org/viewvc?rev=936818&view=rev
Log:
Corrections on the new set of portlets, the wrong file was called
Modified:
ofbiz/trunk/framework/common/data/CommonPortletData.xml
Modified: ofbiz/trunk/framework/common/data/CommonPortletData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/CommonPortletData.xml?rev=936818&r1=936817&r2=936818&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/data/CommonPortletData.xml (original)
+++ ofbiz/trunk/framework/common/data/CommonPortletData.xml Thu Apr 22 12:57:50
2010
@@ -19,15 +19,15 @@
-->
<entity-engine-xml>
<PortletCategory portletCategoryId="GENERIC_PORTLET" description="Generics
portlets usable for easily parametrize portalPages"/>
- <PortalPortlet portalPortletId="GenericPortalPage" portletName="Sub
PortalPage" screenName="GenericPortalPage"
screenLocation="component://common/widget/PortalPageScreens.xml"
editFormName="GenericPortalPageParam"
editFormLocation="component://common/widget/PortalEditForms.xml" description="a
portlet which included a portalPage to be able to have multiple line, each line
being a sub page. This portlet has 1 mandatory parameters."
securityServiceName="" securityMainAction="VIEW"/>
+ <PortalPortlet portalPortletId="GenericPortalPage" portletName="Sub
PortalPage" screenName="GenericPortalPage"
screenLocation="component://common/widget/PortalPageScreens.xml"
editFormName="GenericPortalPageParam"
editFormLocation="component://common/widget/PortletEditForms.xml"
description="a portlet which included a portalPage to be able to have multiple
line, each line being a sub page. This portlet has 1 mandatory parameters."
securityServiceName="" securityMainAction="VIEW"/>
<PortletPortletCategory portalPortletId="GenericPortalPage"
portletCategoryId="GENERIC_PORTLET"/>
- <PortalPortlet portalPortletId="FindGenericEntity" portletName="Entity
List simple search criteria" screenName="FindGenericEntity"
screenLocation="component://common/widget/PortalPageScreens.xml"
editFormName="FindGenericEntityParam"
editFormLocation="component://common/widget/PortalEditForms.xml"
description="Simple search criteria, only Id (param idName) and description for
entityList, result is sent to List${Entity}Area (FindGenericEntityPrtl define
this area). This portel has 3 mandatory parameters." securityServiceName=""
securityMainAction="VIEW"/>
+ <PortalPortlet portalPortletId="FindGenericEntity" portletName="Entity
List simple search criteria" screenName="FindGenericEntity"
screenLocation="component://common/widget/PortalPageScreens.xml"
editFormName="FindGenericEntityParam"
editFormLocation="component://common/widget/PortletEditForms.xml"
description="Simple search criteria, only Id (param idName) and description for
entityList, result is sent to List${Entity}Area (FindGenericEntityPrtl define
this area). This portel has 3 mandatory parameters." securityServiceName=""
securityMainAction="VIEW"/>
<PortletPortletCategory portalPortletId="FindGenericEntity"
portletCategoryId="GENERIC_PORTLET"/>
- <PortalPortlet portalPortletId="GenericScreenlet" portletName="Screenlet
with one screen" screenName="GenericScreenlet"
screenLocation="component://common/widget/PortalPageScreens.xml"
editFormName="GenericScreenletParam"
editFormLocation="component://common/widget/PortalEditForms.xml"
description="Simple portlet using screenlet, with one screen. This portlet has
3 mandatory parameters." securityServiceName="" securityMainAction="VIEW"/>
+ <PortalPortlet portalPortletId="GenericScreenlet" portletName="Screenlet
with one screen" screenName="GenericScreenlet"
screenLocation="component://common/widget/PortalPageScreens.xml"
editFormName="GenericScreenletParam"
editFormLocation="component://common/widget/PortletEditForms.xml"
description="Simple portlet using screenlet, with one screen. This portlet has
3 mandatory parameters." securityServiceName="" securityMainAction="VIEW"/>
<PortletPortletCategory portalPortletId="GenericScreenlet"
portletCategoryId="GENERIC_PORTLET"/>
- <PortalPortlet portalPortletId="GenericScreenletAjax"
portletName="Screenlet with one screen called by ajax"
screenName="GenericScreenletAjax"
screenLocation="component://common/widget/PortalPageScreens.xml"
editFormName="GenericScreenletAjaxParam"
editFormLocation="component://common/widget/PortalEditForms.xml"
description="Simple portlet using screenlet, with one screen which was update
by ajax process, so with a div. This portlet has 4 mandatory parameters."
securityServiceName="" securityMainAction="VIEW"/>
+ <PortalPortlet portalPortletId="GenericScreenletAjax"
portletName="Screenlet with one screen called by ajax"
screenName="GenericScreenletAjax"
screenLocation="component://common/widget/PortalPageScreens.xml"
editFormName="GenericScreenletAjaxParam"
editFormLocation="component://common/widget/PortletEditForms.xml"
description="Simple portlet using screenlet, with one screen which was update
by ajax process, so with a div. This portlet has 4 mandatory parameters."
securityServiceName="" securityMainAction="VIEW"/>
<PortletPortletCategory portalPortletId="GenericScreenletAjax"
portletCategoryId="GENERIC_PORTLET"/>
- <PortalPortlet portalPortletId="GricScltAjaxWithMenu"
portletName="Screenlet with one screen, and one menu called by ajax"
screenName="GenericScreenletAjaxWithMenu"
screenLocation="component://common/widget/PortalPageScreens.xml"
editFormName="GenericScreenletAjaxWithMenuParam"
editFormLocation="component://common/widget/PortalEditForms.xml"
description="Simple portlet using screenlet with a menu, with one screen which
was update by ajax process, so with a div. This portlet has 6 mandatory
parameters." securityServiceName="" securityMainAction="VIEW"/>
+ <PortalPortlet portalPortletId="GricScltAjaxWithMenu"
portletName="Screenlet with one screen, and one menu called by ajax"
screenName="GenericScreenletAjaxWithMenu"
screenLocation="component://common/widget/PortalPageScreens.xml"
editFormName="GenericScreenletAjaxWithMenuParam"
editFormLocation="component://common/widget/PortletEditForms.xml"
description="Simple portlet using screenlet with a menu, with one screen which
was update by ajax process, so with a div. This portlet has 6 mandatory
parameters." securityServiceName="" securityMainAction="VIEW"/>
<PortletPortletCategory portalPortletId="GricScltAjaxWithMenu"
portletCategoryId="GENERIC_PORTLET"/>
<PortalPage portalPageId="_NA_" sequenceNum="000" portalPageName="For
using genericPortletScreen" description="To be able to have parameters at the
portlet level, not PortletPage level" ownerUserLoginId="_NA_"/>
</entity-engine-xml>