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

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

public class ListOfEndpointsBean
extends java.lang.Object

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

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
ListOfEndpointsBean()
           
 
Method Summary
 java.lang.String getSearchCriteria()
           
 boolean isSearchOnName()
           
 boolean isSearchOnProvider()
           
 boolean isSearchOnService()
           
 void loadAll()
          Loads all organizations from the database
 java.util.List<org.ow2.dragon.api.to.deployment.EndpointTO> loadByTechService()
           
 void setSearchCriteria(java.lang.String searchCriteria)
           
 void setSearchOnName(boolean isSearchOnName)
           
 void setSearchOnProvider(boolean isSearchOnProvider)
           
 void setSearchOnService(boolean isSearchOnService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListOfEndpointsBean

public ListOfEndpointsBean()
Method Detail

loadAll

public void loadAll()
             throws com.ebm_ws.infra.bricks.error.LocalizedError
Loads all organizations from the database

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

loadByTechService

public java.util.List<org.ow2.dragon.api.to.deployment.EndpointTO> loadByTechService()
                                                                              throws com.ebm_ws.infra.bricks.error.LocalizedError
Throws:
com.ebm_ws.infra.bricks.error.LocalizedError

getSearchCriteria

public java.lang.String getSearchCriteria()

setSearchCriteria

public void setSearchCriteria(java.lang.String searchCriteria)

isSearchOnName

public boolean isSearchOnName()

setSearchOnName

public void setSearchOnName(boolean isSearchOnName)

isSearchOnService

public boolean isSearchOnService()

setSearchOnService

public void setSearchOnService(boolean isSearchOnService)

isSearchOnProvider

public boolean isSearchOnProvider()

setSearchOnProvider

public void setSearchOnProvider(boolean isSearchOnProvider)


Copyright © 2008 eBMWebsourcing. All Rights Reserved.