lucee.Component
mura.cfobject
mura.bean.bean
mura.bean.beanExtendable
mura.extend.extendObject
This provides legacy custom extended object bean functionality
| Property Summary | ||||
|---|---|---|---|---|
| type | property | default | serializable | required |
string
|
id
|
true
|
yes
|
|
string
|
remoteID
|
true
|
yes
|
|
string
|
siteID
|
true
|
yes
|
|
string
|
subType
|
true
|
yes
|
|
string
|
type
|
true
|
yes
|
|
| Constructor Summary | |
|---|---|
|
init([any type='Custom'], [any subType=''], [any siteID=''], [any manager=''], [any configBean='[runtime expression]'], [any ID=''], [any remoteID=''], [any sourceIterator=''])
|
|
| Method Summary | |
|---|---|
any
|
delete()
|
any
|
getConfigBean()
|
any
|
getExtendBaseID()
|
any
|
getID()
|
any
|
getManager()
|
any
|
loadBy()
|
any
|
save()
|
any
|
setConfigBean([any ConfigBean])
|
any
|
setID(string ID)
|
any
|
setManager([any manager])
|
any
|
setSiteID(string SiteID)
|
any
|
setSubType(string SubType)
|
any
|
setType(string Type)
|
any
|
validate()
|
| Methods inherited from class lucee.Component |
|---|
| None |
| Constructor Detail |
|---|
typesubTypesiteIDmanagerconfigBeanIDremoteIDsourceIterator| Property Detail |
|---|
access - publicrequired - yesreturntype - anyserializable - trueaccess - publicrequired - yesreturntype - anyserializable - trueaccess - publicrequired - yesreturntype - anyserializable - trueaccess - publicrequired - yesreturntype - anyserializable - trueaccess - publicrequired - yesreturntype - anyserializable - true| Method Detail |
|---|
getConfigBean
in class
cfobject
getExtendBaseID
in class
beanExtendable
setConfigBean
in class
beanExtendable
ConfigBeanIDmanager
setSiteID
in class
beanExtendable
SiteID
setSubType
in class
beanExtendable
SubType
setType
in class
beanExtendable
Type
validate
in class
bean