org.ow2.dragon.ui.uibeans.deployment
Class ListOfTechnicalServicesBean
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListOfTechnicalServicesBean
public ListOfTechnicalServicesBean()
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.