Mura CMS 6.1

mura.mailinglist
Class mailinglistBean

railo-context.Component
        extended by mura.cfobject
            extended by mura.bean.bean
                extended by mura.mailinglist.mailinglistBean

public class mailinglistBean
extends bean

Constructor Summary
Init()
 
Method Summary
 any delete()
 string getMLID()
 any loadBy()
 any save()
 void setLastUpdate(string LastUpdate)
 void setLastUpdateBy(string LastUpdateBy)
 any setMailingListManager([any mailingListManager])
 
Methods inherited from class mura.bean.bean
addObject, compare, getAllValues, getEntityName, getErrors, getInstanceName, getPrimaryKey, getProperties, getSynthedFunctions, getValidations, getValue, hasErrors, hasProperty, isComparable, OnMissingMethod, parseDateArg, removeObject, set, setAddedObjectValues, setAllValues, setErrors, setValidations, setValue, synthArgs, translatePropKey, validate, valueExists
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, invokeMethod, removeValue
 
Methods inherited from class railo-context.Component
 

Constructor Detail

Init

public Init()

Method Detail

delete

public any delete()


getMLID

public string getMLID()


loadBy

public any loadBy()


save

public any save()


setLastUpdate

public void setLastUpdate(string LastUpdate)

Parameters:
LastUpdate

setLastUpdateBy

public void setLastUpdateBy(string LastUpdateBy)

Overrides:
setLastUpdateBy in class bean
Parameters:
LastUpdateBy

setMailingListManager

public any setMailingListManager([any mailingListManager])

Parameters:
mailingListManager

Mura CMS 6.1