Package sk.iway.iwcm.system.datatable
Class DatatableRequest<K,V>
java.lang.Object
sk.iway.iwcm.system.datatable.DatatableRequest<K,V>
- Type Parameters:
K
- the type of key used by the class being wrapped.V
- the class being wrapped.
Title webjet8
Company Interway a. s. (www.interway.sk)
Copyright Interway a. s. (c) 2001-2019
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()
int
double
int
double
getName()
boolean
isDelete()
boolean
boolean
isInsert()
boolean
boolean
isUpdate()
boolean
void
void
void
setDeleteOldData
(boolean deleteOldData) void
setDzchunkindex
(int dzchunkindex) void
setDzchunksize
(double dzchunksize) void
setDztotalchunkcount
(int dztotalchunkcount) void
setDztotalfilesize
(double dztotalfilesize) void
setErrorField
(V errorField) void
setGlobalError
(String globalError) void
setImportedColumns
(Set<String> importedColumns) void
setImportMode
(String importMode) void
void
setOverwriteMode
(DatatableRequestOverwriteMode overwriteMode) void
setSkipWrongData
(boolean skipWrongData) void
setUpdateByColumn
(String updateByColumn) void
setUploadType
(String uploadType) void
setWriteDirectlyToDestination
(boolean writeDirectlyToDestination)
-
Constructor Details
-
DatatableRequest
public DatatableRequest()
-
-
Method Details
-
isInsert
public boolean isInsert() -
isUpdate
public boolean isUpdate() -
isDelete
public boolean isDelete() -
getAction
-
getData
-
getDztotalchunkcount
public int getDztotalchunkcount() -
getDzchunkindex
public int getDzchunkindex() -
getDzchunksize
public double getDzchunksize() -
getDztotalfilesize
public double getDztotalfilesize() -
getName
-
getOverwriteMode
-
getUploadType
-
isWriteDirectlyToDestination
public boolean isWriteDirectlyToDestination() -
getUpdateByColumn
-
isDeleteOldData
public boolean isDeleteOldData() -
getImportMode
-
isSkipWrongData
public boolean isSkipWrongData() -
getImportedColumns
-
getErrorField
-
getGlobalError
-
setAction
-
setData
-
setDztotalchunkcount
public void setDztotalchunkcount(int dztotalchunkcount) -
setDzchunkindex
public void setDzchunkindex(int dzchunkindex) -
setDzchunksize
public void setDzchunksize(double dzchunksize) -
setDztotalfilesize
public void setDztotalfilesize(double dztotalfilesize) -
setName
-
setOverwriteMode
-
setUploadType
-
setWriteDirectlyToDestination
public void setWriteDirectlyToDestination(boolean writeDirectlyToDestination) -
setUpdateByColumn
-
setDeleteOldData
public void setDeleteOldData(boolean deleteOldData) -
setImportMode
-
setSkipWrongData
public void setSkipWrongData(boolean skipWrongData) -
setImportedColumns
-
setErrorField
-
setGlobalError
-