org.kuali.kfs.module.cam.batch.service
Interface AssetBarcodeInventoryInputFileService

All Superinterfaces:
BatchInputFileSetService
All Known Implementing Classes:
AssetBarcodeInventoryInputFileServiceImpl

public interface AssetBarcodeInventoryInputFileService
extends BatchInputFileSetService


Method Summary
 Map<String,String> save(org.kuali.rice.kim.bo.Person user, AssetBarcodeInventoryInputFileType inputType, String fileUserIdentifer, Map<String,InputStream> typeToStreamMap, AssetBarCodeInventoryInputFileForm form)
           
 
Methods inherited from interface org.kuali.kfs.sys.batch.service.BatchInputFileSetService
isBatchInputTypeActive, isFileUserIdentifierProperlyFormatted, save
 

Method Detail

save

Map<String,String> save(org.kuali.rice.kim.bo.Person user,
                        AssetBarcodeInventoryInputFileType inputType,
                        String fileUserIdentifer,
                        Map<String,InputStream> typeToStreamMap,
                        AssetBarCodeInventoryInputFileForm form)
                        throws org.kuali.rice.kns.exception.AuthorizationException,
                               FileStorageException
Throws:
org.kuali.rice.kns.exception.AuthorizationException
FileStorageException


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.