com.liferay.portlet.asset.model.impl
Class AssetCategoryImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetCategory>
      extended by com.liferay.portlet.asset.model.impl.AssetCategoryModelImpl
          extended by com.liferay.portlet.asset.model.impl.AssetCategoryBaseImpl
              extended by com.liferay.portlet.asset.model.impl.AssetCategoryImpl
All Implemented Interfaces:
com.liferay.portal.model.AuditedModel, com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetCategory>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.GroupedModel, com.liferay.portal.model.PersistedModel, com.liferay.portlet.asset.model.AssetCategory, com.liferay.portlet.asset.model.AssetCategoryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.asset.model.AssetCategory>

public class AssetCategoryImpl
extends AssetCategoryBaseImpl

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.asset.model.impl.AssetCategoryModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_COLUMNS, MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME, MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_SQL_CREATE, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PARENTCATEGORYID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK, VOCABULARYID_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.portlet.asset.model.AssetCategory
CATEGORY_ID_ACCESSOR, NAME_ACCESSOR, UUID_ACCESSOR
 
Constructor Summary
AssetCategoryImpl()
           
 
Method Summary
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> getAncestors()
           
 java.lang.String getTitle(java.lang.String languageId)
           
 java.lang.String getTitle(java.lang.String languageId, boolean useDefault)
           
 boolean isRootCategory()
           
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetCategoryBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetCategoryModelImpl
clone, compareTo, equals, getCategoryId, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getLeftCategoryId, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalGroupId, getOriginalName, getOriginalParentCategoryId, getOriginalUuid, getOriginalVocabularyId, getParentCategoryId, getPrimaryKey, getPrimaryKeyObj, getRightCategoryId, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getUserId, getUserName, getUserUuid, getUuid, getVocabularyId, hashCode, resetOriginalValues, setCategoryId, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setLeftCategoryId, setModifiedDate, setName, setParentCategoryId, setPrimaryKey, setPrimaryKeyObj, setRightCategoryId, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setUserId, setUserName, setUserUuid, setUuid, setVocabularyId, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetCategoryModel
clone, compareTo, getCategoryId, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getLeftCategoryId, getModifiedDate, getName, getParentCategoryId, getPrimaryKey, getPrimaryKeyObj, getRightCategoryId, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getUserId, getUserName, getUserUuid, getUuid, getVocabularyId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCategoryId, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setLeftCategoryId, setModifiedDate, setName, setNew, setParentCategoryId, setPrimaryKey, setPrimaryKeyObj, setRightCategoryId, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setUserId, setUserName, setUserUuid, setUuid, setVocabularyId, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

AssetCategoryImpl

public AssetCategoryImpl()
Method Detail

getAncestors

public java.util.List<com.liferay.portlet.asset.model.AssetCategory> getAncestors()
                                                                           throws com.liferay.portal.kernel.exception.PortalException,
                                                                                  com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTitle

public java.lang.String getTitle(java.lang.String languageId)
Specified by:
getTitle in interface com.liferay.portlet.asset.model.AssetCategory
Specified by:
getTitle in interface com.liferay.portlet.asset.model.AssetCategoryModel
Overrides:
getTitle in class AssetCategoryModelImpl

getTitle

public java.lang.String getTitle(java.lang.String languageId,
                                 boolean useDefault)
Specified by:
getTitle in interface com.liferay.portlet.asset.model.AssetCategory
Specified by:
getTitle in interface com.liferay.portlet.asset.model.AssetCategoryModel
Overrides:
getTitle in class AssetCategoryModelImpl

isRootCategory

public boolean isRootCategory()