Mura CMS 6.1

mura.settings
Class settingsImageSizeBean

railo-context.Component
        extended by mura.cfobject
            extended by mura.bean.bean
                extended by mura.settings.settingsImageSizeBean

public class settingsImageSizeBean
extends bean

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
addObject, compare, getAllValues, getEntityName, getErrors, getInstanceName, getPrimaryKey, getProperties, getSynthedFunctions, getValidations, getValue, hasErrors, hasProperty, isComparable, OnMissingMethod, parseDateArg, removeObject, set, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setValidations, setValue, synthArgs, translatePropKey, validate, valueExists
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, invokeMethod, removeValue
 
Methods inherited from class railo-context.Component
 

Constructor Detail

init

public init()

Method Detail

delete

public any delete()


getQuery

public query getQuery()


loadBy

public any loadBy([any sizeID], [any name], [any siteID='[runtime expression]'])

Parameters:
sizeID
name
siteID

save

public any save()


setConfigBean

public any setConfigBean([any configBean])

Parameters:
configBean

setHeight

public any setHeight([any height])

Parameters:
height

setWidth

public any setWidth([any width])

Parameters:
width

Mura CMS 6.1