org.apache.jetspeed.portlets.rpad.portlet.web.deployer
Class DisplayPortletsPage

java.lang.Object
  extended by org.apache.jetspeed.portlets.rpad.portlet.web.deployer.DisplayPortletsPage

public class DisplayPortletsPage
extends java.lang.Object


Field Summary
protected static java.lang.String REPOSITORY_NAME
           
protected static java.lang.String SEARCH
           
 
Constructor Summary
DisplayPortletsPage()
           
 
Method Summary
 java.lang.String doDeploy()
           
 java.lang.String doRefresh()
           
 java.lang.String doSearch()
           
 int getPageSize()
           
 PortletDeployer getPortletDeployer()
           
 java.util.List getPortlets()
           
 RepositoryManager getRepositoryManager()
           
 java.lang.String getRepositoryName()
           
 javax.faces.model.SelectItem[] getRepositoryNames()
           
 java.lang.String getSearch()
           
 boolean isDeployable()
           
 java.lang.String jumpUpdateRepository()
           
 void setPortletDeployer(PortletDeployer portletDeployer)
           
 void setRepositoryName(java.lang.String repositoryName)
           
 void setSearch(java.lang.String search)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEARCH

protected static final java.lang.String SEARCH
See Also:
Constant Field Values

REPOSITORY_NAME

protected static final java.lang.String REPOSITORY_NAME
See Also:
Constant Field Values
Constructor Detail

DisplayPortletsPage

public DisplayPortletsPage()
Method Detail

getRepositoryManager

public RepositoryManager getRepositoryManager()

doSearch

public java.lang.String doSearch()

jumpUpdateRepository

public java.lang.String jumpUpdateRepository()

doRefresh

public java.lang.String doRefresh()

doDeploy

public java.lang.String doDeploy()

getRepositoryNames

public javax.faces.model.SelectItem[] getRepositoryNames()

getPortlets

public java.util.List getPortlets()

getPageSize

public int getPageSize()

getRepositoryName

public java.lang.String getRepositoryName()
Returns:
the repositoryName

setRepositoryName

public void setRepositoryName(java.lang.String repositoryName)
Parameters:
repositoryName - the repositoryName to set

getSearch

public java.lang.String getSearch()
Returns:
the search

setSearch

public void setSearch(java.lang.String search)
Parameters:
search - the search to set

getPortletDeployer

public PortletDeployer getPortletDeployer()
Returns:
the portletDeployer

setPortletDeployer

public void setPortletDeployer(PortletDeployer portletDeployer)
Parameters:
portletDeployer - the portletDeployer to set

isDeployable

public boolean isDeployable()


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