Uses of Class
org.broadleafcommerce.common.file.domain.FileWorkArea

Packages that use FileWorkArea
org.broadleafcommerce.common.file.service   
 

Uses of FileWorkArea in org.broadleafcommerce.common.file.service
 

Methods in org.broadleafcommerce.common.file.service that return FileWorkArea
 FileWorkArea BroadleafFileService.initializeWorkArea()
          Create a file work area that can be used for further operations.
 FileWorkArea 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 FileWorkArea
 void BroadleafFileService.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.
 void BroadleafFileServiceImpl.addOrUpdateResource(FileWorkArea workArea, File file, boolean removeFilesFromWorkArea)
          Takes in a work area and a fileName.
 void BroadleafFileService.addOrUpdateResources(FileWorkArea workArea, boolean removeFilesFromWorkArea)
          Takes in a temporary work area and copies all of the files to the configured FileProvider's permanent storage.
 void BroadleafFileServiceImpl.addOrUpdateResources(FileWorkArea workArea, boolean removeFilesFromWorkArea)
          Takes in a work area and application type and moves all of the files to the configured FileProvider.
 void FileSystemFileServiceProvider.addOrUpdateResources(FileWorkArea area, List<File> files, boolean removeResourcesFromWorkArea)
           
 void FileServiceProvider.addOrUpdateResources(FileWorkArea workArea, List<File> files, boolean removeFilesFromWorkArea)
          Takes in a work area and application type and moves all of the files to the configured FileProvider.
 void BroadleafFileService.addOrUpdateResources(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.
 void BroadleafFileServiceImpl.addOrUpdateResources(FileWorkArea workArea, List<File> files, boolean removeFilesFromWorkArea)
           
protected  void BroadleafFileServiceImpl.checkFiles(FileWorkArea workArea, List<File> fileList)
           
 void BroadleafFileService.closeWorkArea(FileWorkArea workArea)
          Closes the passed in work area.
 void BroadleafFileServiceImpl.closeWorkArea(FileWorkArea fwArea)
          Closes the passed in work area.
 



Copyright © 2013. All Rights Reserved.