mura.email

Class emailDAO

WEB-INF.cftags.component
    extended by mura.cfobject
      extended by mura.email.emailDAO
Class Attributes:
  • output : false
  •  
    Constructor Summary
    init(any configBean)
    Method Summary
    any create([any emailBean])
    any delete([string emailid])
    any read([string emailID])
    any update([any emailBean])
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, get, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEntity, getEventManager, getFeed, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, getValue, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, parseDateArg, removeValue, set, setValue, valueExists
     
    Methods inherited from class WEB-INF.cftags.component
    None

    Constructor Detail

    init

    public init(any configBean)

    Parameters:
    configBean

    Method Detail

    create

    public any create([any emailBean])

    Parameters:
    emailBean

    delete

    public any delete([string emailid])

    Parameters:
    emailid

    read

    public any read([string emailID])

    Parameters:
    emailID

    update

    public any update([any emailBean])

    Parameters:
    emailBean