Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Accounting and Billing Portal
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[abportal] View of /src/main/webapp/WEB-INF/portlet.xml
[abportal] / src / main / webapp / WEB-INF / portlet.xml Repository:
ViewVC logotype

View of /src/main/webapp/WEB-INF/portlet.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (download) (as text) (annotate)
Wed Jul 28 10:05:51 2010 UTC (13 years, 10 months ago) by dgarcia
File size: 13043 byte(s)
First code commit
<?xml version="1.0"?>

<portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd">
	<portlet>
		<portlet-name>smartlm-accountingandbilling-portal</portlet-name>
		<display-name>smartlm-accountingandbilling-portal Portlet</display-name>
		<portlet-class>eu.smartlm.abs.portal.view.portlet.QueryPortlet</portlet-class>
		<init-param>
			<name>view-jsp</name>
			<value>/view.jsp</value>
		</init-param>
		<init-param>
			<name>type</name>
			<value>100</value>
		</init-param>
		<!-- Comment the actual value and activate DEMO for Demo mode of the portal -->
		<init-param>
			<name>ebs_interface_url</name>
			<!-- <value>DEMO</value> -->
			<value>http://localhost:9911/smartlm-ebs/services/EBSService</value>    
		</init-param>	
		<expiration-cache>1800</expiration-cache><!--cache expires after 30 minutes  -->
		<supports>
			<mime-type>text/html</mime-type>
		</supports>
		<portlet-info>
			<title>SmartLM Accounting and Billing Query</title>
			<short-title>Query for ABS</short-title>
			<keywords>smartlm accounting billing license</keywords>
		</portlet-info>
		<security-role-ref>
			<role-name>administrator</role-name>
		</security-role-ref>
		<security-role-ref>
			<role-name>guest</role-name>
		</security-role-ref>
		<security-role-ref>
			<role-name>power-user</role-name>
		</security-role-ref>
		<security-role-ref>
			<role-name>user</role-name>
		</security-role-ref>
		<supported-processing-event>
			<name>loginEvent</name>
		</supported-processing-event>
		<supported-publishing-event>
			<name>graphDone</name>
		</supported-publishing-event>
	</portlet>
	<portlet>
		<portlet-name>smartlm-accountingandbilling-portal-query-billing</portlet-name>
		<display-name>smartlm-accountingandbilling-portal Portlet Billing</display-name>
		<portlet-class>eu.smartlm.abs.portal.view.portlet.QueryPortlet</portlet-class>
		<init-param>
			<name>view-jsp</name>
			<value>/view.jsp</value>
		</init-param>
		<init-param>
			<name>type</name>
			<value>200</value>
		</init-param>
		
		<init-param>
			<name>ebs_interface_url</name>
			<!-- <value>DEMO</value> -->
			<value>http://localhost:9911/smartlm-ebs/services/EBSService</value>
		</init-param>		
		<expiration-cache>1800</expiration-cache>
		<supports>
			<mime-type>text/html</mime-type>
		</supports>
		<portlet-info>
			<title>SmartLM Billing Query</title>
			<short-title>Query for Billing</short-title>
			<keywords>smartlm accounting billing license</keywords>
		</portlet-info>
		<security-role-ref>
			<role-name>administrator</role-name>
		</security-role-ref>
		<security-role-ref>
			<role-name>guest</role-name>
		</security-role-ref>
		<security-role-ref>
			<role-name>power-user</role-name>
		</security-role-ref>
		<security-role-ref>
			<role-name>user</role-name>
		</security-role-ref>
		<supported-processing-event>
			<name>loginEvent</name>
		</supported-processing-event>
		<supported-publishing-event>
			<name>graphDoneBilling</name>
		</supported-publishing-event>
	</portlet>
	<portlet>
		<portlet-name>smartlm-accountingandbilling-portal-results</portlet-name>
		<display-name>smartlm-accountingandbilling-portal Portlet-Results</display-name>
		<portlet-class>eu.smartlm.abs.portal.view.portlet.ResultPortlet</portlet-class>
		<init-param>
			<name>view-jsp</name>
			<value>/result-view.jsp</value>
		</init-param>
		<init-param>
			<name>type</name>
			<value>100</value>
		</init-param>
		<expiration-cache>1800</expiration-cache>
		<supports>
			<mime-type>text/html</mime-type>
		</supports>
		<portlet-info>
			<title>SmartLM Accounting and Billing Result</title>
			<short-title>Result for ABS</short-title>
			<keywords>smartlm accounting billing license</keywords>
		</portlet-info>
		<security-role-ref>
			<role-name>administrator</role-name>
		</security-role-ref>
		<security-role-ref>
			<role-name>guest</role-name>
		</security-role-ref>
		<security-role-ref>
			<role-name>power-user</role-name>
		</security-role-ref>
		<security-role-ref>
			<role-name>user</role-name>
		</security-role-ref>
		<supported-processing-event>
			<name>graphDone</name>
		</supported-processing-event>
	</portlet>
		<portlet>
		<portlet-name>smartlm-accountingandbilling-portal-results-billing</portlet-name>
		<display-name>smartlm-accountingandbilling-portal Portlet-Results-Billing</display-name>
		<portlet-class>eu.smartlm.abs.portal.view.portlet.ResultPortlet</portlet-class>
		<init-param>
			<name>view-jsp</name>
			<value>/result-view.jsp</value>
		</init-param>
		<init-param>
			<name>type</name>
			<value>200</value>
		</init-param>
		<expiration-cache>1800</expiration-cache>
		<supports>
			<mime-type>text/html</mime-type>
		</supports>
		<portlet-info>
			<title>SmartLM Accounting and Billing Result Billing</title>
			<short-title>Result for Billing</short-title>
			<keywords>smartlm accounting billing license</keywords>
		</portlet-info>
		<security-role-ref>
			<role-name>administrator</role-name>
		</security-role-ref>
		<security-role-ref>
			<role-name>guest</role-name>
		</security-role-ref>
		<security-role-ref>
			<role-name>power-user</role-name>
		</security-role-ref>
		<security-role-ref>
			<role-name>user</role-name>
		</security-role-ref>
		<supported-processing-event>
			<name>graphDoneBilling</name>
		</supported-processing-event>
	</portlet>
	<portlet>
		<portlet-name>loginAB</portlet-name>
		<portlet-class>org.springframework.web.portlet.DispatcherPortlet</portlet-class>
		<expiration-cache>1800</expiration-cache><!--cache expires after 30 minutes  -->
		<supports>
			<mime-type>text/html</mime-type>
			<portlet-mode>view</portlet-mode>
		</supports>
		<resource-bundle>content.Language-ext</resource-bundle>
		<portlet-info>
			<title>Login AB</title>
		</portlet-info>
		<supported-publishing-event>
			<name>loginEvent</name>
		</supported-publishing-event>
	</portlet>
		<portlet>
		<portlet-name>loginABAdministration</portlet-name>
		<portlet-class>org.springframework.web.portlet.DispatcherPortlet</portlet-class>
		<expiration-cache>1800</expiration-cache><!--cache expires after 30 minutes  -->
		<supports>
			<mime-type>text/html</mime-type>
			<portlet-mode>view</portlet-mode>
		</supports>
		<resource-bundle>content.Language-ext</resource-bundle>
		<portlet-info>
			<title>Login AB Administration</title>
		</portlet-info>
	</portlet>	
	<user-attribute>
 		<name>user.bdate</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.gender</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.employer</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.department</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.jobtitle</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.name.prefix</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.name.given</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.name.family</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.name.middle</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.name.suffix</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.name.nickName</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.postal.name</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.postal.street</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.postal.city</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.postal.stateprov</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.postal.postalcode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.postal.country</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.postal.organization</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.telephone.intcode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.telephone.loccode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.telephone.number</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.telephone.ext</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.telephone.comment</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.fax.intcode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.fax.loccode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.fax.number</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.fax.ext</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.fax.comment</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.mobile.intcode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.mobile.loccode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.mobile.number</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.mobile.ext</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.mobile.comment</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.pager.intcode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.pager.loccode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.pager.number</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.pager.ext</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.telecom.pager.comment</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.online.email</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.home-info.online.uri</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.postal.name</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.postal.street</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.postal.city</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.postal.stateprov</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.postal.postalcode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.postal.country</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.postal.organization</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.telephone.intcode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.telephone.loccode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.telephone.number</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.telephone.ext</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.telephone.comment</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.fax.intcode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.fax.loccode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.fax.number</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.fax.ext</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.fax.comment</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.mobile.intcode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.mobile.loccode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.mobile.number</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.mobile.ext</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.mobile.comment</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.pager.intcode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.pager.loccode</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.pager.number</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.pager.ext</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.telecom.pager.comment</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.online.email</name>
 	</user-attribute>
 	<user-attribute>
 		<name>user.business-info.online.uri</name>
 	</user-attribute>
	<event-definition>
		<name>graphDone</name>
		<value-type>eu.smartlm.abs.portal.view.event.EventData</value-type>
	</event-definition>
	<event-definition>
		<name>graphDoneBilling</name>
		<value-type>eu.smartlm.abs.portal.view.event.EventData</value-type>
	</event-definition>
	<event-definition>
		<name>loginEvent</name>
		<value-type>eu.smartlm.abs.portal.view.event.LoginEventData</value-type>
	</event-definition>
</portlet-app>

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge