Uses of Interface
org.broadleafcommerce.cms.file.domain.StaticAsset

Packages that use StaticAsset
org.broadleafcommerce.cms.file.dao   
org.broadleafcommerce.cms.file.domain   
org.broadleafcommerce.cms.file.service   
 

Uses of StaticAsset in org.broadleafcommerce.cms.file.dao
 

Methods in org.broadleafcommerce.cms.file.dao that return StaticAsset
 StaticAsset StaticAssetDao.addOrUpdateStaticAsset(StaticAsset asset, boolean clearLevel1Cache)
           
 StaticAsset StaticAssetDaoImpl.addOrUpdateStaticAsset(StaticAsset asset, boolean clearLevel1Cache)
           
 StaticAsset StaticAssetDao.readStaticAssetByFullUrl(String fullUrl, SandBox targetSandBox)
           
 StaticAsset StaticAssetDaoImpl.readStaticAssetByFullUrl(String fullUrl, SandBox targetSandBox)
           
 StaticAsset StaticAssetDao.readStaticAssetById(Long id)
           
 StaticAsset StaticAssetDaoImpl.readStaticAssetById(Long id)
           
 

Methods in org.broadleafcommerce.cms.file.dao with parameters of type StaticAsset
 StaticAsset StaticAssetDao.addOrUpdateStaticAsset(StaticAsset asset, boolean clearLevel1Cache)
           
 StaticAsset StaticAssetDaoImpl.addOrUpdateStaticAsset(StaticAsset asset, boolean clearLevel1Cache)
           
 void StaticAssetDao.delete(StaticAsset asset)
           
 void StaticAssetDaoImpl.delete(StaticAsset asset)
           
 

Uses of StaticAsset in org.broadleafcommerce.cms.file.domain
 

Subinterfaces of StaticAsset in org.broadleafcommerce.cms.file.domain
 interface ImageStaticAsset
          Created by IntelliJ IDEA.
 

Classes in org.broadleafcommerce.cms.file.domain that implement StaticAsset
 class ImageStaticAssetImpl
          Created by bpolster.
 class StaticAssetImpl
          Created by bpolster.
 

Methods in org.broadleafcommerce.cms.file.domain that return StaticAsset
 StaticAsset StaticAsset.cloneEntity()
           
 StaticAsset StaticAssetImpl.cloneEntity()
           
 

Uses of StaticAsset in org.broadleafcommerce.cms.file.service
 

Methods in org.broadleafcommerce.cms.file.service that return StaticAsset
 StaticAsset StaticAssetServiceImpl.addStaticAsset(StaticAsset staticAsset, SandBox destinationSandbox)
           
 StaticAsset StaticAssetService.addStaticAsset(StaticAsset staticAsset, SandBox destinationSandbox)
          This method is intended to be called from within the CMS admin only.
 StaticAsset StaticAssetServiceImpl.createStaticAssetFromFile(org.springframework.web.multipart.MultipartFile file, Map<String,String> properties)
           
 StaticAsset StaticAssetService.createStaticAssetFromFile(org.springframework.web.multipart.MultipartFile file, Map<String,String> properties)
          Used when uploading a file to Broadleaf.
protected  StaticAsset StaticAssetStorageServiceImpl.findStaticAsset(String fullUrl, SandBox sandBox)
           
 StaticAsset StaticAssetServiceImpl.findStaticAssetByFullUrl(String fullUrl, SandBox targetSandBox)
           
 StaticAsset StaticAssetService.findStaticAssetByFullUrl(String fullUrl, SandBox targetSandBox)
           
 StaticAsset StaticAssetServiceImpl.findStaticAssetById(Long id)
           
 StaticAsset StaticAssetService.findStaticAssetById(Long id)
           
 StaticAsset StaticAssetServiceImpl.updateStaticAsset(StaticAsset staticAsset, SandBox destSandbox)
           
 StaticAsset StaticAssetService.updateStaticAsset(StaticAsset staticAsset, SandBox sandbox)
          This method is intended to be called from within the CMS admin only.
 

Methods in org.broadleafcommerce.cms.file.service that return types with arguments of type StaticAsset
 List<StaticAsset> StaticAssetServiceImpl.findAssets(SandBox sandbox, org.hibernate.Criteria c)
           
 List<StaticAsset> StaticAssetService.findAssets(SandBox sandbox, org.hibernate.Criteria criteria)
           
 

Methods in org.broadleafcommerce.cms.file.service with parameters of type StaticAsset
 StaticAsset StaticAssetServiceImpl.addStaticAsset(StaticAsset staticAsset, SandBox destinationSandbox)
           
 StaticAsset StaticAssetService.addStaticAsset(StaticAsset staticAsset, SandBox destinationSandbox)
          This method is intended to be called from within the CMS admin only.
protected  String StaticAssetStorageServiceImpl.constructCacheFileName(StaticAsset staticAsset, Map<String,String> parameterMap)
           
 void StaticAssetStorageServiceImpl.createStaticAssetStorageFromFile(org.springframework.web.multipart.MultipartFile file, StaticAsset staticAsset)
           
 void StaticAssetStorageService.createStaticAssetStorageFromFile(org.springframework.web.multipart.MultipartFile file, StaticAsset staticAsset)
          Persists the file being based in according to the staticAsset's StorageType.
 void StaticAssetServiceImpl.deleteStaticAsset(StaticAsset staticAsset, SandBox destinationSandbox)
           
 void StaticAssetService.deleteStaticAsset(StaticAsset staticAsset, SandBox destinationSandbox)
          If deleting and item where page.originalPageId != null then the item is deleted from the database.
protected  InputStream StaticAssetStorageServiceImpl.findInputStreamForStaticAsset(StaticAsset staticAsset)
           
 String StaticAssetStorageServiceImpl.generateStorageFileName(StaticAsset staticAsset)
           
 String StaticAssetStorageService.generateStorageFileName(StaticAsset staticAsset)
          By default, delegates a call to StaticAssetStorageService.generateStorageFileName(String) using staticAsset.getFullUrl() as the passed in argument.
protected  void StaticAssetServiceImpl.getMimeType(org.springframework.web.multipart.MultipartFile file, StaticAsset newAsset)
           
protected  InputStream StaticAssetStorageServiceImpl.getResourceFromClasspath(StaticAsset staticAsset)
           
 StaticAsset StaticAssetServiceImpl.updateStaticAsset(StaticAsset staticAsset, SandBox destSandbox)
           
 StaticAsset StaticAssetService.updateStaticAsset(StaticAsset staticAsset, SandBox sandbox)
          This method is intended to be called from within the CMS admin only.
 



Copyright © 2013. All Rights Reserved.