public class AssetCategoryWrapper extends BaseModelWrapper<AssetCategory> implements AssetCategory, ModelWrapper<AssetCategory>
This class is a wrapper for AssetCategory.
AssetCategory,
Serialized FormmodelCATEGORY_ID_ACCESSOR, NAME_ACCESSOR, UUID_ACCESSOR| Constructor and Description |
|---|
AssetCategoryWrapper(AssetCategory assetCategory) |
| Modifier and Type | Method and Description |
|---|---|
List<AssetCategory> |
getAncestors() |
String[] |
getAvailableLanguageIds() |
long |
getCategoryId()
Returns the category ID of this asset category.
|
long |
getCompanyId()
Returns the company ID of this asset category.
|
Date |
getCreateDate()
Returns the create date of this asset category.
|
String |
getDefaultLanguageId() |
String |
getDescription()
Returns the description of this asset category.
|
String |
getDescription(Locale locale)
Returns the localized description of this asset category in the language.
|
String |
getDescription(Locale locale,
boolean useDefault)
Returns the localized description of this asset category in the language, optionally using the default language if no localization exists for the requested language.
|
String |
getDescription(String languageId)
Returns the localized description of this asset category in the language.
|
String |
getDescription(String languageId,
boolean useDefault)
Returns the localized description of this asset category in the language, optionally using the default language if no localization exists for the requested language.
|
String |
getDescriptionCurrentLanguageId() |
String |
getDescriptionCurrentValue() |
Map<Locale,String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this asset category.
|
String |
getExternalReferenceCode()
Returns the external reference code of this asset category.
|
long |
getGroupId()
Returns the group ID of this asset category.
|
Date |
getLastPublishDate()
Returns the last publish date of this asset category.
|
long |
getLeftCategoryId()
Returns the left category ID of this asset category.
|
Map<String,Object> |
getModelAttributes() |
Date |
getModifiedDate()
Returns the modified date of this asset category.
|
String |
getName()
Returns the name of this asset category.
|
long |
getNestedSetsTreeNodeLeft() |
long |
getNestedSetsTreeNodeRight() |
long |
getNestedSetsTreeNodeScopeId() |
AssetCategory |
getParentCategory() |
long |
getParentCategoryId()
Returns the parent category ID of this asset category.
|
String |
getPath(Locale locale) |
String |
getPath(Locale locale,
boolean reverse) |
long |
getPrimaryKey()
Returns the primary key of this asset category.
|
long |
getRightCategoryId()
Returns the right category ID of this asset category.
|
StagedModelType |
getStagedModelType() |
String |
getTitle()
Returns the title of this asset category.
|
String |
getTitle(Locale locale)
Returns the localized title of this asset category in the language.
|
String |
getTitle(Locale locale,
boolean useDefault)
Returns the localized title of this asset category in the language, optionally using the default language if no localization exists for the requested language.
|
String |
getTitle(String languageId)
Returns the localized title of this asset category in the language.
|
String |
getTitle(String languageId,
boolean useDefault)
Returns the localized title of this asset category in the language, optionally using the default language if no localization exists for the requested language.
|
String |
getTitleCurrentLanguageId() |
String |
getTitleCurrentValue() |
Map<Locale,String> |
getTitleMap()
Returns a map of the locales and localized titles of this asset category.
|
long |
getUserId()
Returns the user ID of this asset category.
|
String |
getUserName()
Returns the user name of this asset category.
|
String |
getUserUuid()
Returns the user uuid of this asset category.
|
String |
getUuid()
Returns the uuid of this asset category.
|
long |
getVocabularyId()
Returns the vocabulary ID of this asset category.
|
boolean |
isRootCategory() |
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(Locale defaultImportLocale) |
void |
setCategoryId(long categoryId)
Sets the category ID of this asset category.
|
void |
setCompanyId(long companyId)
Sets the company ID of this asset category.
|
void |
setCreateDate(Date createDate)
Sets the create date of this asset category.
|
void |
setDescription(String description)
Sets the description of this asset category.
|
void |
setDescription(String description,
Locale locale)
Sets the localized description of this asset category in the language.
|
void |
setDescription(String description,
Locale locale,
Locale defaultLocale)
Sets the localized description of this asset category in the language, and sets the default locale.
|
void |
setDescriptionCurrentLanguageId(String languageId) |
void |
setDescriptionMap(Map<Locale,String> descriptionMap)
Sets the localized descriptions of this asset category from the map of locales and localized descriptions.
|
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
Sets the localized descriptions of this asset category from the map of locales and localized descriptions, and sets the default locale.
|
void |
setExternalReferenceCode(String externalReferenceCode)
Sets the external reference code of this asset category.
|
void |
setGroupId(long groupId)
Sets the group ID of this asset category.
|
void |
setLastPublishDate(Date lastPublishDate)
Sets the last publish date of this asset category.
|
void |
setLeftCategoryId(long leftCategoryId)
Sets the left category ID of this asset category.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this asset category.
|
void |
setName(String name)
Sets the name of this asset category.
|
void |
setNestedSetsTreeNodeLeft(long nestedSetsTreeNodeLeft) |
void |
setNestedSetsTreeNodeRight(long nestedSetsTreeNodeRight) |
void |
setParentCategoryId(long parentCategoryId)
Sets the parent category ID of this asset category.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset category.
|
void |
setRightCategoryId(long rightCategoryId)
Sets the right category ID of this asset category.
|
void |
setTitle(String title)
Sets the title of this asset category.
|
void |
setTitle(String title,
Locale locale)
Sets the localized title of this asset category in the language.
|
void |
setTitle(String title,
Locale locale,
Locale defaultLocale)
Sets the localized title of this asset category in the language, and sets the default locale.
|
void |
setTitleCurrentLanguageId(String languageId) |
void |
setTitleMap(Map<Locale,String> titleMap)
Sets the localized titles of this asset category from the map of locales and localized titles.
|
void |
setTitleMap(Map<Locale,String> titleMap,
Locale defaultLocale)
Sets the localized titles of this asset category from the map of locales and localized titles, and sets the default locale.
|
void |
setUserId(long userId)
Sets the user ID of this asset category.
|
void |
setUserName(String userName)
Sets the user name of this asset category.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this asset category.
|
void |
setUuid(String uuid)
Sets the uuid of this asset category.
|
void |
setVocabularyId(long vocabularyId)
Sets the vocabulary ID of this asset category.
|
protected AssetCategoryWrapper |
wrap(AssetCategory assetCategory) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNameclonegetWrappedModelpublic AssetCategoryWrapper(AssetCategory assetCategory)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<AssetCategory>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<AssetCategory>public List<AssetCategory> getAncestors() throws PortalException
getAncestors in interface AssetCategoryPortalExceptionpublic String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface AssetCategoryModelgetAvailableLanguageIds in interface LocalizedModelpublic long getCategoryId()
getCategoryId in interface AssetCategoryModelpublic long getCompanyId()
getCompanyId in interface AssetCategoryModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic Date getCreateDate()
getCreateDate in interface AssetCategoryModelgetCreateDate in interface AuditedModelgetCreateDate in interface StagedModelpublic String getDefaultLanguageId()
getDefaultLanguageId in interface AssetCategoryModelgetDefaultLanguageId in interface LocalizedModelpublic String getDescription()
getDescription in interface AssetCategoryModelpublic String getDescription(Locale locale)
getDescription in interface AssetCategoryModellocale - the locale of the languagepublic String getDescription(Locale locale,
boolean useDefault)
getDescription in interface AssetCategoryModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested languageuseDefault is false and no localization exists for the requested language, an empty string will be returned.public String getDescription(String languageId)
getDescription in interface AssetCategoryModellanguageId - the ID of the languagepublic String getDescription(String languageId,
boolean useDefault)
getDescription in interface AssetCategoryModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface AssetCategoryModelpublic String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface AssetCategoryModelpublic Map<Locale,String> getDescriptionMap()
getDescriptionMap in interface AssetCategoryModelpublic String getExternalReferenceCode()
getExternalReferenceCode in interface AssetCategoryModelpublic long getGroupId()
getGroupId in interface AssetCategoryModelgetGroupId in interface GroupedModelpublic Date getLastPublishDate()
getLastPublishDate in interface AssetCategoryModelgetLastPublishDate in interface StagedGroupedModelpublic long getLeftCategoryId()
getLeftCategoryId in interface AssetCategoryModelpublic Date getModifiedDate()
getModifiedDate in interface AssetCategoryModelgetModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelpublic String getName()
getName in interface AssetCategoryModelpublic AssetCategory getParentCategory()
getParentCategory in interface AssetCategorypublic long getParentCategoryId()
getParentCategoryId in interface AssetCategoryModelpublic String getPath(Locale locale)
throws PortalException
getPath in interface AssetCategoryPortalExceptionpublic String getPath(Locale locale,
boolean reverse)
throws PortalException
getPath in interface AssetCategoryPortalExceptionpublic long getPrimaryKey()
getPrimaryKey in interface AssetCategoryModelgetPrimaryKey in interface NestedSetsTreeNodeModelpublic long getRightCategoryId()
getRightCategoryId in interface AssetCategoryModelpublic String getTitle()
getTitle in interface AssetCategoryModelpublic String getTitle(Locale locale)
getTitle in interface AssetCategoryModellocale - the locale of the languagepublic String getTitle(Locale locale,
boolean useDefault)
getTitle in interface AssetCategoryModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested languageuseDefault is false and no localization exists for the requested language, an empty string will be returned.public String getTitle(String languageId)
getTitle in interface AssetCategoryModellanguageId - the ID of the languagepublic String getTitle(String languageId,
boolean useDefault)
getTitle in interface AssetCategoryModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic String getTitleCurrentLanguageId()
getTitleCurrentLanguageId in interface AssetCategoryModelpublic String getTitleCurrentValue()
getTitleCurrentValue in interface AssetCategoryModelpublic Map<Locale,String> getTitleMap()
getTitleMap in interface AssetCategoryModelpublic long getUserId()
getUserId in interface AssetCategoryModelgetUserId in interface AuditedModelpublic String getUserName()
getUserName in interface AssetCategoryModelgetUserName in interface AuditedModelpublic String getUserUuid()
getUserUuid in interface AssetCategoryModelgetUserUuid in interface AuditedModelpublic String getUuid()
getUuid in interface AssetCategoryModelgetUuid in interface StagedModelpublic long getVocabularyId()
getVocabularyId in interface AssetCategoryModelpublic boolean isRootCategory()
isRootCategory in interface AssetCategorypublic void persist()
AssetCategory interface instead.persist in interface PersistedModelpublic void prepareLocalizedFieldsForImport()
throws LocaleException
prepareLocalizedFieldsForImport in interface AssetCategoryModelprepareLocalizedFieldsForImport in interface LocalizedModelLocaleExceptionpublic void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
throws LocaleException
prepareLocalizedFieldsForImport in interface AssetCategoryModelprepareLocalizedFieldsForImport in interface LocalizedModelLocaleExceptionpublic void setCategoryId(long categoryId)
setCategoryId in interface AssetCategoryModelcategoryId - the category ID of this asset categorypublic void setCompanyId(long companyId)
setCompanyId in interface AssetCategoryModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this asset categorypublic void setCreateDate(Date createDate)
setCreateDate in interface AssetCategoryModelsetCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this asset categorypublic void setDescription(String description)
setDescription in interface AssetCategoryModeldescription - the description of this asset categorypublic void setDescription(String description,
Locale locale)
setDescription in interface AssetCategoryModeldescription - the localized description of this asset categorylocale - the locale of the languagepublic void setDescription(String description,
Locale locale,
Locale defaultLocale)
setDescription in interface AssetCategoryModeldescription - the localized description of this asset categorylocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId in interface AssetCategoryModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap)
setDescriptionMap in interface AssetCategoryModeldescriptionMap - the locales and localized descriptions of this asset categorypublic void setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
setDescriptionMap in interface AssetCategoryModeldescriptionMap - the locales and localized descriptions of this asset categorydefaultLocale - the default localepublic void setExternalReferenceCode(String externalReferenceCode)
setExternalReferenceCode in interface AssetCategoryModelexternalReferenceCode - the external reference code of this asset categorypublic void setGroupId(long groupId)
setGroupId in interface AssetCategoryModelsetGroupId in interface GroupedModelgroupId - the group ID of this asset categorypublic void setLastPublishDate(Date lastPublishDate)
setLastPublishDate in interface AssetCategoryModelsetLastPublishDate in interface StagedGroupedModellastPublishDate - the last publish date of this asset categorypublic void setLeftCategoryId(long leftCategoryId)
setLeftCategoryId in interface AssetCategoryModelleftCategoryId - the left category ID of this asset categorypublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AssetCategoryModelsetModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this asset categorypublic void setName(String name)
setName in interface AssetCategoryModelname - the name of this asset categorypublic void setParentCategoryId(long parentCategoryId)
setParentCategoryId in interface AssetCategoryModelparentCategoryId - the parent category ID of this asset categorypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetCategoryModelprimaryKey - the primary key of this asset categorypublic void setRightCategoryId(long rightCategoryId)
setRightCategoryId in interface AssetCategoryModelrightCategoryId - the right category ID of this asset categorypublic void setTitle(String title)
setTitle in interface AssetCategoryModeltitle - the title of this asset categorypublic void setTitle(String title,
Locale locale)
setTitle in interface AssetCategoryModeltitle - the localized title of this asset categorylocale - the locale of the languagepublic void setTitle(String title,
Locale locale,
Locale defaultLocale)
setTitle in interface AssetCategoryModeltitle - the localized title of this asset categorylocale - the locale of the languagedefaultLocale - the default localepublic void setTitleCurrentLanguageId(String languageId)
setTitleCurrentLanguageId in interface AssetCategoryModelpublic void setTitleMap(Map<Locale,String> titleMap)
setTitleMap in interface AssetCategoryModeltitleMap - the locales and localized titles of this asset categorypublic void setTitleMap(Map<Locale,String> titleMap,
Locale defaultLocale)
setTitleMap in interface AssetCategoryModeltitleMap - the locales and localized titles of this asset categorydefaultLocale - the default localepublic void setUserId(long userId)
setUserId in interface AssetCategoryModelsetUserId in interface AuditedModeluserId - the user ID of this asset categorypublic void setUserName(String userName)
setUserName in interface AssetCategoryModelsetUserName in interface AuditedModeluserName - the user name of this asset categorypublic void setUserUuid(String userUuid)
setUserUuid in interface AssetCategoryModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this asset categorypublic void setUuid(String uuid)
setUuid in interface AssetCategoryModelsetUuid in interface StagedModeluuid - the uuid of this asset categorypublic void setVocabularyId(long vocabularyId)
setVocabularyId in interface AssetCategoryModelvocabularyId - the vocabulary ID of this asset categorypublic long getNestedSetsTreeNodeLeft()
getNestedSetsTreeNodeLeft in interface NestedSetsTreeNodeModelpublic long getNestedSetsTreeNodeRight()
getNestedSetsTreeNodeRight in interface NestedSetsTreeNodeModelpublic long getNestedSetsTreeNodeScopeId()
getNestedSetsTreeNodeScopeId in interface NestedSetsTreeNodeModelpublic void setNestedSetsTreeNodeLeft(long nestedSetsTreeNodeLeft)
setNestedSetsTreeNodeLeft in interface NestedSetsTreeNodeModelpublic void setNestedSetsTreeNodeRight(long nestedSetsTreeNodeRight)
setNestedSetsTreeNodeRight in interface NestedSetsTreeNodeModelpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected AssetCategoryWrapper wrap(AssetCategory assetCategory)
wrap in class BaseModelWrapper<AssetCategory>