|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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])
configBean
public any setCreatedDate(string CreatedDate)
CreatedDate
public any setDeliveryDate(string DeliveryDate)
DeliveryDate
public any setEmailManager([any emailManager])
emailManager
public any setGroupList(string groupList)
groupList
public any setLastUpdateBy(string LastUpdateBy)
setLastUpdateBy
in class
bean
LastUpdateBy
|
Mura CMS 6.1 | ||||
FRAMES |