|
ContentBox Core API 1.6.0 | ||||
FRAMES |
WEB-INF.cftags.componentcontentbox.model.importers.MachBlogImporter
public class MachBlogImporter
******************************************************************************* ContentBox - A Modular Content Platform Copyright 2012 by Luis Majano and Ortus Solutions, Corp www.gocontentbox.org | www.luismajano.com | 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 MachBlog database into contentbox
Property Summary | ||||
---|---|---|---|---|
Type | Property & Description | Default | Serializable | Required |
any
|
authorService
Attributes:
|
|
true
|
false
|
any
|
categoryService
Attributes:
|
|
true
|
false
|
any
|
commentService
Attributes:
|
|
true
|
false
|
any
|
customFieldService
Attributes:
|
|
true
|
false
|
any
|
entryService
Attributes:
|
|
true
|
false
|
any
|
htmlHelper
Attributes:
|
|
true
|
false
|
any
|
log
Attributes:
|
|
true
|
false
|
any
|
pageService
Attributes:
|
|
true
|
false
|
any
|
roleService
Attributes:
|
|
true
|
false
|
Constructor Summary | |
---|---|
init()
Constructor |
Method Summary | |
---|---|
any |
execute(any dsn, [any dsnUsername=''], [any dsnPassword=''], [any defaultPassword=''], any roleID, [any tableprefix=''])
Import from MachBlog, returns the string console |
Methods inherited from class WEB-INF.cftags.component |
---|
None
|
Constructor Detail |
---|
public init()
Property Detail |
---|
any authorService
inject
- id:authorService@cbrequired
- falseserializable
- truedefault
- any categoryService
inject
- id:categoryService@cbrequired
- falseserializable
- truedefault
- any commentService
inject
- id:commentService@cbrequired
- falseserializable
- truedefault
- any customFieldService
inject
- id:customFieldService@cbrequired
- falseserializable
- truedefault
- any entryService
inject
- id:entryService@cbrequired
- falseserializable
- truedefault
- any htmlHelper
inject
- coldbox:plugin:HTMLHelperrequired
- falseserializable
- truedefault
- any log
inject
- logbox:logger:{this}required
- falseserializable
- truedefault
- any pageService
inject
- id:pageService@cbrequired
- falseserializable
- truedefault
- any roleService
inject
- id:roleService@cbrequired
- falseserializable
- truedefault
- Method Detail |
---|
public any execute(any dsn, [any dsnUsername=''], [any dsnPassword=''], [any defaultPassword=''], any roleID, [any tableprefix=''])
execute
in interface
ICBImporter
dsn
dsnUsername
dsnPassword
defaultPassword
roleID
tableprefix
|
ContentBox Core API 1.6.0 | ||||
FRAMES |