EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.internal
Class AutoLookupSelectService

java.lang.Object
  extended by echopoint.internal.AutoLookupSelectService
All Implemented Interfaces:
Service

public class AutoLookupSelectService
extends Object
implements Service


Field Summary
static Properties OUTPUT_PROPERTIES
           
static String SERVICE_ID
           
 
Fields inherited from interface nextapp.echo.webcontainer.Service
DO_NOT_CACHE
 
Method Summary
 void deregister(AutoLookupSelectField selectFieldEx)
           
 String getId()
           
static AutoLookupSelectService getInstance()
           
 int getVersion()
           
static void install()
           
 void register(AutoLookupSelectField selectFieldEx)
           
 void service(Connection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_ID

public static final String SERVICE_ID
See Also:
Constant Field Values

OUTPUT_PROPERTIES

public static final Properties OUTPUT_PROPERTIES
Method Detail

getInstance

public static AutoLookupSelectService getInstance()

install

public static void install()

getId

public String getId()
Specified by:
getId in interface Service

getVersion

public int getVersion()
Specified by:
getVersion in interface Service

service

public void service(Connection conn)
             throws IOException
Specified by:
service in interface Service
Throws:
IOException

register

public void register(AutoLookupSelectField selectFieldEx)

deregister

public void deregister(AutoLookupSelectField selectFieldEx)

EchoPoint API - 3.0.0b5
App Webcontainer