com.bea.netuix.application.manager.persistence
Class DesktopSearchCriteria
java.lang.Object
  
com.bea.netuix.application.search.WebAppSearchCriteria
      
com.bea.netuix.application.search.PortalSearchCriteria
          
com.bea.netuix.application.manager.persistence.TemplateSearchCriteria
              
com.bea.netuix.application.manager.persistence.DesktopSearchCriteria
- All Implemented Interfaces 
 - SearchCriteria, Serializable
 
public class DesktopSearchCriteria
- extends TemplateSearchCriteria
 
DesktopSearchCriteria - used to narrow down searches/lookups on
 DesktopDefinition objects.
- See Also
 - Serialized Form
 
 
 
 
 
| Methods inherited from class com.bea.netuix.application.manager.persistence.TemplateSearchCriteria | 
addDescription, addDescriptions, addTitle, addTitles, getDescriptionFilterMethod, getDescriptions, getTemplateSortCriteria, getTemplateSortOrder, getTemplateTypeId, getTitleDescriptionLogicalOperator, getTitleFilterMethod, getTitles, init, isDescriptionSearchCriteria, isGlobalTemplateCriteria, isTemplateCriteria, isTitleSearchCriteria, setDescription, setDescriptionFilterMethod, setDescriptions, setGlobalTemplate, setTemplate, setTemplateSortCriteria, setTemplateSortOrder, setTemplateTypeId, setTitle, setTitleDescriptionLogicalOperator, setTitleFilterMethod, setTitles | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DesktopSearchCriteria
public DesktopSearchCriteria(String webAppName)
- Constructor that takes a web app name. All desktop searches
 are scoped to a web app at the very least.
- Parameters
 webAppName - 
 
isDesktopTypeCriteria
public boolean isDesktopTypeCriteria()
 
getDesktopType
public DesktopType.DesktopTypeValue getDesktopType()
 
setDesktopType
public void setDesktopType(DesktopType.DesktopTypeValue desktopTypeValue)
 
Copyright © 2011, Oracle. All rights reserved.