|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.extend.extendSubType
public class extendSubType
Constructor Summary | |
---|---|
init([any configBean])
|
Method Summary | |
---|---|
any |
addExtendSet([any rawdata])
|
any |
delete()
|
any |
deleteSet([any ExtendSetID])
|
string |
getAvailableSubTypes()
|
string |
getbaseKeyField()
|
string |
getBaseTable()
|
any |
getContentRenderer()
|
string |
getDataTable()
|
string |
getDefaultIconClass()
|
string |
getDescription()
|
struct |
getErrors()
|
any |
getExtendSetBean()
|
any |
getExtendSetByName([any name])
|
array |
getExtendSets(any Inherit='false', any doFilter='false', any filter='', any container='', any activeOnly='false')
|
numeric |
getHasAssocFile()
|
numeric |
getHasBody()
|
numeric |
getHasConfigurator()
|
numeric |
getHasSummary()
|
string |
getIconClass([any includeDefault='false'])
|
any |
getIconClasses()
|
numeric |
getIsActive()
|
any |
getIsNew()
|
any |
getRelatedContentSetBean()
|
array |
getRelatedContentSets(any includeInheritedSets='true')
|
query |
getSetsQuery(any Inherit='false', any doFilter='false', any filter='', any container='', any activeOnly='false')
|
string |
getSiteID()
|
string |
getSubType()
|
string |
getSubTypeID()
|
string |
getType()
|
string |
getTypeAsString()
|
any |
load()
|
any |
loadSet([any ExtendSetID])
|
any |
save()
|
any |
set(any data)
|
any |
setAvailableSubTypes([String availableSubTypes])
|
any |
setbaseKeyField([String baseKeyField])
|
any |
setBaseTable([String BaseTable])
|
any |
setDataTable([String DataTable])
|
any |
setDescription([String description])
|
any |
setHasAssocFile([any HasAssocFile])
|
any |
setHasBody([any hasBody])
|
any |
setHasConfigurator([any HasConfigurator])
|
any |
setHasSummary([any hasSummary])
|
any |
setIconClass([String iconclass])
|
any |
setIsActive([any IsActive])
|
any |
setIsNew([any isNew])
|
any |
setSiteID([String siteID])
|
any |
setSubType([String SubType])
|
any |
setSubTypeID([String SubTypeID])
|
any |
setType([String Type])
|
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 configBean])
configBean
Method Detail |
---|
public any addExtendSet([any rawdata])
rawdata
public any delete()
public any deleteSet([any ExtendSetID])
ExtendSetID
public string getAvailableSubTypes()
public string getbaseKeyField()
public string getBaseTable()
public any getContentRenderer()
public string getDataTable()
public string getDefaultIconClass()
public string getDescription()
public struct getErrors()
public any getExtendSetBean()
public any getExtendSetByName([any name])
name
public array getExtendSets(any Inherit='false', any doFilter='false', any filter='', any container='', any activeOnly='false')
Inherit
doFilter
filter
container
activeOnly
public numeric getHasAssocFile()
public numeric getHasBody()
public numeric getHasConfigurator()
public numeric getHasSummary()
public string getIconClass([any includeDefault='false'])
includeDefault
public any getIconClasses()
public numeric getIsActive()
public any getIsNew()
public any getRelatedContentSetBean()
public array getRelatedContentSets(any includeInheritedSets='true')
includeInheritedSets
public query getSetsQuery(any Inherit='false', any doFilter='false', any filter='', any container='', any activeOnly='false')
Inherit
doFilter
filter
container
activeOnly
public string getSiteID()
public string getSubType()
public string getSubTypeID()
public string getType()
public string getTypeAsString()
public any load()
public any loadSet([any ExtendSetID])
ExtendSetID
public any save()
public any set(any data)
data
public any setAvailableSubTypes([String availableSubTypes])
availableSubTypes
public any setbaseKeyField([String baseKeyField])
baseKeyField
public any setBaseTable([String BaseTable])
BaseTable
public any setDataTable([String DataTable])
DataTable
public any setDescription([String description])
description
public any setHasAssocFile([any HasAssocFile])
HasAssocFile
public any setHasBody([any hasBody])
hasBody
public any setHasConfigurator([any HasConfigurator])
HasConfigurator
public any setHasSummary([any hasSummary])
hasSummary
public any setIconClass([String iconclass])
iconclass
public any setIsActive([any IsActive])
IsActive
public any setIsNew([any isNew])
isNew
public any setSiteID([String siteID])
siteID
public any setSubType([String SubType])
SubType
public any setSubTypeID([String SubTypeID])
SubTypeID
public any setType([String Type])
Type
public any validate()
|
Mura CMS 6.1 | ||||
FRAMES |