Mura CMS 6.1

mura
Class queryParam

railo-context.Component
        extended by mura.cfobject
            extended by mura.queryParam

public class queryParam
extends cfobject

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 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 setRelationship([any relationship])
 any validate()
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
 
Methods inherited from class railo-context.Component
 

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()


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

setRelationship

public any setRelationship([any relationship])

Parameters:
relationship

validate

public any validate()


Mura CMS 6.1