Class CMS2SystemSetup


  • @SystemSetup(extension="cms2")
    public class CMS2SystemSetup
    extends java.lang.Object
    The Class CMS2SystemSetup - responsible for creating essential data for CMS2 extension.
    • Constructor Detail

      • CMS2SystemSetup

        public CMS2SystemSetup()
    • Method Detail

      • initializeDefaultPageStatus

        @SystemSetup(type=ESSENTIAL,
                     process=ALL)
        public void initializeDefaultPageStatus()
        Sets a default CmsPageStatus#ACTIVE pageStatus value for Abstract pages
      • createNumberSeries

        protected void createNumberSeries​(java.lang.String key)
      • setFlexibleSearchService

        public void setFlexibleSearchService​(FlexibleSearchService flexibleSearchService)
      • getFlexibleSearchService

        protected FlexibleSearchService getFlexibleSearchService()
        Accessor for a FlexibleSearchService which might be helpful on higher levels of the class hierarchy.
        Returns:
        the flexibleSearchService
      • setModelService

        public void setModelService​(ModelService modelService)