Modifier and Type | Method and Description |
---|---|
protected SandBox |
StructuredContentTypeCustomPersistenceHandler.getSandBox() |
protected SandBox |
PageTemplateCustomPersistenceHandler.getSandBox() |
Modifier and Type | Method and Description |
---|---|
protected List<SandBoxItem> |
SandBoxItemCustomPersistenceHandler.retrieveSandBoxItems(List<Long> ids,
DynamicEntityDao dynamicEntityDao,
SandBox mySandBox) |
Modifier and Type | Method and Description |
---|---|
<T> Long |
AbstractContentService.countItems(SandBox sandbox,
org.hibernate.Criteria c,
Class<T> concreteClass,
String originalIdProperty) |
<T,U> List<T> |
AbstractContentService.findItems(SandBox sandbox,
org.hibernate.Criteria c,
Class<T> baseClass,
Class<U> concreteClass,
String originalIdProperty) |
Modifier and Type | Method and Description |
---|---|
StaticAsset |
StaticAssetDaoImpl.readStaticAssetByFullUrl(String fullUrl,
SandBox targetSandBox) |
StaticAsset |
StaticAssetDao.readStaticAssetByFullUrl(String fullUrl,
SandBox targetSandBox) |
Modifier and Type | Field and Description |
---|---|
protected SandBox |
StaticAssetImpl.originalSandBox |
protected SandBox |
StaticAssetImpl.sandbox |
Modifier and Type | Method and Description |
---|---|
SandBox |
StaticAssetImpl.getOriginalSandBox() |
SandBox |
StaticAsset.getOriginalSandBox() |
SandBox |
StaticAssetImpl.getSandbox() |
SandBox |
StaticAsset.getSandbox() |
Modifier and Type | Method and Description |
---|---|
void |
StaticAssetImpl.setOriginalSandBox(SandBox originalSandBox) |
void |
StaticAsset.setOriginalSandBox(SandBox originalSandBox) |
void |
StaticAssetImpl.setSandbox(SandBox sandbox) |
void |
StaticAsset.setSandbox(SandBox sandbox) |
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.
|
Long |
StaticAssetServiceImpl.countAssets(SandBox sandbox,
org.hibernate.Criteria c) |
Long |
StaticAssetService.countAssets(SandBox sandbox,
org.hibernate.Criteria criteria) |
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.
|
List<StaticAsset> |
StaticAssetServiceImpl.findAssets(SandBox sandbox,
org.hibernate.Criteria c) |
List<StaticAsset> |
StaticAssetService.findAssets(SandBox sandbox,
org.hibernate.Criteria criteria) |
protected StaticAsset |
StaticAssetStorageServiceImpl.findStaticAsset(String fullUrl,
SandBox sandBox) |
StaticAsset |
StaticAssetServiceImpl.findStaticAssetByFullUrl(String fullUrl,
SandBox targetSandBox) |
StaticAsset |
StaticAssetService.findStaticAssetByFullUrl(String fullUrl,
SandBox targetSandBox) |
Map<String,String> |
StaticAssetStorageServiceImpl.getCacheFileModel(String fullUrl,
SandBox sandBox,
Map<String,String> parameterMap) |
Map<String,String> |
StaticAssetStorageService.getCacheFileModel(String fullUrl,
SandBox sandBox,
Map<String,String> parameterMap) |
void |
StaticAssetServiceImpl.itemPromoted(SandBoxItem sandBoxItem,
SandBox destinationSandBox) |
void |
StaticAssetServiceImpl.itemRejected(SandBoxItem sandBoxItem,
SandBox destinationSandBox) |
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<Page> |
PageDaoImpl.findPageByURI(SandBox sandBox,
Locale fullLocale,
Locale languageOnlyLocale,
String uri) |
List<Page> |
PageDao.findPageByURI(SandBox sandBox,
Locale fullLocale,
Locale languageOnlyLocale,
String uri) |
List<Page> |
PageDaoImpl.findPageByURI(SandBox sandBox,
Locale locale,
String uri) |
List<Page> |
PageDao.findPageByURI(SandBox sandBox,
Locale locale,
String uri) |
Modifier and Type | Field and Description |
---|---|
protected SandBox |
PageImpl.originalSandBox |
protected SandBox |
PageImpl.sandbox |
Modifier and Type | Method and Description |
---|---|
SandBox |
PageImpl.getOriginalSandBox() |
SandBox |
Page.getOriginalSandBox() |
SandBox |
PageImpl.getSandbox() |
SandBox |
Page.getSandbox() |
Modifier and Type | Method and Description |
---|---|
void |
PageImpl.setOriginalSandBox(SandBox originalSandBox) |
void |
Page.setOriginalSandBox(SandBox originalSandBox) |
void |
PageImpl.setSandbox(SandBox sandbox) |
void |
Page.setSandbox(SandBox sandbox) |
Modifier and Type | Method and Description |
---|---|
Page |
PageServiceImpl.addPage(Page page,
SandBox destinationSandbox)
This method is intended to be called from within the CMS
admin only.
|
Page |
PageService.addPage(Page page,
SandBox destinationSandbox)
This method is intended to be called from within the CMS
admin only.
|
protected String |
PageServiceImpl.buildKey(SandBox currentSandbox,
Locale locale,
String uri) |
protected boolean |
PageServiceImpl.checkForSandboxMatch(SandBox src,
SandBox dest) |
Long |
PageServiceImpl.countPages(SandBox sandbox,
org.hibernate.Criteria c) |
Long |
PageService.countPages(SandBox sandBox,
org.hibernate.Criteria criteria) |
void |
PageServiceImpl.deletePage(Page page,
SandBox destinationSandbox)
If deleting and item where page.originalPageId != null
then the item is deleted from the database.
|
void |
PageService.deletePage(Page page,
SandBox destinationSandbox)
If deleting and item where page.originalPageId != null
then the item is deleted from the database.
|
PageDTO |
PageServiceImpl.findPageByURI(SandBox currentSandbox,
Locale locale,
String uri,
Map<String,Object> ruleDTOs,
boolean secure)
Retrieve the page if one is available for the passed in uri.
|
PageDTO |
PageService.findPageByURI(SandBox currentSandbox,
Locale locale,
String uri,
Map<String,Object> ruleDTOs,
boolean secure)
Looks up the page from the backend datastore.
|
List<Page> |
PageServiceImpl.findPages(SandBox sandbox,
org.hibernate.Criteria c) |
List<Page> |
PageService.findPages(SandBox sandBox,
org.hibernate.Criteria criteria) |
protected boolean |
PageServiceImpl.isProductionSandBox(SandBox dest) |
void |
PageServiceImpl.itemPromoted(SandBoxItem sandBoxItem,
SandBox destinationSandBox) |
void |
PageServiceImpl.itemRejected(SandBoxItem sandBoxItem,
SandBox destinationSandBox) |
Page |
PageServiceImpl.updatePage(Page page,
SandBox destSandbox)
This method is intended to be called from within the CMS
admin only.
|
Page |
PageService.updatePage(Page page,
SandBox sandbox)
This method is intended to be called from within the CMS
admin only.
|
Modifier and Type | Method and Description |
---|---|
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByName(SandBox sandBox,
String name,
Locale locale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByName(SandBox sandBox,
String name,
Locale locale)
Pass through function for backwards compatibility to get a list of structured content.
|
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByName(SandBox sandBox,
String name,
Locale fullLocale,
Locale languageOnlyLocale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByName(SandBox sandBox,
String name,
Locale fullLocale,
Locale languageOnlyLocale)
Called by the
DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, Name, fullLocale and/or languageOnlyLocale. |
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByNameAndType(SandBox sandBox,
StructuredContentType type,
String name,
Locale locale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByNameAndType(SandBox sandBox,
StructuredContentType type,
String name,
Locale locale)
Pass through function for backwards compatibility to get a list of structured content.
|
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByNameAndType(SandBox sandBox,
StructuredContentType type,
String name,
Locale fullLocale,
Locale languageOnlyLocale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByNameAndType(SandBox sandBox,
StructuredContentType type,
String name,
Locale fullLocale,
Locale languageOnlyLocale)
Called by the
DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, Name, fullLocale and/or languageOnlyLocale. |
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByType(SandBox sandBox,
StructuredContentType type,
Locale locale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByType(SandBox sandBox,
StructuredContentType type,
Locale locale)
Pass through function for backwards compatibility to get a list of structured content.
|
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByType(SandBox sandBox,
StructuredContentType type,
Locale fullLocale,
Locale languageOnlyLocale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByType(SandBox sandBox,
StructuredContentType type,
Locale fullLocale,
Locale languageOnlyLocale)
Called by the
DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, fullLocale and/or languageOnlyLocale. |
Modifier and Type | Field and Description |
---|---|
protected SandBox |
StructuredContentImpl.originalSandBox |
protected SandBox |
StructuredContentImpl.sandbox |
Modifier and Type | Method and Description |
---|---|
SandBox |
StructuredContentImpl.getOriginalSandBox() |
SandBox |
StructuredContent.getOriginalSandBox()
Gets the
SandBox which originally edited this item. |
SandBox |
StructuredContentImpl.getSandbox() |
SandBox |
StructuredContent.getSandbox()
Gets the Sandbox associated with the content item.
|
Modifier and Type | Method and Description |
---|---|
void |
StructuredContentImpl.setOriginalSandBox(SandBox originalSandBox) |
void |
StructuredContent.setOriginalSandBox(SandBox originalSandBox)
Sets the originalSandBox for this item.
|
void |
StructuredContentImpl.setSandbox(SandBox sandbox) |
void |
StructuredContent.setSandbox(SandBox sandbox)
Sets the SandBox for this content item.
|
Modifier and Type | Method and Description |
---|---|
protected SandBox |
StructuredContentServiceImpl.getProductionSandBox(SandBox currentSandBox) |
Modifier and Type | Method and Description |
---|---|
StructuredContent |
StructuredContentServiceImpl.addStructuredContent(StructuredContent content,
SandBox destinationSandbox) |
StructuredContent |
StructuredContentService.addStructuredContent(StructuredContent content,
SandBox destinationSandbox)
This method is intended to be called from within the CMS
admin only.
|
protected String |
StructuredContentServiceImpl.buildNameKey(SandBox currentSandbox,
Locale locale,
String contentType,
String contentName) |
protected String |
StructuredContentServiceImpl.buildTypeKey(SandBox currentSandbox,
Locale locale,
String contentType) |
protected boolean |
StructuredContentServiceImpl.checkForProductionSandbox(SandBox dest) |
protected boolean |
StructuredContentServiceImpl.checkForSandboxMatch(SandBox src,
SandBox dest) |
Long |
StructuredContentServiceImpl.countContentItems(SandBox sandbox,
org.hibernate.Criteria c) |
Long |
StructuredContentService.countContentItems(SandBox sandBox,
org.hibernate.Criteria c)
Follows the same rules as
findContentItems . |
void |
StructuredContentServiceImpl.deleteStructuredContent(StructuredContent content,
SandBox destinationSandbox) |
void |
StructuredContentService.deleteStructuredContent(StructuredContent content,
SandBox destinationSandbox)
If deleting and item where content.originalItemId != null
then the item is deleted from the database.
|
List<StructuredContent> |
StructuredContentServiceImpl.findContentItems(SandBox sandbox,
org.hibernate.Criteria c) |
List<StructuredContent> |
StructuredContentService.findContentItems(SandBox sandbox,
org.hibernate.Criteria criteria)
This method is intended to be called solely from the CMS admin.
|
protected SandBox |
StructuredContentServiceImpl.getProductionSandBox(SandBox currentSandBox) |
protected boolean |
StructuredContentServiceImpl.isProductionSandBox(SandBox dest) |
void |
StructuredContentServiceImpl.itemPromoted(SandBoxItem sandBoxItem,
SandBox destinationSandBox) |
void |
StructuredContentServiceImpl.itemRejected(SandBoxItem sandBoxItem,
SandBox destinationSandBox) |
List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByName(SandBox sandBox,
String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByName(SandBox sandBox,
String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure)
This method returns content by name only.
|
List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByName(SandBox sandBox,
StructuredContentType contentType,
String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByName(SandBox sandBox,
StructuredContentType contentType,
String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure)
This method returns content by name and type.
|
List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByType(SandBox sandBox,
StructuredContentType contentType,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByType(SandBox sandBox,
StructuredContentType contentType,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure)
This method returns content
Returns active content items for the passed in sandbox that match the passed in type. |
StructuredContent |
StructuredContentServiceImpl.updateStructuredContent(StructuredContent content,
SandBox destSandbox) |
StructuredContent |
StructuredContentService.updateStructuredContent(StructuredContent content,
SandBox sandbox)
This method is intended to be called from within the CMS
admin only.
|
Modifier and Type | Method and Description |
---|---|
protected List<StructuredContentDTO> |
ContentProcessor.getContentItems(String contentName,
Integer maxResults,
javax.servlet.http.HttpServletRequest request,
Map<String,Object> mvelParameters,
SandBox currentSandbox,
StructuredContentType structuredContentType,
Locale locale,
org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element) |
Modifier and Type | Method and Description |
---|---|
SandBox |
SandBoxDaoImpl.createSandBox(Site site,
String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxDao.createSandBox(Site site,
String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxDaoImpl.persist(SandBox entity) |
SandBox |
SandBoxDao.persist(SandBox entity) |
SandBox |
SandBoxDaoImpl.retrieve(Long id) |
SandBox |
SandBoxDao.retrieve(Long id) |
SandBox |
SandBoxDaoImpl.retrieveNamedSandBox(Site site,
SandBoxType sandboxType,
String sandboxName) |
SandBox |
SandBoxDao.retrieveNamedSandBox(Site site,
SandBoxType sandboxType,
String sandboxName) |
SandBox |
SandBoxDaoImpl.retrieveSandBoxByType(Site site,
SandBoxType sandboxType) |
SandBox |
SandBoxDao.retrieveSandBoxByType(Site site,
SandBoxType sandboxType) |
Modifier and Type | Method and Description |
---|---|
SandBox |
SandBoxDaoImpl.persist(SandBox entity) |
SandBox |
SandBoxDao.persist(SandBox entity) |
Modifier and Type | Class and Description |
---|---|
class |
SandBoxImpl |
Modifier and Type | Method and Description |
---|---|
SandBox |
SandBoxImpl.clone() |
SandBox |
SandBox.clone() |
Modifier and Type | Method and Description |
---|---|
void |
SandBoxImpl.checkCloneable(SandBox sandBox) |
Modifier and Type | Field and Description |
---|---|
protected SandBox |
SiteImpl.productionSandbox |
Modifier and Type | Method and Description |
---|---|
SandBox |
SiteImpl.getProductionSandbox() |
SandBox |
Site.getProductionSandbox()
If null, then this is a single-site installation.
|
Modifier and Type | Method and Description |
---|---|
void |
SiteImpl.setProductionSandbox(SandBox productionSandbox) |
void |
Site.setProductionSandbox(SandBox sandbox)
Sets the production sandbox.
|
Modifier and Type | Field and Description |
---|---|
protected SandBox |
BroadleafRequestContext.sandbox |
Modifier and Type | Method and Description |
---|---|
SandBox |
BroadleafRequestContext.getSandbox() |
SandBox |
BroadleafSandBoxResolverImpl.resolveSandBox(javax.servlet.http.HttpServletRequest request,
Site site)
Determines the current sandbox based on other parameters on the request such as
the blSandBoxId parameters.
|
SandBox |
BroadleafSandBoxResolver.resolveSandBox(javax.servlet.http.HttpServletRequest request,
Site site)
Deprecated.
|
SandBox |
BroadleafSandBoxResolverImpl.resolveSandBox(org.springframework.web.context.request.WebRequest request,
Site site) |
SandBox |
BroadleafSandBoxResolver.resolveSandBox(org.springframework.web.context.request.WebRequest request,
Site site)
Resolve the sandbox for the given site and request
|
Modifier and Type | Method and Description |
---|---|
void |
BroadleafRequestContext.setSandbox(SandBox sandbox) |
Modifier and Type | Method and Description |
---|---|
void |
SandBoxItemListener.itemPromoted(SandBoxItem sandBoxItem,
SandBox destinationSandBox) |
void |
SandBoxItemListener.itemRejected(SandBoxItem sandBoxItem,
SandBox destinationSandBox) |
Modifier and Type | Field and Description |
---|---|
protected SandBox |
AdminUserImpl.overrideSandBox |
Modifier and Type | Method and Description |
---|---|
SandBox |
AdminUserImpl.getOverrideSandBox() |
SandBox |
AdminUser.getOverrideSandBox()
The current sandbox associated with this user.
|
Modifier and Type | Method and Description |
---|---|
void |
AdminUserImpl.setOverrideSandBox(SandBox overrideSandBox) |
void |
AdminUser.setOverrideSandBox(SandBox sandbox)
Overrides the user's sandbox.
|
Modifier and Type | Method and Description |
---|---|
SandBox |
SandBoxServiceImpl.createSandBox(Site site,
String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxService.createSandBox(Site site,
String sandBoxName,
SandBoxType sandBoxType) |
protected SandBox |
SandBoxServiceImpl.determineNextSandBox(SandBox sandBox) |
SandBox |
SandBoxServiceImpl.retrieveApprovalSandBox(SandBox sandBox) |
SandBox |
SandBoxService.retrieveApprovalSandBox(SandBox sandBox) |
SandBox |
SandBoxServiceImpl.retrieveSandBox(Site site,
String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxService.retrieveSandBox(Site site,
String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxServiceImpl.retrieveSandboxById(Long sandboxId) |
SandBox |
SandBoxService.retrieveSandboxById(Long id) |
SandBox |
SandBoxServiceImpl.retrieveUserSandBox(Site site,
AdminUser adminUser) |
SandBox |
SandBoxService.retrieveUserSandBox(Site site,
AdminUser adminUser)
Returns the sandbox currently associated with the passed in userId.
|
Modifier and Type | Method and Description |
---|---|
protected SandBox |
SandBoxServiceImpl.determineNextSandBox(SandBox sandBox) |
void |
SandBoxServiceImpl.promoteAllSandBoxItems(SandBox fromSandBox,
String comment) |
void |
SandBoxService.promoteAllSandBoxItems(SandBox sandBox,
String comment) |
void |
SandBoxServiceImpl.promoteSelectedItems(SandBox fromSandBox,
String comment,
List<SandBoxItem> sandBoxItems) |
void |
SandBoxService.promoteSelectedItems(SandBox sandBox,
String comment,
List<SandBoxItem> sandBoxItems) |
void |
SandBoxServiceImpl.rejectAllSandBoxItems(SandBox originalSandBox,
SandBox sandBox,
String comment) |
void |
SandBoxService.rejectAllSandBoxItems(SandBox originalSandBox,
SandBox sandBox,
String comment) |
void |
SandBoxServiceImpl.rejectSelectedSandBoxItems(SandBox fromSandBox,
String comment,
List<SandBoxItem> sandBoxItems) |
void |
SandBoxService.rejectSelectedSandBoxItems(SandBox sandBox,
String comment,
List<SandBoxItem> sandBoxItems) |
SandBox |
SandBoxServiceImpl.retrieveApprovalSandBox(SandBox sandBox) |
SandBox |
SandBoxService.retrieveApprovalSandBox(SandBox sandBox) |
void |
SandBoxServiceImpl.revertAllSandBoxItems(SandBox originalSandBox,
SandBox sandBox) |
void |
SandBoxService.revertAllSandBoxItems(SandBox originalSandBox,
SandBox sandBox) |
void |
SandBoxServiceImpl.revertSelectedSandBoxItems(SandBox fromSandBox,
List<SandBoxItem> sandBoxItems) |
void |
SandBoxService.revertSelectedSandBoxItems(SandBox sandBox,
List<SandBoxItem> sandBoxItems) |
void |
SandBoxServiceImpl.schedulePromotionForSandBox(SandBox sandBox,
Calendar calendar) |
void |
SandBoxService.schedulePromotionForSandBox(SandBox sandBox,
Calendar calendar) |
Copyright © 2014. All rights reserved.