Package | Description |
---|---|
org.broadleafcommerce.cms.file.dao | |
org.broadleafcommerce.cms.file.domain | |
org.broadleafcommerce.cms.file.service |
Modifier and Type | Method and Description |
---|---|
StaticAsset |
StaticAssetDaoImpl.addOrUpdateStaticAsset(StaticAsset asset,
boolean clearLevel1Cache) |
StaticAsset |
StaticAssetDao.addOrUpdateStaticAsset(StaticAsset asset,
boolean clearLevel1Cache) |
StaticAsset |
StaticAssetDaoImpl.readStaticAssetByFullUrl(String fullUrl,
SandBox targetSandBox) |
StaticAsset |
StaticAssetDao.readStaticAssetByFullUrl(String fullUrl,
SandBox targetSandBox) |
StaticAsset |
StaticAssetDaoImpl.readStaticAssetById(Long id) |
StaticAsset |
StaticAssetDao.readStaticAssetById(Long id) |
Modifier and Type | Method and Description |
---|---|
List<StaticAsset> |
StaticAssetDaoImpl.readAllStaticAssets() |
List<StaticAsset> |
StaticAssetDao.readAllStaticAssets() |
Modifier and Type | Method and Description |
---|---|
StaticAsset |
StaticAssetDaoImpl.addOrUpdateStaticAsset(StaticAsset asset,
boolean clearLevel1Cache) |
StaticAsset |
StaticAssetDao.addOrUpdateStaticAsset(StaticAsset asset,
boolean clearLevel1Cache) |
void |
StaticAssetDaoImpl.delete(StaticAsset asset) |
void |
StaticAssetDao.delete(StaticAsset asset) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImageStaticAsset
Created by IntelliJ IDEA.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageStaticAssetImpl
Created by bpolster.
|
class |
StaticAssetImpl
Created by bpolster.
|
Modifier and Type | Method and Description |
---|---|
StaticAsset |
StaticAssetImpl.cloneEntity() |
StaticAsset |
StaticAsset.cloneEntity() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<StaticAsset> |
StaticAssetServiceImpl.findAssets(SandBox sandbox,
org.hibernate.Criteria c) |
List<StaticAsset> |
StaticAssetService.findAssets(SandBox sandbox,
org.hibernate.Criteria criteria) |
List<StaticAsset> |
StaticAssetServiceImpl.readAllStaticAssets() |
List<StaticAsset> |
StaticAssetService.readAllStaticAssets() |
Modifier and Type | Method and Description |
---|---|
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,
boolean useSharedFile)
Builds a file system path for the passed in static asset and paramaterMap.
|
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,
boolean useSharedFile) |
String |
StaticAssetStorageService.generateStorageFileName(StaticAsset staticAsset,
boolean useSharedPath)
By default, delegates a call to
#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 © 2014. All rights reserved.