Interface FileStorageProcessor
- All Superinterfaces:
BusinessObject,BusinessProcessor
- All Known Implementing Classes:
LocalFileStorageProcessor
-
Method Summary
Modifier and TypeMethodDescriptionbooleandoesFileExist(String fullPathForFile, String fileType) storeFile(InputStream fileIS, String fileName, String fileType) urlForFile(String imagePathURL, String fileName, String fileType) Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initializeMethods inherited from interface com.softslate.commerce.businessobjects.core.BusinessProcessor
getAppComponents, getAppSettings, getBusinessObjectFactory, getDaoFactory, getEventBus, getInjector, getSettings, getUser, setAppComponents, setAppSettings, setBusinessObjectFactory, setDaoFactory, setEventBus, setInjector, setSettings, setUser, utils