|
ContentBox Core API 1.6.0 | ||||
FRAMES |
WEB-INF.cftags.componentcontentbox.model.modules.Module
public class Module
******************************************************************************* 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. ******************************************************************************* I am a ContentBox Module
Property Summary | ||||
---|---|---|---|---|
Type | Property & Description | Default | Serializable | Required |
any
|
author
Attributes:
|
|
true
|
false
|
any
|
description
Attributes:
|
|
true
|
false
|
any
|
entryPoint
Attributes:
|
|
true
|
false
|
any
|
forgeBoxSlug
Attributes:
|
|
true
|
false
|
any
|
isActive
Attributes:
|
false
|
true
|
false
|
any
|
moduleID
Attributes:
|
|
true
|
false
|
any
|
name
Attributes:
|
|
true
|
false
|
any
|
title
Attributes:
|
|
true
|
false
|
any
|
version
Attributes:
|
0
|
true
|
false
|
any
|
webURL
Attributes:
|
|
true
|
false
|
Method Summary | |
---|---|
any |
GETAUTHOR()
get: |
any |
GETDESCRIPTION()
get: |
any |
GETENTRYPOINT()
get: |
any |
GETFORGEBOXSLUG()
get: |
any |
GETISACTIVE()
get: |
any |
GETMODULEID()
get: |
any |
GETNAME()
get: |
any |
GETTITLE()
get: |
any |
GETVERSION()
get: |
any |
GETWEBURL()
get: |
Module |
SETAUTHOR(any author)
set: |
Module |
SETDESCRIPTION(any description)
set: |
Module |
SETENTRYPOINT(any entryPoint)
set: |
Module |
SETFORGEBOXSLUG(any forgeBoxSlug)
set: |
Module |
SETISACTIVE(any isActive)
set: |
Module |
SETNAME(any name)
set: |
Module |
SETTITLE(any title)
set: |
Module |
SETVERSION(any version)
set: |
Module |
SETWEBURL(any webURL)
set: |
boolean |
checkForUpdates()
Check for updates |
boolean |
isLoaded()
is loaded? |
Methods inherited from class WEB-INF.cftags.component |
---|
None
|
Property Detail |
---|
any author
serializable
- truerequired
- falsenotnull
- falselength
- 255default
- any description
ormtype
- textserializable
- truerequired
- falsenotnull
- falselength
- 8000default
- any entryPoint
index
- idx_entryPointserializable
- truerequired
- falsenotnull
- falselength
- 255default
- any forgeBoxSlug
serializable
- truerequired
- falsenotnull
- falselength
- 255default
- any isActive
index
- idx_activeormtype
- booleanserializable
- truerequired
- falsenotnull
- truedbdefault
- 0default
- falseany moduleID
generator
- nativefieldtype
- idserializable
- truerequired
- falsedefault
- setter
- falseany name
index
- idx_moduleNameserializable
- truerequired
- falsenotnull
- truelength
- 255default
- any title
serializable
- truerequired
- falsenotnull
- falselength
- 255default
- any version
serializable
- truerequired
- falsenotnull
- falselength
- 255default
- 0any webURL
serializable
- truerequired
- falsenotnull
- falselength
- 500default
- Method Detail |
---|
public any GETAUTHOR()
public any GETDESCRIPTION()
public any GETENTRYPOINT()
public any GETFORGEBOXSLUG()
public any GETISACTIVE()
public any GETMODULEID()
public any GETNAME()
public any GETTITLE()
public any GETVERSION()
public any GETWEBURL()
public Module SETAUTHOR(any author)
author
public Module SETDESCRIPTION(any description)
description
public Module SETENTRYPOINT(any entryPoint)
entryPoint
public Module SETFORGEBOXSLUG(any forgeBoxSlug)
forgeBoxSlug
public Module SETISACTIVE(any isActive)
isActive
public Module SETNAME(any name)
name
public Module SETTITLE(any title)
title
public Module SETVERSION(any version)
version
public Module SETWEBURL(any webURL)
webURL
public boolean checkForUpdates()
public boolean isLoaded()
|
ContentBox Core API 1.6.0 | ||||
FRAMES |