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

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

public class ListOfProcessorsBean
extends java.lang.Object

Author:
ofabre - eBM Websourcing

Constructor Summary
ListOfProcessorsBean()
           
 
Method Summary
 java.util.List<org.ow2.dragon.api.to.technology.ProcessorTO> getProcessors()
           
 java.lang.String getSearchCriteria()
           
 java.util.List<java.lang.String> getSearchedProperties()
           
 void loadAll()
          Loads all exec envs from the database
 void search(javax.servlet.http.HttpServletRequest request)
          Searches exec envs by name, address...
 void setProcessors(java.util.List<org.ow2.dragon.api.to.technology.ProcessorTO> processors)
           
 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

ListOfProcessorsBean

public ListOfProcessorsBean()
Method Detail

loadAll

public void loadAll()
             throws org.ow2.opensuit.core.error.LocalizedError
Loads all exec envs 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
Searches exec envs by name, address...

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)

getProcessors

public java.util.List<org.ow2.dragon.api.to.technology.ProcessorTO> getProcessors()

setProcessors

public void setProcessors(java.util.List<org.ow2.dragon.api.to.technology.ProcessorTO> processors)


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.