@SystemSetup(extension="cms2") public class CMS2SystemSetup extends java.lang.Object
| Constructor and Description |
|---|
CMS2SystemSetup() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createNumberSeries(java.lang.String key) |
void |
createNumberSeriesForTypes()
Creates the number series for CMS2 related types.
|
protected FlexibleSearchService |
getFlexibleSearchService()
Accessor for a
FlexibleSearchService which might be helpful on higher levels of the class hierarchy. |
ModelService |
getModelService() |
void |
initializeDefaultPageStatus()
Sets a default
CmsPageStatus#ACTIVE pageStatus value for Abstract pages |
void |
migrateCMSNavigationEntries()
Migrates old CMSNavigation
|
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setModelService(ModelService modelService) |
@SystemSetup(type=ESSENTIAL, process=ALL) public void createNumberSeriesForTypes()
@SystemSetup(type=ESSENTIAL, process=ALL) public void migrateCMSNavigationEntries()
@SystemSetup(type=ESSENTIAL, process=ALL) public void initializeDefaultPageStatus()
CmsPageStatus#ACTIVE pageStatus value for Abstract pagesprotected void createNumberSeries(java.lang.String key)
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
protected FlexibleSearchService getFlexibleSearchService()
FlexibleSearchService which might be helpful on higher levels of the class hierarchy.public void setModelService(ModelService modelService)
public ModelService getModelService()
Copyright © 2018 SAP SE. All Rights Reserved.