|
ContentBox Core API 1.5.7 | ||||
FRAMES |
WEB-INF.cftags.componentcontentbox.model.content.Category
public class Category
******************************************************************************* 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 content category
Method Summary | |
---|---|
void |
ADDCONTENT(BaseContent content)
|
any |
GETCATEGORY()
|
any |
GETCATEGORYID()
|
array |
GETCONTENT()
|
any |
GETNUMBEROFENTRIES()
|
any |
GETNUMBEROFPAGES()
|
any |
GETSLUG()
|
boolean |
HASCONTENT([BaseContent content])
|
boolean |
REMOVECONTENT(BaseContent content)
|
void |
SETCATEGORY(any category)
|
void |
SETCONTENT(array content)
|
void |
SETNUMBEROFENTRIES(any numberOfEntries)
|
void |
SETNUMBEROFPAGES(any numberOfPages)
|
void |
SETSLUG(any slug)
|
any |
getMemento()
Get memento representation |
boolean |
isLoaded()
is loaded? |
Category |
removeAllContent()
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Method Detail |
---|
public void ADDCONTENT(BaseContent content)
content
public any GETCATEGORY()
public any GETCATEGORYID()
public array GETCONTENT()
public any GETNUMBEROFENTRIES()
public any GETNUMBEROFPAGES()
public any GETSLUG()
public boolean HASCONTENT([BaseContent content])
content
public boolean REMOVECONTENT(BaseContent content)
content
public void SETCATEGORY(any category)
category
public void SETCONTENT(array content)
content
public void SETNUMBEROFENTRIES(any numberOfEntries)
numberOfEntries
public void SETNUMBEROFPAGES(any numberOfPages)
numberOfPages
public void SETSLUG(any slug)
slug
public any getMemento()
public boolean isLoaded()
public Category removeAllContent()
|
ContentBox Core API 1.5.7 | ||||
FRAMES |