Mura CMS 6.0

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 getColumn()
 any getCondition()
 any getContentRenderer()
 any getCriteria()
 any getDataType()
 any getField()
 any getIsValid()
 any getRelationship()
 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, 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

getColumn

public any getColumn()


getCondition

public any getCondition()


getContentRenderer

public any getContentRenderer()


getCriteria

public any getCriteria()


getDataType

public any getDataType()


getField

public any getField()


getIsValid

public any getIsValid()


getRelationship

public any getRelationship()


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.0