public class ExtStructureService extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
APPEND |
static int |
OVERRIDE |
static int |
STANDARD |
| Constructor and Description |
|---|
ExtStructureService() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getHeaderMapping() |
int |
getMode() |
List<Map<String,Object>> |
getStructure()
Wykonuje zapytanie pobierające dane z bazy
|
void |
readStructure(List<Map<String,Object>> structure)
Wczytuje strukturę do systemu
|
void |
setHeaderMapping(Map<String,String> headerMapping) |
void |
setMode(String mode) |
void |
validateData(List<Map<String,Object>> struct)
Walidacja danych wejściowych
|
public static final int APPEND
public static final int STANDARD
public static final int OVERRIDE
public void readStructure(List<Map<String,Object>> structure) throws Exception
structure - Exceptionpublic List<Map<String,Object>> getStructure() throws Exception
Exceptionpublic void validateData(List<Map<String,Object>> struct) throws CUFException, org.enhydra.shark.api.client.wfbase.BaseException
struct - CUFExceptionorg.enhydra.shark.api.client.wfbase.BaseExceptionpublic int getMode()
public void setMode(String mode)
Copyright © 2020 Suncode. All rights reserved.