org.apache.jetspeed.portlets.pam
Class PortletApplicationBean

java.lang.Object
  extended byorg.apache.jetspeed.portlets.pam.PortletApplicationBean
All Implemented Interfaces:
org.apache.pluto.om.Model, org.apache.jetspeed.om.common.portlet.PortletApplication, org.apache.pluto.om.portlet.PortletApplicationDefinition

public class PortletApplicationBean
extends Object
implements org.apache.jetspeed.om.common.portlet.PortletApplication

This portlet is a browser over all the portlet applications in the system.

Version:
$Id: PortletApplicationBean.java 186947 2004-07-06 21:31:45Z taylor $
Author:
Jeremy Ford, David Sean Taylor

Field Summary
(package private)  org.apache.jetspeed.om.common.portlet.PortletApplication pa
           
 
Constructor Summary
PortletApplicationBean(org.apache.jetspeed.om.common.portlet.PortletApplication pa)
           
 
Method Summary
 String getApplicationIdentifier()
           
 int getApplicationType()
           
 String getDescription()
           
 org.apache.pluto.om.common.ObjectID getId()
           
 Collection getJetspeedServices()
           
 org.apache.jetspeed.om.common.GenericMetadata getMetadata()
           
 String getName()
           
 org.apache.pluto.om.portlet.PortletDefinition getPortletDefinitionByName(String name)
           
 org.apache.pluto.om.portlet.PortletDefinitionList getPortletDefinitionList()
           
 Collection getPortletDefinitions()
           
 Collection getUserAttributeRefs()
           
 Collection getUserAttributes()
           
 String getVersion()
           
 org.apache.pluto.om.servlet.WebApplicationDefinition getWebApplicationDefinition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pa

org.apache.jetspeed.om.common.portlet.PortletApplication pa
Constructor Detail

PortletApplicationBean

public PortletApplicationBean(org.apache.jetspeed.om.common.portlet.PortletApplication pa)
Method Detail

getMetadata

public org.apache.jetspeed.om.common.GenericMetadata getMetadata()
Specified by:
getMetadata in interface org.apache.jetspeed.om.common.portlet.PortletApplication

getName

public String getName()
Specified by:
getName in interface org.apache.jetspeed.om.common.portlet.PortletApplication

getPortletDefinitions

public Collection getPortletDefinitions()
Specified by:
getPortletDefinitions in interface org.apache.jetspeed.om.common.portlet.PortletApplication

getPortletDefinitionByName

public org.apache.pluto.om.portlet.PortletDefinition getPortletDefinitionByName(String name)
Specified by:
getPortletDefinitionByName in interface org.apache.jetspeed.om.common.portlet.PortletApplication

getUserAttributeRefs

public Collection getUserAttributeRefs()
Specified by:
getUserAttributeRefs in interface org.apache.jetspeed.om.common.portlet.PortletApplication

getUserAttributes

public Collection getUserAttributes()
Specified by:
getUserAttributes in interface org.apache.jetspeed.om.common.portlet.PortletApplication

getApplicationIdentifier

public String getApplicationIdentifier()
Specified by:
getApplicationIdentifier in interface org.apache.jetspeed.om.common.portlet.PortletApplication

getDescription

public String getDescription()
Specified by:
getDescription in interface org.apache.jetspeed.om.common.portlet.PortletApplication

getApplicationType

public int getApplicationType()
Specified by:
getApplicationType in interface org.apache.jetspeed.om.common.portlet.PortletApplication

getId

public org.apache.pluto.om.common.ObjectID getId()
Specified by:
getId in interface org.apache.pluto.om.portlet.PortletApplicationDefinition

getVersion

public String getVersion()
Specified by:
getVersion in interface org.apache.pluto.om.portlet.PortletApplicationDefinition

getPortletDefinitionList

public org.apache.pluto.om.portlet.PortletDefinitionList getPortletDefinitionList()
Specified by:
getPortletDefinitionList in interface org.apache.pluto.om.portlet.PortletApplicationDefinition

getWebApplicationDefinition

public org.apache.pluto.om.servlet.WebApplicationDefinition getWebApplicationDefinition()
Specified by:
getWebApplicationDefinition in interface org.apache.pluto.om.portlet.PortletApplicationDefinition

getJetspeedServices

public Collection getJetspeedServices()
Specified by:
getJetspeedServices in interface org.apache.jetspeed.om.common.portlet.PortletApplication


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.