Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.search
Class SearchDeletedDocumentsConverter

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

Deprecated. this converter is not needed anymore, see NXP-6249

@Deprecated
public class SearchDeletedDocumentsConverter
extends Object
implements Converter

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

Author:
Anahide Tchertchian

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

Constructor Detail

SearchDeletedDocumentsConverter

public SearchDeletedDocumentsConverter()
Deprecated. 
Method Detail

getAsObject

public Object getAsObject(FacesContext context,
                          UIComponent component,
                          String value)
Deprecated. 
Specified by:
getAsObject in interface Converter

getAsString

public String getAsString(FacesContext context,
                          UIComponent component,
                          Object value)
Deprecated. 
Specified by:
getAsString in interface Converter

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.