org.ow2.dragon.ui.uibeans.technology
Class ListOfRuntimeManagersBean

java.lang.Object
  extended by org.ow2.dragon.ui.uibeans.technology.ListOfRuntimeManagersBean

public class ListOfRuntimeManagersBean
extends java.lang.Object

Author:
ofabre - eBM Websourcing

Constructor Summary
ListOfRuntimeManagersBean()
           
 
Method Summary
 java.lang.String getNewLoadedRuntimeManagerId()
           
 java.lang.String getRuntimeAddress()
           
 java.util.List<org.ow2.dragon.api.to.technology.ExecutionEnvironmentManagerTO> getRuntimeManagers()
           
 java.lang.String getSearchCriteria()
           
 java.util.List<java.lang.String> getSearchedProperties()
           
 void loadAll()
          Loads all runtime managers from the database
 java.lang.String loadNew()
           
 void search(javax.servlet.http.HttpServletRequest request)
           
 void setNewLoadedRuntimeManagerId(java.lang.String newLoadedRuntimeManagerId)
           
 void setRuntimeAddress(java.lang.String runtimeAddress)
           
 void setRuntimeManagers(java.util.List<org.ow2.dragon.api.to.technology.ExecutionEnvironmentManagerTO> runtimeManagers)
           
 void setSearchCriteria(java.lang.String searchCriteria)
           
 void setSearchedProperties(java.util.List<java.lang.String> searchedProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListOfRuntimeManagersBean

public ListOfRuntimeManagersBean()
Method Detail

loadAll

public void loadAll()
             throws org.ow2.opensuit.core.error.LocalizedError
Loads all runtime managers from the database

Throws:
org.ow2.opensuit.core.error.LocalizedError

search

public void search(javax.servlet.http.HttpServletRequest request)
            throws org.ow2.opensuit.core.error.LocalizedError
Throws:
org.ow2.opensuit.core.error.LocalizedError

loadNew

public java.lang.String loadNew()
                         throws org.ow2.opensuit.core.error.LocalizedError
Throws:
org.ow2.opensuit.core.error.LocalizedError

getRuntimeAddress

public java.lang.String getRuntimeAddress()

setRuntimeAddress

public void setRuntimeAddress(java.lang.String runtimeAddress)

getNewLoadedRuntimeManagerId

public java.lang.String getNewLoadedRuntimeManagerId()

setNewLoadedRuntimeManagerId

public void setNewLoadedRuntimeManagerId(java.lang.String newLoadedRuntimeManagerId)

getRuntimeManagers

public java.util.List<org.ow2.dragon.api.to.technology.ExecutionEnvironmentManagerTO> getRuntimeManagers()

setRuntimeManagers

public void setRuntimeManagers(java.util.List<org.ow2.dragon.api.to.technology.ExecutionEnvironmentManagerTO> runtimeManagers)

getSearchCriteria

public java.lang.String getSearchCriteria()

setSearchCriteria

public void setSearchCriteria(java.lang.String searchCriteria)

getSearchedProperties

public java.util.List<java.lang.String> getSearchedProperties()

setSearchedProperties

public void setSearchedProperties(java.util.List<java.lang.String> searchedProperties)


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.