mura.extend

Class extendObjectFeedBean

lucee.Component
    extended by mura.cfobject
      extended by mura.extend.extendObjectFeedBean

This provides legacy custom extended object feed functionality

Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any addAdvancedParam(string field='', string relationship='and', string criteria='', string condition='EQUALS', string datatype='varchar')
    any addParam(string field='', string relationship='and', string criteria='', string condition='EQUALS', string datatype='varchar')
    any clearParams()
    any getDataTable()
    any getIterator()
    any getMaxItems()
    any getNextN()
    any getParams()
    any getQuery()
    any getSiteID()
    any getSortBy()
    any getSortDirection()
    any getSubType()
    any getType()
    any setConfigBean([any configBean])
    any setDataTable([String dataTable])
    any setMaxItems([numeric MaxItems])
    any setNextN([any NextN])
    any setParams(any params)
    any setSiteID([any siteID])
    any setSortBy([String sortBy])
    any setSortDirection([String sortDirection])
    any setSubType([any subtype])
    any setType([any type])
     
    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, init, initTracePoint, inject, injectMethod, invokeMethod, mixin, parseDateArg, removeValue, set, setValue, valueExists
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    addAdvancedParam

    public any addAdvancedParam(string field='', string relationship='and', string criteria='', string condition='EQUALS', string datatype='varchar')

    Parameters:
    field
    relationship
    criteria
    condition
    datatype

    addParam

    public any addParam(string field='', string relationship='and', string criteria='', string condition='EQUALS', string datatype='varchar')

    Parameters:
    field
    relationship
    criteria
    condition
    datatype

    clearParams

    public any clearParams()


    getDataTable

    public any getDataTable()


    getIterator

    public any getIterator()


    getMaxItems

    public any getMaxItems()


    getNextN

    public any getNextN()


    getParams

    public any getParams()


    getQuery

    public any getQuery()


    getSiteID

    public any getSiteID()


    getSortBy

    public any getSortBy()


    getSortDirection

    public any getSortDirection()


    getSubType

    public any getSubType()


    getType

    public any getType()


    setConfigBean

    public any setConfigBean([any configBean])

    Parameters:
    configBean

    setDataTable

    public any setDataTable([String dataTable])

    Parameters:
    dataTable

    setMaxItems

    public any setMaxItems([numeric MaxItems])

    Parameters:
    MaxItems

    setNextN

    public any setNextN([any NextN])

    Parameters:
    NextN

    setParams

    public any setParams(any params)

    Parameters:
    params

    setSiteID

    public any setSiteID([any siteID])

    Parameters:
    siteID

    setSortBy

    public any setSortBy([String sortBy])

    Parameters:
    sortBy

    setSortDirection

    public any setSortDirection([String sortDirection])

    Parameters:
    sortDirection

    setSubType

    public any setSubType([any subtype])

    Parameters:
    subtype

    setType

    public any setType([any type])

    Parameters:
    type