public interface DataProcessTemplateIntf extends Serializable
String getOutputFileName()
void setOutputFileName(String aFileName)
String getInputFileType()
void setInputFileType(String aFileType)
boolean isNewTemplate()
void setNewTemplate(boolean aFlag)
String getInputDateFormat()
void setInputDateFormat(String aDateFormat)
void addBlock(DataProcessBlock aBlock) throws Exception
ExceptionDataProcessBlock getBlock(String aBlockName)
DataProcessBlock getRootBlock()
List<DataProcessBlock> getBlockList() throws Exception
Exceptionvoid setBlockList(List<DataProcessBlock> aBlockList) throws Exception
ExceptionMap<String,Map<String,String>> getBlockMappingTable() throws Exception
Exceptionvoid setBlockMappingTable(Map<String,Map<String,String>> aMappingTable) throws Exception
ExceptionDataProcessField getVariable(String aTag)
List<DataProcessField> getBlockVariables() throws Exception
Exceptionvoid setBlockVariables(List<DataProcessField> aBlockList) throws Exception
ExceptionDataProcessSql getSql(String aSqlTag)
List<DataProcessSql> getBlockSql() throws Exception
Exceptionvoid setBlockSql(List<DataProcessSql> aBlockList) throws Exception
ExceptionDataProcessSql getMapSql(String aMapString)
boolean isMapLoaded(String aMapString)
void setMapLoaded(String aMapString)
String getDataFlowName()
void setDataFlowName(String aName)
Copyright © 2020. All rights reserved.