Interface FileStorageProcessor
- All Superinterfaces:
BusinessObject
,BusinessProcessor
- All Known Implementing Classes:
LocalFileStorageProcessor
-
Method Summary
Modifier and TypeMethodDescriptionboolean
doesFileExist
(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
initialize
Methods 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