|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.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=''])
relationshipfielddataTypeconditioncriteria| 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=''])
tablesiteidtableModifierpublic any getField()
public any getFieldStatement()
public any getIsValid()
public any getRelationship()
public any isGroupingParam()
public any isListParam()
public any setColumn([any column])
columnpublic any setCondition([any condition])
conditionpublic any setCriteria([any criteria], [any condition])
criteriaconditionpublic any setDataType([any dataType])
dataTypepublic any setField([any field])
fieldpublic any setIsValid([any IsValid])
IsValidpublic any setRelationship([any relationship])
relationshippublic any validate()
|
Mura CMS 6.1 | ||||
| FRAMES | |||||