Uses of Class
us.openinternet.luge.valueobject.SearchVO

Packages that use SearchVO
us.openinternet.luge.service   
 

Uses of SearchVO in us.openinternet.luge.service
 

Methods in us.openinternet.luge.service that return SearchVO
 SearchVO PersonFacade.searchUsers(SearchVO svo)
          The preferred method to search the directory, see SearchVO documentation for sample code on setting serach criteria, using this method and extracting the results.
 SearchVO GroupFacade.searchGroups(SearchVO svo)
          The preferred method to search the directory, see SearchVO documentation for setting serach criteria and extracting the results.
 

Methods in us.openinternet.luge.service with parameters of type SearchVO
 SearchVO PersonFacade.searchUsers(SearchVO svo)
          The preferred method to search the directory, see SearchVO documentation for sample code on setting serach criteria, using this method and extracting the results.
 SearchVO GroupFacade.searchGroups(SearchVO svo)
          The preferred method to search the directory, see SearchVO documentation for setting serach criteria and extracting the results.
 


Copyright 2003, Michael Schwartz All Rights Reserved.