Uses of Class
org.broadleafcommerce.common.file.domain.FileWorkArea
Packages that use FileWorkArea
Package
Description
-
Uses of FileWorkArea in org.broadleafcommerce.common.file.service
Methods in org.broadleafcommerce.common.file.service that return FileWorkAreaModifier and TypeMethodDescriptionBroadleafFileService.initializeWorkArea()Create a file work area that can be used for further operations.BroadleafFileServiceImpl.initializeWorkArea()Create a file work area that can be used for further operations.Methods in org.broadleafcommerce.common.file.service with parameters of type FileWorkAreaModifier and TypeMethodDescriptionvoidBroadleafFileService.addOrUpdateResource(FileWorkArea workArea, File file, boolean removeFilesFromWorkArea) Deprecated.voidBroadleafFileServiceImpl.addOrUpdateResource(FileWorkArea workArea, File file, boolean removeFilesFromWorkArea) Takes in a temporary work area and a single File and copies that files to the configured FileProvider's permanent storage.BroadleafFileService.addOrUpdateResourceForPath(FileWorkArea workArea, File file, boolean removeFilesFromWorkArea) Takes in a temporary work area and a single File and copies that files to the configured FileProvider's permanent storage.BroadleafFileServiceImpl.addOrUpdateResourceForPath(FileWorkArea workArea, File file, boolean removeFilesFromWorkArea) Takes in a temporary work area and a single File and copies that files to the configured FileProvider's permanent storage.voidBroadleafFileService.addOrUpdateResources(FileWorkArea workArea, boolean removeFilesFromWorkArea) Deprecated.voidBroadleafFileService.addOrUpdateResources(FileWorkArea workArea, List<File> files, boolean removeFilesFromWorkArea) Deprecated.voidBroadleafFileServiceImpl.addOrUpdateResources(FileWorkArea workArea, boolean removeFilesFromWorkArea) Takes in a temporary work area and copies all of the files to the configured FileProvider's permanent storage.voidBroadleafFileServiceImpl.addOrUpdateResources(FileWorkArea workArea, List<File> files, boolean removeFilesFromWorkArea) voidFileServiceProvider.addOrUpdateResources(FileWorkArea workArea, List<File> files, boolean removeFilesFromWorkArea) voidFileSystemFileServiceProvider.addOrUpdateResources(FileWorkArea workArea, List<File> files, boolean removeFilesFromWorkArea) Deprecated.BroadleafFileService.addOrUpdateResourcesForPaths(FileWorkArea workArea, boolean removeFilesFromWorkArea) Takes in a temporary work area and copies all of the files to the configured FileProvider's permanent storage.BroadleafFileService.addOrUpdateResourcesForPaths(FileWorkArea workArea, List<File> files, boolean removeFilesFromWorkArea) Takes in a temporary work area and a list of Files and copies them to the configured FileProvider's permanent storage.BroadleafFileServiceImpl.addOrUpdateResourcesForPaths(FileWorkArea workArea, boolean removeFilesFromWorkArea) BroadleafFileServiceImpl.addOrUpdateResourcesForPaths(FileWorkArea workArea, List<File> files, boolean removeFilesFromWorkArea) FileServiceProvider.addOrUpdateResourcesForPaths(FileWorkArea workArea, List<File> files, boolean removeFilesFromWorkArea) Adds all of the given files and returns the resource names of all of them suitable for invokingFileServiceProvider.getResource(String)and/orFileServiceProvider.removeResource(String)FileSystemFileServiceProvider.addOrUpdateResourcesForPaths(FileWorkArea workArea, List<File> files, boolean removeFilesFromWorkArea) protected voidBroadleafFileServiceImpl.checkFiles(FileWorkArea workArea, List<File> fileList) voidBroadleafFileService.closeWorkArea(FileWorkArea workArea) Closes the passed in work area.voidBroadleafFileServiceImpl.closeWorkArea(FileWorkArea fwArea) Closes the passed in work area. -
Uses of FileWorkArea in org.broadleafcommerce.common.sitemap.service
Fields in org.broadleafcommerce.common.sitemap.service declared as FileWorkAreaMethods in org.broadleafcommerce.common.sitemap.service with parameters of type FileWorkAreaModifier and TypeMethodDescriptionprotected voidSiteMapServiceImpl.gzipAndDeleteFiles(FileWorkArea fileWorkArea, List<String> fileNames) GZip a file, Then delete itprotected voidSiteMapServiceImpl.gzipAndDeleteFiles(FileWorkArea fileWorkArea, List<String> fileNames, boolean shouldDeleteOriginal) Constructors in org.broadleafcommerce.common.sitemap.service with parameters of type FileWorkAreaModifierConstructorDescriptionSiteMapBuilder(SiteMapConfiguration siteMapConfig, FileWorkArea fileWorkArea, String baseUrl, boolean gzipSiteMapFiles)
BroadleafFileService.addOrUpdateResourceForPath(FileWorkArea, File, boolean)