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

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

public class ListOfExecutionEnvironmentsBean
extends java.lang.Object

Author:
ofabre - eBM Websourcing

Constructor Summary
ListOfExecutionEnvironmentsBean()
           
 
Method Summary
 java.util.List<org.ow2.dragon.api.to.technology.ExecutionEnvironmentTO> getExecEnvs()
           
 java.lang.String getSearchCriteria()
           
 java.util.List<java.lang.String> getSearchedProperties()
           
 void loadAll()
           
 void search(javax.servlet.http.HttpServletRequest request)
           
 void setExecEnvs(java.util.List<org.ow2.dragon.api.to.technology.ExecutionEnvironmentTO> execEnvs)
           
 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

ListOfExecutionEnvironmentsBean

public ListOfExecutionEnvironmentsBean()
Method Detail

loadAll

public void loadAll()
             throws org.ow2.opensuit.core.error.LocalizedError
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

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)

getExecEnvs

public java.util.List<org.ow2.dragon.api.to.technology.ExecutionEnvironmentTO> getExecEnvs()

setExecEnvs

public void setExecEnvs(java.util.List<org.ow2.dragon.api.to.technology.ExecutionEnvironmentTO> execEnvs)


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.