org.ow2.dragon.ui.uibeans.deployment
Class ListOfTechnicalServicesBean

java.lang.Object
  extended by org.ow2.dragon.ui.uibeans.deployment.ListOfTechnicalServicesBean

public class ListOfTechnicalServicesBean
extends java.lang.Object

This bean holds a list of technical services. It is initialized either by loading all technical services from the database, or by searching technical services by name.

This version of the bean performs the search when loading, then lets the framework manage sort and pagination. This design may only be used if you're sure the amount of data is "reasonable" and under control.


Constructor Summary
ListOfTechnicalServicesBean()
           
 
Method Summary
 java.lang.String getFileDescriptionURL()
           
 java.lang.String getSearchCriteria()
           
 java.util.List<java.lang.String> getSearchedProperties()
           
 java.util.List<org.ow2.dragon.api.to.deployment.TechnicalServiceTO> getTechServices()
           
 java.lang.String loadAll()
           
 java.lang.String loadNew()
           
 void reset()
           
 void search(javax.servlet.http.HttpServletRequest request)
          Searches organizations by business domain, location, name, type
 void setFileDescriptionURL(java.lang.String fileDescriptionURL)
           
 void setSearchCriteria(java.lang.String searchCriteria)
           
 void setSearchedProperties(java.util.List<java.lang.String> searchedProperties)
           
 void setTechServices(java.util.List<org.ow2.dragon.api.to.deployment.TechnicalServiceTO> techServices)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListOfTechnicalServicesBean

public ListOfTechnicalServicesBean()
Method Detail

loadAll

public java.lang.String loadAll()
                         throws com.ebm_ws.infra.bricks.error.LocalizedError
Throws:
com.ebm_ws.infra.bricks.error.LocalizedError

reset

public void reset()

loadNew

public java.lang.String loadNew()
                         throws com.ebm_ws.infra.bricks.error.LocalizedError
Throws:
com.ebm_ws.infra.bricks.error.LocalizedError

search

public void search(javax.servlet.http.HttpServletRequest request)
            throws com.ebm_ws.infra.bricks.error.LocalizedError
Searches organizations by business domain, location, name, type

Throws:
com.ebm_ws.infra.bricks.error.LocalizedError

getSearchCriteria

public java.lang.String getSearchCriteria()
Returns:
the searchCriteria

getTechServices

public java.util.List<org.ow2.dragon.api.to.deployment.TechnicalServiceTO> getTechServices()

setTechServices

public void setTechServices(java.util.List<org.ow2.dragon.api.to.deployment.TechnicalServiceTO> techServices)

setSearchCriteria

public void setSearchCriteria(java.lang.String searchCriteria)
Parameters:
searchCriteria - the searchCriteria to set

getFileDescriptionURL

public java.lang.String getFileDescriptionURL()
Returns:
the fileDescriptionURL

setFileDescriptionURL

public void setFileDescriptionURL(java.lang.String fileDescriptionURL)
Parameters:
fileDescriptionURL - the fileDescriptionURL to set

getSearchedProperties

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

setSearchedProperties

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


Copyright © 2008 eBMWebsourcing. All Rights Reserved.