Class FCReversePicklistConverter

java.lang.Object
de.xima.fc.gui.common.converter.FCReversePicklistConverter
All Implemented Interfaces:
javax.faces.convert.Converter<de.xima.cmn.dao.interfaces.IEntity<Long>>

public class FCReversePicklistConverter extends Object implements javax.faces.convert.Converter<de.xima.cmn.dao.interfaces.IEntity<Long>>
  • Field Summary

    Fields inherited from interface javax.faces.convert.Converter

    DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.xima.cmn.dao.interfaces.IEntity<Long>
    getAsObject(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, String submittedValue)
     
    getAsString(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, de.xima.cmn.dao.interfaces.IEntity<Long> value)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FCReversePicklistConverter

      public FCReversePicklistConverter()
  • Method Details

    • getAsObject

      public de.xima.cmn.dao.interfaces.IEntity<Long> getAsObject(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, String submittedValue)
      Specified by:
      getAsObject in interface javax.faces.convert.Converter<de.xima.cmn.dao.interfaces.IEntity<Long>>
    • getAsString

      public String getAsString(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, de.xima.cmn.dao.interfaces.IEntity<Long> value)
      Specified by:
      getAsString in interface javax.faces.convert.Converter<de.xima.cmn.dao.interfaces.IEntity<Long>>