Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.search
Class SearchDeletedDocumentsConverter

java.lang.Object
  extended by org.nuxeo.ecm.webapp.search.SearchDeletedDocumentsConverter
All Implemented Interfaces:
javax.faces.convert.Converter

public class SearchDeletedDocumentsConverter
extends java.lang.Object
implements javax.faces.convert.Converter

JSF converter that translates between a boolean and a list of document states to filter on

Author:
Anahide Tchertchian

Constructor Summary
SearchDeletedDocumentsConverter()
           
 
Method Summary
 java.lang.Object getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String value)
           
 java.lang.String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchDeletedDocumentsConverter

public SearchDeletedDocumentsConverter()
Method Detail

getAsObject

public java.lang.Object getAsObject(javax.faces.context.FacesContext context,
                                    javax.faces.component.UIComponent component,
                                    java.lang.String value)
Specified by:
getAsObject in interface javax.faces.convert.Converter

getAsString

public java.lang.String getAsString(javax.faces.context.FacesContext context,
                                    javax.faces.component.UIComponent component,
                                    java.lang.Object value)
Specified by:
getAsString in interface javax.faces.convert.Converter

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.