| Constructor and Description |
|---|
ImporterImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<ImportRoutineDescriptor> |
getDescriptors(DBQueryDescriptor desc) |
List<ImportRoutineDescriptor> |
getGroupedDescriptors(DBQueryDescriptor desc)
Select * from imports where farmid=13625424 AND
(batch_type,end_time) IN
(Select batch_type,max(end_time) as end_time from imports
WHERE farmid=13625424 AND status = 'COMPLETE' group by batch_type order by batch_type)
|
ImportRoutineDescriptor |
importExcel(ImportRequest request) |
void |
init() |
public void init()
throws InternalException
InternalExceptionpublic ImportRoutineDescriptor importExcel(ImportRequest request) throws DMException, SQLException, InternalException
importExcel in interface ImporterDMExceptionSQLExceptionInternalExceptionpublic List<ImportRoutineDescriptor> getDescriptors(DBQueryDescriptor desc) throws SQLException, InternalException
getDescriptors in interface ImporterSQLExceptionInternalExceptionpublic List<ImportRoutineDescriptor> getGroupedDescriptors(DBQueryDescriptor desc) throws SQLException, InternalException
getGroupedDescriptors in interface ImporterSQLExceptionInternalExceptionCopyright © 2019. All Rights Reserved.