public class SimpleExcelImport extends AbstractConvertPlugin implements ConvertPlugin
修飾子とタイプ | クラスと説明 |
---|---|
protected class |
SimpleExcelImport.POIRead |
protected class |
SimpleExcelImport.ReturnInfo |
CONSTRUCTOR_PARAMS
コンストラクタと説明 |
---|
SimpleExcelImport(Key nameKey,
Key typeKey,
java.util.Map info,
Resource resource)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected java.util.List |
chkeckDup(java.util.List<Updatable> list,
java.util.Set<java.lang.String> cptypes) |
protected java.lang.String |
convertDirective(SimpleConvertInfo.Columns cp,
SimpleConvertInfo prop,
int rindex) |
protected ConvertResult |
convertLocal(java.lang.Object source)
変換処理を実行する
|
protected java.util.List<Updatable> |
csvConvert(SimpleExcelImport.POIRead csvr,
java.util.List elist,
SimpleConvertInfo prop) |
protected java.util.List<Updatable> |
csvHDConvert(SimpleExcelImport.POIRead csvr,
java.util.List elist,
SimpleConvertInfo prop) |
protected byte[] |
getBase64(java.lang.String datauri) |
protected SimpleExcelImport.ReturnInfo |
getCSVData(SimpleConvertInfo.Columns cp,
java.lang.Object s0,
int rx,
java.util.List elist,
SimpleConvertInfo prop,
Finder fp,
Updatable hdup) |
protected Finder |
getFinder(java.lang.String path) |
protected boolean |
isBase64(java.lang.String datauri) |
protected void |
makeErrorList(java.util.List elist,
SimpleConvertInfo prop,
int index,
int coln,
java.lang.String msg,
java.lang.String str,
java.lang.Exception e1) |
convert, createUpdatable, createUpdatable, getConverterNameKey, getConverterTypeInfo, getConverterTypeKey, getPhenomenonType, getResource, getTranslator, getTranslator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convert, getConverterNameKey, getConverterTypeKey
protected ConvertResult convertLocal(java.lang.Object source) throws ConvertServiceException
convertLocal
クラス内 AbstractConvertPlugin
source
- 変換元オブジェクトConvertServiceException
- 変換処理での致命的なエラーprotected byte[] getBase64(java.lang.String datauri)
protected boolean isBase64(java.lang.String datauri)
protected java.util.List<Updatable> csvConvert(SimpleExcelImport.POIRead csvr, java.util.List elist, SimpleConvertInfo prop) throws java.io.IOException
java.io.IOException
protected java.util.List<Updatable> csvHDConvert(SimpleExcelImport.POIRead csvr, java.util.List elist, SimpleConvertInfo prop) throws java.io.IOException
java.io.IOException
protected java.lang.String convertDirective(SimpleConvertInfo.Columns cp, SimpleConvertInfo prop, int rindex)
protected SimpleExcelImport.ReturnInfo getCSVData(SimpleConvertInfo.Columns cp, java.lang.Object s0, int rx, java.util.List elist, SimpleConvertInfo prop, Finder fp, Updatable hdup)
protected java.util.List chkeckDup(java.util.List<Updatable> list, java.util.Set<java.lang.String> cptypes)
protected void makeErrorList(java.util.List elist, SimpleConvertInfo prop, int index, int coln, java.lang.String msg, java.lang.String str, java.lang.Exception e1)
protected Finder getFinder(java.lang.String path)