mura.user

Class addressBean

lucee.Component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.bean.beanExtendable
          extended by mura.user.addressBean

This provides the User Address ben

Class Attributes:
  • entityname : address
  •  
  • output : false
  •  
  • table : tuseraddresses
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    string address1


    • access = public
    • returntype = any
    true false
    string address2


    • access = public
    • returntype = any
    true false
    string addressEmail


    • access = public
    • returntype = any
    true false
    string addressID


    • access = public
    • fieldtype = id
    • returntype = any
    true false
    string addressName


    • access = public
    • returntype = any
    true false
    string addressNotes


    • access = public
    • returntype = any
    true false
    string addressURL


    • access = public
    • returntype = any
    true false
    string city


    • access = public
    • returntype = any
    true false
    string country


    • access = public
    • returntype = any
    true false
    string extendDataTable


    • access = public
    • returntype = any
    tclassextenddatauseractivity true false
    string fax


    • access = public
    • returntype = any
    true false
    string hours


    • access = public
    • returntype = any
    true false
    numeric isNew


    • access = public
    • returntype = any
    0 true false
    numeric isPrimary


    • access = public
    • returntype = any
    0 true false
    numeric latitude


    • access = public
    • returntype = any
    0 true false
    numeric longitude


    • access = public
    • returntype = any
    0 true false
    string phone


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


    • access = public
    • returntype = any
    true false
    string state


    • access = public
    • returntype = any
    true false
    string userID


    • access = public
    • returntype = any
    true false
    string zip


    • access = public
    • returntype = any
    true false
    Constructor Summary
    init()
    Method Summary
    any clone()
    any delete()
    any getAddressID()
    any getExtendBaseID()
    any getPrimaryKey()
    any loadBy()
    any save()
    any set(any property, [any propertyValue])
    any setConfigBean([any configBean])
    any setGeoCoding()
    any setIsPrimary(any IsPrimary)
    any setLatitude(any Latitude)
    any setLongitude(any Longitude)
    any setSettingsManager([any settingsManager])
    any setUserManager([any userManager])
    any validate()
     
    Methods inherited from class mura.bean.beanExtendable
    appendMissingAttributes, getAllValues, getExtendedAttribute, getExtendedAttributes, getExtendedAttributesList, getExtendedAttributesQuery, getExtendedData, getValue, purgeExtendedData, setSiteID, setSubType, setType, setValue
     
    Methods inherited from class mura.bean.bean
    addObject, allowDelete, allowQueryParams, allowRead, allowSave, compare, exists, get, getAll, getEntityName, getErrors, getFeed, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getListView, getOrderBy, getProperties, getSynthedFunctions, getTable, getValidations, has, hasErrors, hasProperty, hasTable, isComparable, OnMissingMethod, parseDateArg, removeObject, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setPropAsIDColumn, setValidations, synthArgs, translatePropKey, 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

    address1

    property string address1

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

    address2

    property string address2

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

    addressEmail

    property string addressEmail

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

    addressID

    property string addressID

    Attributes:
    access - public
    required - false
    fieldtype - id
    returntype - any
    serializable - true

    addressName

    property string addressName

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

    addressNotes

    property string addressNotes

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

    addressURL

    property string addressURL

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

    city

    property string city

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

    country

    property string country

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

    extendDataTable

    property string extendDataTable = [tclassextenddatauseractivity]

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

    fax

    property string fax

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

    hours

    property string hours

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

    isNew

    property numeric isNew = [0]

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

    isPrimary

    property numeric isPrimary = [0]

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

    latitude

    property numeric latitude = [0]

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

    longitude

    property numeric longitude = [0]

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

    phone

    property string phone

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

    siteID

    property string siteID

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

    state

    property string state

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

    userID

    property string userID

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

    zip

    property string zip

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

    Method Detail

    clone

    public any clone()

    Overrides:
    clone in class bean

    delete

    public any delete()


    getAddressID

    public any getAddressID()


    getExtendBaseID

    public any getExtendBaseID()

    Overrides:
    getExtendBaseID in class beanExtendable

    getPrimaryKey

    public any getPrimaryKey()

    Overrides:
    getPrimaryKey in class bean

    loadBy

    public any loadBy()


    save

    public any save()


    set

    public any set(any property, [any propertyValue])

    Overrides:
    set in class bean
    Parameters:
    property
    propertyValue

    setConfigBean

    public any setConfigBean([any configBean])

    Overrides:
    setConfigBean in class beanExtendable
    Parameters:
    configBean

    setGeoCoding

    public any setGeoCoding()


    setIsPrimary

    public any setIsPrimary(any IsPrimary)

    Parameters:
    IsPrimary

    setLatitude

    public any setLatitude(any Latitude)

    Parameters:
    Latitude

    setLongitude

    public any setLongitude(any Longitude)

    Parameters:
    Longitude

    setSettingsManager

    public any setSettingsManager([any settingsManager])

    Parameters:
    settingsManager

    setUserManager

    public any setUserManager([any userManager])

    Parameters:
    userManager

    validate

    public any validate()

    Overrides:
    validate in class bean