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 |
---|---|
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.
|
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) |
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 void |
StaticAssetStorageServiceImpl.clearObsoleteCacheFiles(StaticAsset staticAsset,
File cacheFile) |
protected String |
StaticAssetStorageServiceImpl.constructCacheFileName(StaticAsset staticAsset,
Map<String,String> parameterMap) |
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.
|
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.