|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.bean.bean
mura.email.emailBean
public class emailBean
| Constructor Summary | |
|---|---|
Init()
|
|
| Method Summary | |
|---|---|
void |
delete()
|
any |
getEmailID()
|
string |
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 |
|---|
addObject, compare, getAllValues, getEntityName, getErrors, getInstanceName, 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 |
|---|
public Init()
| Method Detail |
|---|
public void delete()
public any getEmailID()
public string getPrimaryKey()
getPrimaryKey
in class
bean
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.1 | ||||
| FRAMES | |||||