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 >
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
convert (Long object,
String data,
systems.dennis.shared.config.WebContext.LocalWebContext context)
getItems (systems.dennis.shared.config.WebContext.LocalWebContext context)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
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
ELASTIC_SEARCH
public static final Long ELASTIC_SEARCH
OTHER
public static final Long OTHER
TIME_ZONE
public static final Long TIME_ZONE
REMOTE_CRON
public static final Long REMOTE_CRON
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 >