ContentBox Core API 1.5.7

contentbox.model.comments
Class Comment

WEB-INF.cftags.component
        extended by contentbox.model.comments.Comment

public class Comment
extends WEB-INF.cftags.component

******************************************************************************* 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 Comment Entity


Constructor Summary
init()
          constructor
 
Method Summary
 any GETAUTHOR()
 any GETAUTHOREMAIL()
 any GETAUTHORIP()
 any GETAUTHORURL()
 any GETCOMMENTID()
 any GETCONTENT()
 any GETCREATEDDATE()
 any GETISAPPROVED()
 any GETRELATEDCONTENT()
 boolean HASRELATEDCONTENT()
 void SETAUTHOR(any author)
 void SETAUTHOREMAIL(any authorEmail)
 void SETAUTHORIP(any authorIP)
 void SETAUTHORURL(any authorURL)
 void SETCONTENT(any content)
 void SETCREATEDDATE(any createdDate)
 void SETISAPPROVED(any isApproved)
 void SETRELATEDCONTENT(any relatedContent)
 string getDisplayContent()
          Get Display Content
 string getDisplayCreatedDate()
          Get formatted createdDate
 any getMemento()
          Get memento representation
 any getParentSlug()
          Get parent slug from either the page it belongs or the entry it belongs to
 any getParentTitle()
          Get parent title from either the page it belongs or the entry it belongs to
 boolean isLoaded()
          is loaded?
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()
constructor

Method Detail

GETAUTHOR

public any GETAUTHOR()


GETAUTHOREMAIL

public any GETAUTHOREMAIL()


GETAUTHORIP

public any GETAUTHORIP()


GETAUTHORURL

public any GETAUTHORURL()


GETCOMMENTID

public any GETCOMMENTID()


GETCONTENT

public any GETCONTENT()


GETCREATEDDATE

public any GETCREATEDDATE()


GETISAPPROVED

public any GETISAPPROVED()


GETRELATEDCONTENT

public any GETRELATEDCONTENT()


HASRELATEDCONTENT

public boolean HASRELATEDCONTENT()


SETAUTHOR

public void SETAUTHOR(any author)

Parameters:
author

SETAUTHOREMAIL

public void SETAUTHOREMAIL(any authorEmail)

Parameters:
authorEmail

SETAUTHORIP

public void SETAUTHORIP(any authorIP)

Parameters:
authorIP

SETAUTHORURL

public void SETAUTHORURL(any authorURL)

Parameters:
authorURL

SETCONTENT

public void SETCONTENT(any content)

Parameters:
content

SETCREATEDDATE

public void SETCREATEDDATE(any createdDate)

Parameters:
createdDate

SETISAPPROVED

public void SETISAPPROVED(any isApproved)

Parameters:
isApproved

SETRELATEDCONTENT

public void SETRELATEDCONTENT(any relatedContent)

Parameters:
relatedContent

getDisplayContent

public string getDisplayContent()
Get Display Content


getDisplayCreatedDate

public string getDisplayCreatedDate()
Get formatted createdDate


getMemento

public any getMemento()
Get memento representation


getParentSlug

public any getParentSlug()
Get parent slug from either the page it belongs or the entry it belongs to.


getParentTitle

public any getParentTitle()
Get parent title from either the page it belongs or the entry it belongs to.


isLoaded

public boolean isLoaded()
is loaded?


ContentBox Core API 1.5.7