com.gbshape.dbe.importdata
Interface ImportTask

All Known Implementing Classes:
CSVTableImport

public interface ImportTask


Field Summary
static int CSV_DATATYPE
           
static int SELECT_TYPE
           
static int TEXT_TYPE
           
 
Method Summary
 java.lang.String execute(javax.servlet.http.HttpServletRequest request, DBDataBean dataBean, java.util.ArrayList datas, java.util.Map parameters)
           
 int getDataType()
           
 java.lang.String getDescription()
           
 java.util.ArrayList getParameters(javax.servlet.http.HttpServletRequest request)
           
 

Field Detail

CSV_DATATYPE

public static final int CSV_DATATYPE
See Also:
Constant Field Values

TEXT_TYPE

public static final int TEXT_TYPE
See Also:
Constant Field Values

SELECT_TYPE

public static final int SELECT_TYPE
See Also:
Constant Field Values
Method Detail

getDescription

public java.lang.String getDescription()

getDataType

public int getDataType()

getParameters

public java.util.ArrayList getParameters(javax.servlet.http.HttpServletRequest request)

execute

public java.lang.String execute(javax.servlet.http.HttpServletRequest request,
                                DBDataBean dataBean,
                                java.util.ArrayList datas,
                                java.util.Map parameters)


Copyright © 2007 DB-Everywhere.com All Rights Reserved.