mura.setting

Class settingsImageSizeBean

lucee.Component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.setting.settingsImageSizeBean

Site custom inage size bean

Class Attributes:
  • entityname : imageSize
  •  
  • output : false
  •  
  • table : timagesizes
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    string height


    • access = public
    • returntype = any
    AUTO true yes
    numeric isNew


    • access = public
    • returntype = any
    1 true yes
    string name


    • access = public
    • returntype = any
    true yes
    string siteID


    • access = public
    • returntype = any
    true yes
    string sizeID


    • access = public
    • returntype = any
    true yes
    string width


    • access = public
    • returntype = any
    AUT0 true yes
    Constructor Summary
    init()
    Method Summary
    any delete()
    any getQuery()
    any loadBy([any sizeID], [any name], [any siteID='[runtime expression]'])
    any parseName()
    any save()
    any setConfigBean([any configBean])
    any setHeight([any height])
    any setName([any name])
    any setWidth([any width])
     
    Methods inherited from class mura.bean.bean
    addObject, allowDelete, allowQueryParams, allowRead, allowSave, clone, compare, exists, get, getAll, getAllValues, getEntityName, getErrors, getFeed, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getListView, getOrderBy, getPrimaryKey, getProperties, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, OnMissingMethod, parseDateArg, removeObject, set, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setPropAsIDColumn, setValidations, setValue, synthArgs, translatePropKey, validate, valueExists
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    height

    property string height = [AUTO]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    isNew

    property numeric isNew = [1]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    name

    property string name

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    siteID

    property string siteID

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    sizeID

    property string sizeID

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    width

    property string width = [AUT0]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    Method Detail

    delete

    public any delete()


    getQuery

    public any getQuery()


    loadBy

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

    Parameters:
    sizeID
    name
    siteID

    parseName

    public any parseName()


    save

    public any save()


    setConfigBean

    public any setConfigBean([any configBean])

    Parameters:
    configBean

    setHeight

    public any setHeight([any height])

    Parameters:
    height

    setName

    public any setName([any name])

    Parameters:
    name

    setWidth

    public any setWidth([any width])

    Parameters:
    width