|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StaticAssetService
Created by bpolster.
| Method Summary | |
|---|---|
StaticAsset |
addStaticAsset(StaticAsset staticAsset,
SandBox destinationSandbox)
This method is intended to be called from within the CMS admin only. |
Long |
countAssets(SandBox sandbox,
org.hibernate.Criteria criteria)
|
void |
deleteStaticAsset(StaticAsset staticAsset,
SandBox destinationSandbox)
If deleting and item where page.originalPageId != null then the item is deleted from the database. |
List<StaticAsset> |
findAssets(SandBox sandbox,
org.hibernate.Criteria criteria)
|
StaticAsset |
findStaticAssetByFullUrl(String fullUrl,
SandBox targetSandBox)
|
StaticAsset |
findStaticAssetById(Long id)
|
StaticAsset |
updateStaticAsset(StaticAsset staticAsset,
SandBox sandbox)
This method is intended to be called from within the CMS admin only. |
| Methods inherited from interface org.broadleafcommerce.openadmin.server.domain.SandBoxItemListener |
|---|
itemPromoted, itemRejected, itemReverted |
| Method Detail |
|---|
StaticAsset findStaticAssetById(Long id)
StaticAsset findStaticAssetByFullUrl(String fullUrl,
SandBox targetSandBox)
StaticAsset addStaticAsset(StaticAsset staticAsset,
SandBox destinationSandbox)
StaticAsset updateStaticAsset(StaticAsset staticAsset,
SandBox sandbox)
void deleteStaticAsset(StaticAsset staticAsset,
SandBox destinationSandbox)
staticAsset - destinationSandbox -
Long countAssets(SandBox sandbox,
org.hibernate.Criteria criteria)
List<StaticAsset> findAssets(SandBox sandbox,
org.hibernate.Criteria criteria)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||