|
Mura CMS 6.0 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.bean.bean
mura.email.emailBean
public class emailBean
| Constructor Summary | |
|---|---|
Init()
|
|
| Method Summary | |
|---|---|
any |
delete()
|
string |
getEmailID()
|
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 |
|---|
getAllValues, getErrors, getValue, OnMissingMethod, parseDateArg, set, setAllValues, setErrors, setSiteID, setValue, validate, valueExists
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, removeValue
|
| Methods inherited from class railo-context.Component |
|---|
|
| Constructor Detail |
|---|
public Init()
| Method Detail |
|---|
public any delete()
public string getEmailID()
public any save()
public any setConfigBean([any configBean])
configBeanpublic any setCreatedDate(string CreatedDate)
CreatedDatepublic any setDeliveryDate(string DeliveryDate)
DeliveryDatepublic any setEmailManager([any emailManager])
emailManagerpublic any setGroupList(string groupList)
groupListpublic any setLastUpdateBy(string LastUpdateBy)
setLastUpdateBy
in class
bean
LastUpdateBy
|
Mura CMS 6.0 | ||||
| FRAMES | |||||