mura

Class queryParam

lucee.Component
    extended by mura.cfobject
      extended by mura.queryParam

This provides a utility to property bind an query attribute

Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Constructor Summary
    init([any relationship=''], [any field=''], [any dataType=''], [any condition='Equals'], [any criteria=''])
    Method Summary
    any getAllValues()
    any getColumn()
    any getColumnStatment()
    any getCondition()
    any getContentRenderer()
    any getCriteria()
    any getDataType()
    any getExtendedIDList([any table], [any siteid], [any tableModifier=''])
    any getField()
    any getFieldStatement()
    any getIsValid()
    any getOrderBy()
    any getRelationship()
    any isGroupingParam()
    any isListParam()
    any setColumn([any column])
    any setCondition([any condition])
    any setCriteria([any criteria], [any condition])
    any setDataType([any dataType])
    any setField([any field])
    any setIsValid([any IsValid])
    any setOrderBy([any orderby])
    any setRelationship([any relationship])
    any validate()
     
    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 relationship=''], [any field=''], [any dataType=''], [any condition='Equals'], [any criteria=''])

    Parameters:
    relationship
    field
    dataType
    condition
    criteria

    Method Detail

    getAllValues

    public any getAllValues()


    getColumn

    public any getColumn()


    getColumnStatment

    public any getColumnStatment()


    getCondition

    public any getCondition()


    getContentRenderer

    public any getContentRenderer()


    getCriteria

    public any getCriteria()


    getDataType

    public any getDataType()


    getExtendedIDList

    public any getExtendedIDList([any table], [any siteid], [any tableModifier=''])

    Parameters:
    table
    siteid
    tableModifier

    getField

    public any getField()


    getFieldStatement

    public any getFieldStatement()


    getIsValid

    public any getIsValid()


    getOrderBy

    public any getOrderBy()


    getRelationship

    public any getRelationship()


    isGroupingParam

    public any isGroupingParam()


    isListParam

    public any isListParam()


    setColumn

    public any setColumn([any column])

    Parameters:
    column

    setCondition

    public any setCondition([any condition])

    Parameters:
    condition

    setCriteria

    public any setCriteria([any criteria], [any condition])

    Parameters:
    criteria
    condition

    setDataType

    public any setDataType([any dataType])

    Parameters:
    dataType

    setField

    public any setField([any field])

    Parameters:
    field

    setIsValid

    public any setIsValid([any IsValid])

    Parameters:
    IsValid

    setOrderBy

    public any setOrderBy([any orderby])

    Parameters:
    orderby

    setRelationship

    public any setRelationship([any relationship])

    Parameters:
    relationship

    validate

    public any validate()