Liferay 6.2-ce-ga5

com.liferay.portlet.asset.model
Interface AssetCategory

All Superinterfaces:
AssetCategoryModel, AuditedModel, BaseModel<AssetCategory>, ClassedModel, Cloneable, Comparable<AssetCategory>, GroupedModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel
All Known Implementing Classes:
AssetCategoryWrapper

@ProviderType
public interface AssetCategory
extends AssetCategoryModel, PersistedModel

The extended model interface for the AssetCategory service. Represents a row in the "AssetCategory" database table, with each column mapped to a property of this class.

See Also:
AssetCategoryModel, AssetCategoryImpl, AssetCategoryModelImpl

Field Summary
static Accessor<AssetCategory,Long> CATEGORY_ID_ACCESSOR
           
static Accessor<AssetCategory,String> NAME_ACCESSOR
           
static Accessor<AssetCategory,String> UUID_ACCESSOR
           
 
Method Summary
 List<AssetCategory> getAncestors()
           
 boolean isRootCategory()
           
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetCategoryModel
clone, compareTo, getAvailableLanguageIds, getCategoryId, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getLeftCategoryId, getModifiedDate, getName, getParentCategoryId, getPrimaryKey, getPrimaryKeyObj, getRightCategoryId, getTitle, getTitle, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getUserId, getUserName, getUserUuid, getUuid, getVocabularyId, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCachedModel, setCategoryId, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLeftCategoryId, setModifiedDate, setName, setNew, setParentCategoryId, setPrimaryKey, setPrimaryKeyObj, setRightCategoryId, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setUserId, setUserName, setUserUuid, setUuid, setVocabularyId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

UUID_ACCESSOR

static final Accessor<AssetCategory,String> UUID_ACCESSOR

CATEGORY_ID_ACCESSOR

static final Accessor<AssetCategory,Long> CATEGORY_ID_ACCESSOR

NAME_ACCESSOR

static final Accessor<AssetCategory,String> NAME_ACCESSOR
Method Detail

getAncestors

List<AssetCategory> getAncestors()
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

isRootCategory

boolean isRootCategory()

Liferay 6.2-ce-ga5