lucee.Componentcontentbox.models.BaseEntityMethods
contentbox.models.BaseEntity
contentbox.models.content.Relocation
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- A class to track stats for content
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
date
|
createdDate
|
true
|
false
|
|
any
|
isDeleted
|
false
|
true
|
false
|
date
|
modifiedDate
|
true
|
false
|
|
any
|
relatedContent
|
true
|
false
|
|
any
|
relocationID
|
true
|
false
|
|
any
|
site
|
true
|
false
|
|
any
|
slug
|
true
|
false
|
|
any
|
target
An optional manual target - may be used if no content is assigned *.
|
true
|
false
|
Method Summary | |
---|---|
string
|
getRelatedContent()
|
string
|
getRelocationID()
|
string
|
getSite()
|
string
|
getSlug()
|
string
|
getTarget()
|
boolean
|
hasRelatedContent([any relatedContent])
|
boolean
|
hasSite([any site])
|
any
|
setRelatedContent(any relatedContent)
|
any
|
setRelocationID(any relocationID)
|
any
|
setSite(any site)
|
any
|
setSlug([any value])
|
any
|
setTarget(any target)
|
Methods inherited from class contentbox.models.BaseEntity |
---|
getCreatedDate, getIsDeleted, getModifiedDate, setCreatedDate, setIsDeleted, setModifiedDate |
Methods inherited from class contentbox.models.BaseEntityMethods |
---|
appendToMemento, appendToMementoProfile, arrayWrap, getDisplayCreatedDate, getDisplayModifiedDate, getEntityName, getId, includeMixin, init, isLoaded, preInsert, preUpdate |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anycolumn
- createdDatenotnull
- trueormtype
- timestampupdate
- falsepersistent
- trueserializable
- trueaccess
- publicrequired
- falsereturntype
- anycolumn
- isDeletednotnull
- trueormtype
- booleanpersistent
- trueserializable
- trueaccess
- publicrequired
- falsereturntype
- anycolumn
- modifiedDatenotnull
- trueormtype
- timestamppersistent
- trueserializable
- trueaccess
- publicrequired
- falsefieldtype
- many-to-onereturntype
- anyfetch
- selectnotnull
- falsefkcolumn
- FK_contentIDserializable
- truecfc
- contentbox.models.content.BaseContentlazy
- falseaccess
- publicrequired
- falsefieldtype
- idreturntype
- anycolumn
- relocationIDormtype
- stringupdate
- falsegenerator
- uuidlength
- 36serializable
- trueaccess
- publicrequired
- falsefieldtype
- many-to-onereturntype
- anyfetch
- joinnotnull
- truefkcolumn
- FK_siteIDserializable
- truecfc
- contentbox.models.system.Sitelazy
- trueaccess
- publicrequired
- falsereturntype
- anynotnull
- truelength
- 500serializable
- trueAn optional manual target - may be used if no content is assigned *
access
- publicrequired
- falsereturntype
- anynotnull
- falselength
- 500serializable
- trueMethod Detail |
---|
relatedContent
site
relatedContent
relocationID
site
value
target