contentbox.models.menu.item

Class URLMenuItem

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

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

Class Attributes:
  • discriminatorvalue : URL
  •  
  • entityname : cbURLMenuItem
  •  
  • table : cb_menuItem
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : true
  •  
    Property Summary
    type property default serializable required
    any provider


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


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


    • access = public
    • returntype = any
    • column = url
    • 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 getProvider()
    string getTarget()
    string getUrl()
    string getUrlClass()
    any setProvider(any provider)
    any setTarget(any target)
    any setUrl(any url)
    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

    provider

    property any provider

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

    target

    property any target

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

    url

    property any url

    Attributes:
    access - public
    required - false
    returntype - any
    column - url
    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

    getProvider

    public string getProvider()


    getTarget

    public string getTarget()


    getUrl

    public string getUrl()


    getUrlClass

    public string getUrlClass()


    setProvider

    public any setProvider(any provider)

    Parameters:
    provider

    setTarget

    public any setTarget(any target)

    Parameters:
    target

    setUrl

    public any setUrl(any url)

    Parameters:
    url

    setUrlClass

    public any setUrlClass(any urlClass)

    Parameters:
    urlClass