Class UserGroupConverter

java.lang.Object
io.goobi.viewer.faces.converters.UserGroupConverter
All Implemented Interfaces:
javax.faces.convert.Converter<UserGroup>

public class UserGroupConverter extends Object implements javax.faces.convert.Converter<UserGroup>

UserConverter class.

  • Constructor Details

    • UserGroupConverter

      public UserGroupConverter()
  • Method Details

    • getAsObject

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

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