Class MandantPicklistConverter

java.lang.Object
de.xima.fc.gui.converter.MandantPicklistConverter
All Implemented Interfaces:
javax.faces.convert.Converter<Mandant>

@ApplicationScoped public class MandantPicklistConverter extends Object implements javax.faces.convert.Converter<Mandant>
Faces converter implementation for Mandant picklists (based on the Mandants UUID).
Since:
8.5.4
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • MandantPicklistConverter

      public MandantPicklistConverter()
  • Method Details

    • getAsObject

      public Mandant getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
      Specified by:
      getAsObject in interface javax.faces.convert.Converter<Mandant>
    • getAsString

      public String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Mandant mandant)
      Specified by:
      getAsString in interface javax.faces.convert.Converter<Mandant>