|
ContentBox Core API 1.5.7 | ||||
FRAMES |
WEB-INF.cftags.componentcontentbox.model.content.ContentVersion
public class ContentVersion
******************************************************************************* ContentBox - A Modular Content Platform Copyright 2012 by Luis Majano and Ortus Solutions, Corp www.gocontentbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* Apache License, Version 2.0 Copyright Since [2012] [Luis Majano and Ortus Solutions,Corp] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ******************************************************************************* I am a versioned piece of content
Constructor Summary | |
---|---|
init()
constructor |
Method Summary | |
---|---|
any |
GETAUTHOR()
|
any |
GETCHANGELOG()
|
any |
GETCONTENT()
|
any |
GETCONTENTVERSIONID()
|
any |
GETCREATEDDATE()
|
any |
GETINTERCEPTORSERVICE()
|
any |
GETISACTIVE()
|
any |
GETRELATEDCONTENT()
|
any |
GETRENDEREDCONTENT()
|
any |
GETVERSION()
|
boolean |
HASAUTHOR()
|
boolean |
HASRELATEDCONTENT()
|
void |
SETAUTHOR(any author)
|
void |
SETCHANGELOG(any changelog)
|
void |
SETCONTENT(any content)
|
void |
SETCREATEDDATE(any createdDate)
|
void |
SETINTERCEPTORSERVICE(any interceptorService)
|
void |
SETISACTIVE(any isActive)
|
void |
SETRELATEDCONTENT(any relatedContent)
|
void |
SETRENDEREDCONTENT(any renderedContent)
|
void |
SETVERSION(any version)
|
string |
getAuthorEmail()
Shorthand Author email |
string |
getAuthorName()
Shorthand Author name |
string |
getDisplayCreatedDate()
Get formatted createdDate |
any |
getMemento()
Get memento representation |
any |
getParentSlug()
Get parent slug from the related content it belongs to |
any |
getParentTitle()
Get parent title from the related content it belongs to |
boolean |
isLoaded()
is loaded? |
any |
renderContent()
Render version content out |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
public any GETAUTHOR()
public any GETCHANGELOG()
public any GETCONTENT()
public any GETCONTENTVERSIONID()
public any GETCREATEDDATE()
public any GETINTERCEPTORSERVICE()
public any GETISACTIVE()
public any GETRELATEDCONTENT()
public any GETRENDEREDCONTENT()
public any GETVERSION()
public boolean HASAUTHOR()
public boolean HASRELATEDCONTENT()
public void SETAUTHOR(any author)
author
public void SETCHANGELOG(any changelog)
changelog
public void SETCONTENT(any content)
content
public void SETCREATEDDATE(any createdDate)
createdDate
public void SETINTERCEPTORSERVICE(any interceptorService)
interceptorService
public void SETISACTIVE(any isActive)
isActive
public void SETRELATEDCONTENT(any relatedContent)
relatedContent
public void SETRENDEREDCONTENT(any renderedContent)
renderedContent
public void SETVERSION(any version)
version
public string getAuthorEmail()
public string getAuthorName()
public string getDisplayCreatedDate()
public any getMemento()
public any getParentSlug()
public any getParentTitle()
public boolean isLoaded()
public any renderContent()
|
ContentBox Core API 1.5.7 | ||||
FRAMES |