contentbox.models.menu.item

Class MediaMenuItem

lucee.Component
    extended by contentbox.models.BaseEntityMethods
      extended by contentbox.models.menu.item.BaseMenuItem
        extended by contentbox.models.menu.item.MediaMenuItem

ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- A Media-based Menu Item

Class Attributes:
  • discriminatorvalue : Media
  •  
  • entityname : cbMediaMenuItem
  •  
  • table : cb_menuItem
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : true
  •  
    Property Summary
    type property default serializable required
    any mediaPath


    • access = public
    • returntype = any
    • column = mediaPath
    • notnull = false
    • ormtype = string
    true false
    any provider


    • access = public
    • returntype = any
    • inject = provider:contentbox.models.menu.providers.MediaProvider
    • persistent = false
    true false
    any target


    • access = public
    • returntype = any
    • column = target
    • notnull = false
    • ormtype = string
    true false
    any urlClass


    • access = public
    • returntype = any
    • column = urlClass
    • notnull = false
    • ormtype = string
    true false
    Constructor Summary
    init()
    Method Summary
    string getMediaPath()
    string getProvider()
    string getTarget()
    string getUrlClass()
    any setMediaPath(any mediaPath)
    any setProvider(any provider)
    any setTarget(any target)
    any setUrlClass(any urlClass)
     
    Methods inherited from class contentbox.models.menu.item.BaseMenuItem
    addChild, canDisplay, getActive, getAttributesAsString, getChildren, getCreatedDate, getData, getInfoSnapshot, getIsDeleted, getItemClass, getLabel, getMenu, getMenuItemID, getMenuItemService, getMenuType, getModifiedDate, getParent, getParentSnapshot, getTitle, hasChild, hasMenu, hasParent, removeChild, setActive, setChildren, setCreatedDate, setData, setIsDeleted, setItemClass, setLabel, setMenu, setMenuItemID, setMenuItemService, setMenuType, setModifiedDate, setParent, setTitle
     
    Methods inherited from class contentbox.models.BaseEntityMethods
    appendToMemento, appendToMementoProfile, arrayWrap, getDisplayCreatedDate, getDisplayModifiedDate, getEntityName, getId, includeMixin, isLoaded, preInsert, preUpdate
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    mediaPath

    property any mediaPath

    Attributes:
    access - public
    required - false
    returntype - any
    column - mediaPath
    notnull - false
    ormtype - string
    serializable - true

    provider

    property any provider

    Attributes:
    access - public
    required - false
    returntype - any
    inject - provider:contentbox.models.menu.providers.MediaProvider
    persistent - false
    serializable - true

    target

    property any target

    Attributes:
    access - public
    required - false
    returntype - any
    column - target
    notnull - false
    ormtype - string
    serializable - true

    urlClass

    property any urlClass

    Attributes:
    access - public
    required - false
    returntype - any
    column - urlClass
    notnull - false
    ormtype - string
    serializable - true

    Method Detail

    getMediaPath

    public string getMediaPath()


    getProvider

    public string getProvider()


    getTarget

    public string getTarget()


    getUrlClass

    public string getUrlClass()


    setMediaPath

    public any setMediaPath(any mediaPath)

    Parameters:
    mediaPath

    setProvider

    public any setProvider(any provider)

    Parameters:
    provider

    setTarget

    public any setTarget(any target)

    Parameters:
    target

    setUrlClass

    public any setUrlClass(any urlClass)

    Parameters:
    urlClass