mura.category

Class categoryDAO

lucee.Component
    extended by mura.cfobject
      extended by mura.category.categoryDAO

This provides category CRUD actions

Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Constructor Summary
    init(any configBean, any settingsManager)
    Method Summary
    any create([any categoryBean])
    any delete([String categoryID])
    any getCurrentOrderNo([string categoryID=''], [string contentID=''], [string siteID=''])
    any keepCategories([string contentHistID=''], [query rsKeepers])
    any pushCategory([string categoryID=''], [string siteID=''])
    any read([string categoryID], any categoryBean='')
    any readByFilename([string filename], [string siteID], any categoryBean='')
    any readByName([string name], [string siteID], any categoryBean='')
    any readByRemoteID([string remoteID], [string siteID], any categoryBean='')
    any readByURLTitle([string urlTitle], [string siteID], any categoryBean='')
    any saveAssignment([string contentHistID=''], [any contentID], [any categoryID], [any siteID], any orderNo='0', any isFeature='0', any featureStart='', any featureStop='')
    any setAssignment([string categoryID=''], [string contentID=''], [string contentHistID=''], [numeric isFeature='0'], [numeric orderno='0'], [string siteID=''], [struct schedule='[runtime expression]'])
    any setListOrder([string categoryID=''], [string orderid=''], [string orderno=''], [string siteid=''])
    any update([any categoryBean])
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, get, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getFeed, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, getValue, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, parseDateArg, removeValue, set, setValue, valueExists
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init(any configBean, any settingsManager)

    Parameters:
    configBean
    settingsManager

    Method Detail

    create

    public any create([any categoryBean])

    Parameters:
    categoryBean

    delete

    public any delete([String categoryID])

    Parameters:
    categoryID

    getCurrentOrderNo

    public any getCurrentOrderNo([string categoryID=''], [string contentID=''], [string siteID=''])

    Parameters:
    categoryID
    contentID
    siteID

    keepCategories

    public any keepCategories([string contentHistID=''], [query rsKeepers])

    Parameters:
    contentHistID
    rsKeepers

    pushCategory

    public any pushCategory([string categoryID=''], [string siteID=''])

    Parameters:
    categoryID
    siteID

    read

    public any read([string categoryID], any categoryBean='')

    Parameters:
    categoryID
    categoryBean

    readByFilename

    public any readByFilename([string filename], [string siteID], any categoryBean='')

    Parameters:
    filename
    siteID
    categoryBean

    readByName

    public any readByName([string name], [string siteID], any categoryBean='')

    Parameters:
    name
    siteID
    categoryBean

    readByRemoteID

    public any readByRemoteID([string remoteID], [string siteID], any categoryBean='')

    Parameters:
    remoteID
    siteID
    categoryBean

    readByURLTitle

    public any readByURLTitle([string urlTitle], [string siteID], any categoryBean='')

    Parameters:
    urlTitle
    siteID
    categoryBean

    saveAssignment

    public any saveAssignment([string contentHistID=''], [any contentID], [any categoryID], [any siteID], any orderNo='0', any isFeature='0', any featureStart='', any featureStop='')

    Parameters:
    contentHistID
    contentID
    categoryID
    siteID
    orderNo
    isFeature
    featureStart
    featureStop

    setAssignment

    public any setAssignment([string categoryID=''], [string contentID=''], [string contentHistID=''], [numeric isFeature='0'], [numeric orderno='0'], [string siteID=''], [struct schedule='[runtime expression]'])

    Parameters:
    categoryID
    contentID
    contentHistID
    isFeature
    orderno
    siteID
    schedule

    setListOrder

    public any setListOrder([string categoryID=''], [string orderid=''], [string orderno=''], [string siteid=''])

    Parameters:
    categoryID
    orderid
    orderno
    siteid

    update

    public any update([any categoryBean])

    Parameters:
    categoryBean