lucee.Componentcontentbox.models.BaseEntityMethods
contentbox.models.content.BaseContent
contentbox.models.content.Entry
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- I am a blog entry entity that is amazing
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
excerpt
|
true
|
false
|
|
any
|
renderedExcerpt
|
true
|
false
|
Constructor Summary | |
---|---|
init()
constructor. |
Method Summary | |
---|---|
BaseContent
|
clone(any author, any original, any originalService, boolean publish, any originalSlugRoot, any newSlugRoot)
Wipe primary key, and descendant keys, and prepare for cloning of entire hierarchies. |
string
|
getExcerpt()
|
boolean
|
hasExcerpt()
has excerpt. |
any
|
renderExcerpt()
Render excerpt. |
any
|
setExcerpt(any excerpt)
|
any
|
setRenderedExcerpt(any renderedExcerpt)
|
Methods inherited from class contentbox.models.BaseEntityMethods |
---|
appendToMemento, appendToMementoProfile, arrayWrap, getDisplayCreatedDate, getDisplayModifiedDate, getEntityName, getId, includeMixin, preInsert, preUpdate |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
constructor
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anycolumn
- excerptnotnull
- falseormtype
- textlength
- 8000serializable
- trueaccess
- publicrequired
- falsereturntype
- anypersistent
- falseserializable
- trueMethod Detail |
---|
Wipe primary key, and descendant keys, and prepare for cloning of entire hierarchies
clone
in class
BaseContent
author
- The author doing the cloningoriginal
- The original content object that will be cloned into this content objectoriginalService
- The ContentBox content service objectpublish
- Publish pages or leave as draftsoriginalSlugRoot
- The original slug that will be replaced in all cloned contentnewSlugRoot
- The new slug root that will be replaced in all cloned contenthas excerpt
Render excerpt
excerpt
renderedExcerpt