@AjaxService(value="heliumDropZoneService")
@ConverterExtensions(value={com.technia.tvc.office.ui.dropzone.ajax.DropInfoConverter.class,com.technia.tvc.office.ui.dropzone.ajax.UserInterfaceConverter.class})
public class FileDropZoneService
extends com.technia.tvc.office.ui.dropzone.ajax.DropZoneService
| Constructor and Description |
|---|
FileDropZoneService() |
| Modifier and Type | Method and Description |
|---|---|
com.technia.tvc.office.ui.dropzone.table.DropResult |
doPerform(java.lang.String tableBeanName,
long dataId,
java.lang.String colName,
java.lang.String[] fileNames,
boolean fromPreProcessor,
java.util.Map<?,?> argsIn) |
protected com.technia.tvc.core.table.TableBean<?> |
getTableBean(java.lang.String tableBeanName) |
@AjaxMethod(useContext=true,
txType=UPDATE)
public com.technia.tvc.office.ui.dropzone.table.DropResult doPerform(java.lang.String tableBeanName,
long dataId,
java.lang.String colName,
java.lang.String[] fileNames,
boolean fromPreProcessor,
java.util.Map<?,?> argsIn)
throws com.technia.tvc.core.TVCException
com.technia.tvc.core.TVCExceptionprotected com.technia.tvc.core.table.TableBean<?> getTableBean(java.lang.String tableBeanName)
getTableBean in class com.technia.tvc.office.ui.dropzone.ajax.DropZoneService