contentbox.model.modules

Class Module

railo-context.Component
        extended by contentbox.model.modules.Module
Class Attributes:
  • entityname : cbModule
  •  
  • cacheuse : read-write
  •  
  • table : cb_module
  •  
  • synchronized : false
  •  
  • cachename : cbModule
  •  
  • accessors : false
  •  
  • persistent : true
  •  

    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. I am a ContentBox Module

    Property Summary
    type property default serializable required
    any author


    • notnull = false
    • length = 255
    true false
    any description


    • notnull = false
    • ormtype = text
    • length = 8000
    true false
    any entryPoint


    • notnull = false
    • index = idx_entryPoint
    • length = 255
    true false
    any forgeBoxSlug


    • notnull = false
    • length = 255
    true false
    any isActive


    • notnull = true
    • ormtype = boolean
    • index = idx_active
    false true false
    any moduleID


    • fieldtype = id
    • generator = native
    • setter = no
    true false
    any name


    • notnull = true
    • index = idx_moduleName
    • length = 255
    true false
    any title


    • notnull = false
    • length = 255
    true false
    any version


    • notnull = false
    • length = 255
    0 true false
    any webURL


    • notnull = false
    • length = 500
    true false
    Constructor Summary
    init()
          Constructor.
    Method Summary
    boolean checkForUpdates()
         Check for updates.
    string getAuthor()
    string getDescription()
    string getEntryPoint()
    string getForgeBoxSlug()
    string getIsActive()
    string getModuleID()
    string getName()
    string getTitle()
    string getVersion()
    string getWebURL()
    boolean isLoaded()
         is loaded?.
    any setAuthor(any author)
    any setDescription(any description)
    any setEntryPoint(any entryPoint)
    any setForgeBoxSlug(any forgeBoxSlug)
    any setIsActive(any isActive)
    any setName(any name)
    any setTitle(any title)
    any setVersion(any version)
    any setWebURL(any webURL)
     
    Methods inherited from class railo-context.Component
    None

    Constructor Detail

    init

    public init()

    Constructor


    Property Detail

    author

    property any author

    Attributes:
    required - false
    notnull - false
    length - 255
    serializable - true

    description

    property any description

    Attributes:
    required - false
    notnull - false
    ormtype - text
    length - 8000
    serializable - true

    entryPoint

    property any entryPoint

    Attributes:
    required - false
    notnull - false
    index - idx_entryPoint
    length - 255
    serializable - true

    forgeBoxSlug

    property any forgeBoxSlug

    Attributes:
    required - false
    notnull - false
    length - 255
    serializable - true

    isActive

    property any isActive = [false]

    Attributes:
    required - false
    notnull - true
    ormtype - boolean
    index - idx_active
    serializable - true

    moduleID

    property any moduleID

    Attributes:
    required - false
    fieldtype - id
    generator - native
    serializable - true
    setter - no

    name

    property any name

    Attributes:
    required - false
    notnull - true
    index - idx_moduleName
    length - 255
    serializable - true

    title

    property any title

    Attributes:
    required - false
    notnull - false
    length - 255
    serializable - true

    version

    property any version = [0]

    Attributes:
    required - false
    notnull - false
    length - 255
    serializable - true

    webURL

    property any webURL

    Attributes:
    required - false
    notnull - false
    length - 500
    serializable - true

    Method Detail

    checkForUpdates

    public boolean checkForUpdates()

    Check for updates


    getAuthor

    public string getAuthor()


    getDescription

    public string getDescription()


    getEntryPoint

    public string getEntryPoint()


    getForgeBoxSlug

    public string getForgeBoxSlug()


    getIsActive

    public string getIsActive()


    getModuleID

    public string getModuleID()


    getName

    public string getName()


    getTitle

    public string getTitle()


    getVersion

    public string getVersion()


    getWebURL

    public string getWebURL()


    isLoaded

    public boolean isLoaded()

    is loaded?


    setAuthor

    public any setAuthor(any author)

    Parameters:
    author

    setDescription

    public any setDescription(any description)

    Parameters:
    description

    setEntryPoint

    public any setEntryPoint(any entryPoint)

    Parameters:
    entryPoint

    setForgeBoxSlug

    public any setForgeBoxSlug(any forgeBoxSlug)

    Parameters:
    forgeBoxSlug

    setIsActive

    public any setIsActive(any isActive)

    Parameters:
    isActive

    setName

    public any setName(any name)

    Parameters:
    name

    setTitle

    public any setTitle(any title)

    Parameters:
    title

    setVersion

    public any setVersion(any version)

    Parameters:
    version

    setWebURL

    public any setWebURL(any webURL)

    Parameters:
    webURL