Class ServerTypeProvider

java.lang.Object
systems.dennis.shared.servers.providers.ServerTypeProvider
All Implemented Interfaces:
systems.dennis.shared.pojo_form.DataProvider<Long>, systems.dennis.shared.pojo_view.DefaultDataConverter<Long,String>

public class ServerTypeProvider extends Object implements systems.dennis.shared.pojo_form.DataProvider<Long>, systems.dennis.shared.pojo_view.DefaultDataConverter<Long,String>
  • Field Details

    • LDAP

      public static final Long LDAP
    • FILE_STORAGE

      public static final Long FILE_STORAGE
    • AUTH

      public static final Long AUTH
    • VIRTUAL_AUTH

      public static final Long VIRTUAL_AUTH
    • PAYMENT

      public static final Long PAYMENT
    • OTHER

      public static final Long OTHER
    • TIME_ZONE

      public static final Long TIME_ZONE
    • REMOTE_CRON

      public static final Long REMOTE_CRON
    • VERSION_CONTROL

      public static final Long VERSION_CONTROL
  • Constructor Details

    • ServerTypeProvider

      public ServerTypeProvider()
  • Method Details

    • getItems

      public ArrayList<systems.dennis.shared.pojo_form.ItemValue<Long>> getItems(systems.dennis.shared.config.WebContext.LocalWebContext context)
      Specified by:
      getItems in interface systems.dennis.shared.pojo_form.DataProvider<Long>
    • convert

      public String convert(Long object, String data, systems.dennis.shared.config.WebContext.LocalWebContext context)
      Specified by:
      convert in interface systems.dennis.shared.pojo_view.DefaultDataConverter<Long,String>