mura.mailinglist

Class mailinglistBean

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


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


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


    • returntype = any
    • access = public
    1 true true
    numeric isPublic


    • returntype = any
    • access = public
    0 true true
    numeric isPurge


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


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


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


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


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


    • returntype = any
    • access = public
    true true
    Constructor Summary
    Init()
    Method Summary
    any delete()
    any getMLID()
    any loadBy()
    any save()
    any setLastUpdate(string LastUpdate)
    any setLastUpdateBy(string LastUpdateBy)
    any setMailingListManager([any mailingListManager])
     
    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, getPrimaryKey, 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

    MLID

    property string MLID

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

    description

    property string description

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

    isNew

    property numeric isNew = [1]

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

    isPublic

    property numeric isPublic = [0]

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

    isPurge

    property numeric isPurge = [0]

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

    lastUpdate

    property date lastUpdate

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

    lastUpdateBy

    property string lastUpdateBy

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

    lastUpdateByID

    property string lastUpdateByID

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

    name

    property string name

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

    siteID

    property string siteID

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

    Method Detail

    delete

    public any delete()


    getMLID

    public any getMLID()


    loadBy

    public any loadBy()


    save

    public any save()


    setLastUpdate

    public any setLastUpdate(string LastUpdate)

    Parameters:
    LastUpdate

    setLastUpdateBy

    public any setLastUpdateBy(string LastUpdateBy)

    Parameters:
    LastUpdateBy

    setMailingListManager

    public any setMailingListManager([any mailingListManager])

    Parameters:
    mailingListManager