mura.email

Class emailBean

WEB-INF.cftags.component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.email.emailBean
Class Attributes:
  • output : false
  •  
    Property Summary
    type property default serializable required
    string LastUpdateByID


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


    • returntype = any
    • html = true
    • access = public
    true false
    string bodyText


    • returntype = any
    • access = public
    true false
    date createdDate


    • returntype = any
    • access = public
    true false
    date deliveryDate


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


    • returntype = any
    • access = public
    true true
    string format


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


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


    • returntype = any
    • access = public
    true false
    date lastUpdate


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


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


    • returntype = any
    • access = public
    0 true true
    string replyTo


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


    • returntype = any
    • access = public
    true true
    string status


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


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


    • returntype = any
    • access = public
    true false
    Constructor Summary
    Init()
    Method Summary
    any delete()
    any getEmailID()
    any getPrimaryKey()
    any save()
    any setConfigBean([any configBean])
    any setCreatedDate(string CreatedDate)
    any setDeliveryDate(string DeliveryDate)
    any setEmailManager([any emailManager])
    any setGroupList(string groupList)
    any setLastUpdateBy(string LastUpdateBy)
     
    Methods inherited from class mura.bean.bean
    OnMissingMethod, addEventHandler, addObject, allowAccess, allowDelete, allowQueryParams, allowRead, allowSave, clone, compare, exists, get, getAll, getAllValues, getBundleable, getDynamic, getEntityDisplayName, getEntityName, getErrors, getFeed, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getOrderBy, getProperties, getPublicAPI, getRegisteredEntity, getScaffold, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, on, parseDateArg, registerAsEntity, removeObject, set, setAddedObjectValues, setAllValues, setErrors, setPropAsIDColumn, setValidations, setValue, synthArgs, transformEventName, translatePropKey, trigger, validate, valueExists
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEntity, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class WEB-INF.cftags.component
    None

    Constructor Detail

    Init

    public Init()


    Property Detail

    LastUpdateByID

    property string LastUpdateByID

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

    bodyHTML

    property string bodyHTML

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

    bodyText

    property string bodyText

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

    createdDate

    property date createdDate

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

    deliveryDate

    property date deliveryDate

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

    emailID

    property string emailID

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

    format

    property string format

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

    fromLabel

    property string fromLabel

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

    groupID

    property string groupID

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

    lastUpdate

    property date lastUpdate

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

    lastUpdateBy

    property string lastUpdateBy

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

    numberSent

    property numeric numberSent = [0]

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

    replyTo

    property string replyTo

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

    siteID

    property string siteID

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

    status

    property string status

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

    subject

    property string subject

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

    template

    property string template

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

    Method Detail

    delete

    public any delete()


    getEmailID

    public any getEmailID()


    getPrimaryKey

    public any getPrimaryKey()

    Overrides:
    getPrimaryKey in class bean

    save

    public any save()


    setConfigBean

    public any setConfigBean([any configBean])

    Parameters:
    configBean

    setCreatedDate

    public any setCreatedDate(string CreatedDate)

    Parameters:
    CreatedDate

    setDeliveryDate

    public any setDeliveryDate(string DeliveryDate)

    Parameters:
    DeliveryDate

    setEmailManager

    public any setEmailManager([any emailManager])

    Parameters:
    emailManager

    setGroupList

    public any setGroupList(string groupList)

    Parameters:
    groupList

    setLastUpdateBy

    public any setLastUpdateBy(string LastUpdateBy)

    Parameters:
    LastUpdateBy