|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.queryParam
public class queryParam
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 |
---|
public init([any relationship=''], [any field=''], [any dataType=''], [any condition='Equals'], [any criteria=''])
relationship
field
dataType
condition
criteria
Method Detail |
---|
public any getAllValues()
public any getColumn()
public any getColumnStatment()
public any getCondition()
public any getContentRenderer()
public any getCriteria()
public any getDataType()
public any getExtendedIDList([any table], [any siteid], [any tableModifier=''])
table
siteid
tableModifier
public any getField()
public any getFieldStatement()
public any getIsValid()
public any getRelationship()
public any isGroupingParam()
public any isListParam()
public any setColumn([any column])
column
public any setCondition([any condition])
condition
public any setCriteria([any criteria], [any condition])
criteria
condition
public any setDataType([any dataType])
dataType
public any setField([any field])
field
public any setIsValid([any IsValid])
IsValid
public any setRelationship([any relationship])
relationship
public any validate()
|
Mura CMS 6.1 | ||||
FRAMES |