contentbox.model.importers

Class BlogCFCImporter

railo-context.Component
        extended by contentbox.model.importers.BlogCFCImporter
Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    All Implemented Interfaces:
    ICBImporter

    ContentBox - A Modular Content Platform Copyright 2012 by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com Apache License, Version 2.0 Copyright Since [2012] [Luis Majano and Ortus Solutions,Corp] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Import a blogcfc database into contentbox

    Property Summary
    type property default serializable required
    any authorService


    • inject = id:authorService@cb
    true false
    any categoryService


    • inject = id:categoryService@cb
    true false
    any commentService


    • inject = id:commentService@cb
    true false
    any customFieldService


    • inject = id:customFieldService@cb
    true false
    any entryService


    • inject = id:entryService@cb
    true false
    any interceptorService


    • inject = coldbox:interceptorService
    true false
    any log


    • inject = logbox:logger:{this}
    true false
    any pageService


    • inject = id:pageService@cb
    true false
    any roleService


    • inject = id:roleService@cb
    true false
    any settingService


    • inject = id:settingService@cb
    true false
    Constructor Summary
    init()
    Method Summary
    private string convertContent(string content)
    any execute(any dsn, [any dsnUsername=''], [any dsnPassword=''], [any defaultPassword=''], any roleID, [any tableprefix=''])
    private string findImages(string content)
     
    Methods inherited from class railo-context.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    authorService

    property any authorService

    Attributes:
    required - false
    inject - id:authorService@cb
    serializable - true

    categoryService

    property any categoryService

    Attributes:
    required - false
    inject - id:categoryService@cb
    serializable - true

    commentService

    property any commentService

    Attributes:
    required - false
    inject - id:commentService@cb
    serializable - true

    customFieldService

    property any customFieldService

    Attributes:
    required - false
    inject - id:customFieldService@cb
    serializable - true

    entryService

    property any entryService

    Attributes:
    required - false
    inject - id:entryService@cb
    serializable - true

    interceptorService

    property any interceptorService

    Attributes:
    required - false
    inject - coldbox:interceptorService
    serializable - true

    log

    property any log

    Attributes:
    required - false
    inject - logbox:logger:{this}
    serializable - true

    pageService

    property any pageService

    Attributes:
    required - false
    inject - id:pageService@cb
    serializable - true

    roleService

    property any roleService

    Attributes:
    required - false
    inject - id:roleService@cb
    serializable - true

    settingService

    property any settingService

    Attributes:
    required - false
    inject - id:settingService@cb
    serializable - true

    Method Detail

    convertContent

    private string convertContent(string content)

    Parameters:
    content

    execute

    public any execute(any dsn, [any dsnUsername=''], [any dsnPassword=''], [any defaultPassword=''], any roleID, [any tableprefix=''])

    Specified by:
    execute in interface ICBImporter
    Parameters:
    dsn
    dsnUsername
    dsnPassword
    defaultPassword
    roleID
    tableprefix

    findImages

    private string findImages(string content)

    Parameters:
    content