|
Mura CMS 6.0 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.bean.bean
mura.settings.settingsImageSizeBean
public class settingsImageSizeBean
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
any |
delete()
|
query |
getQuery()
|
any |
loadBy([any sizeID], [any name], [any siteID='[runtime expression]'])
|
any |
save()
|
any |
setConfigBean([any configBean])
|
any |
setHeight([any height])
|
any |
setWidth([any width])
|
Methods inherited from class mura.bean.bean |
---|
getAllValues, getErrors, getValue, OnMissingMethod, parseDateArg, set, setAllValues, setErrors, setlastUpdateBy, setSiteID, setValue, validate, valueExists
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, removeValue
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
public any delete()
public query getQuery()
public any loadBy([any sizeID], [any name], [any siteID='[runtime expression]'])
sizeID
name
siteID
public any save()
public any setConfigBean([any configBean])
configBean
public any setHeight([any height])
height
public any setWidth([any width])
width
|
Mura CMS 6.0 | ||||
FRAMES |