com.bea.netuix.application.search
Class BookSearchCriteria

java.lang.Object
  extended by com.bea.netuix.application.search.WebAppSearchCriteria
      extended by com.bea.netuix.application.search.BookSearchCriteria
All Implemented Interfaces
SearchCriteria, Serializable

public class BookSearchCriteria
extends WebAppSearchCriteria

A SearchCriteria object for searching for pages.

See Also
Serialized Form

Constructor Summary
BookSearchCriteria(String webAppName)
           
BookSearchCriteria(String webAppName, boolean publicOnly)
           
 
Method Summary
 boolean getPublicOnlyCriteria()
          Returns true if only public books are to be returned.
 void setPublicOnly(boolean publicOnly)
          Specifies whether only public books should be returned.
 
Methods inherited from class com.bea.netuix.application.search.WebAppSearchCriteria
getWebAppName, init, isWebAppNameCriteria
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookSearchCriteria

public BookSearchCriteria(String webAppName)
Parameters
webAppName - the WebApp to search in.

BookSearchCriteria

public BookSearchCriteria(String webAppName,
                          boolean publicOnly)
Parameters
webAppName - the WebApp to search in.
publicOnly - true if only public books are to be returned.
Method Detail

setPublicOnly

public void setPublicOnly(boolean publicOnly)
Specifies whether only public books should be returned. By default, this is false.

Parameters
publicOnly - true if only public books are to be returned.

getPublicOnlyCriteria

public boolean getPublicOnlyCriteria()
Returns true if only public books are to be returned.

Returns
true if only public books are to be returned.


Copyright © 2011, Oracle. All rights reserved.