com.liferay.portlet.messageboards.model
Interface MBCategory

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, MBCategoryModel, java.io.Serializable

public interface MBCategory
extends MBCategoryModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the MBCategory table in the database.

Customize com.liferay.portlet.messageboards.model.impl.MBCategoryImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
MBCategoryModel, com.liferay.portlet.messageboards.model.impl.MBCategoryImpl, com.liferay.portlet.messageboards.model.impl.MBCategoryModelImpl

Method Summary
 java.util.List<java.lang.Long> getAncestorCategoryIds()
           
 java.util.List<MBCategory> getAncestors()
           
 java.lang.String getUserUuid()
           
 boolean isDiscussion()
           
 boolean isRoot()
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBCategoryModel
getCategoryId, getCompanyId, getCreateDate, getDescription, getGroupId, getLastPostDate, getModifiedDate, getName, getParentCategoryId, getPrimaryKey, getUserId, getUserName, getUuid, setCategoryId, setCompanyId, setCreateDate, setDescription, setGroupId, setLastPostDate, setModifiedDate, setName, setParentCategoryId, setPrimaryKey, setUserId, setUserName, setUuid, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getAncestorCategoryIds

java.util.List<java.lang.Long> getAncestorCategoryIds()
                                                      throws com.liferay.portal.PortalException,
                                                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getAncestors

java.util.List<MBCategory> getAncestors()
                                        throws com.liferay.portal.PortalException,
                                               com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)

isRoot

boolean isRoot()

isDiscussion

boolean isDiscussion()