Package com.liferay.asset.kernel.model
Class AssetVocabularyWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetVocabulary>
com.liferay.asset.kernel.model.AssetVocabularyWrapper
- All Implemented Interfaces:
AssetVocabulary,AssetVocabularyModel,AuditedModel,BaseModel<AssetVocabulary>,CTModel<AssetVocabulary>,ClassedModel,ExternalReferenceCodeModel,GroupedModel,LocalizedModel,ModelWrapper<AssetVocabulary>,MVCCModel,PersistedModel,ShardedModel,StagedGroupedModel,StagedModel,Serializable,Cloneable,Comparable<AssetVocabulary>
public class AssetVocabularyWrapper
extends BaseModelWrapper<AssetVocabulary>
implements AssetVocabulary, ModelWrapper<AssetVocabulary>
This class is a wrapper for AssetVocabulary.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.asset.kernel.model.AssetVocabulary
VOCABULARY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]intlongReturns the company ID of this asset vocabulary.Returns the create date of this asset vocabulary.longReturns the ct collection ID of this asset vocabulary.Returns the description of this asset vocabulary.getDescription(String languageId) Returns the localized description of this asset vocabulary in the language.getDescription(String languageId, boolean useDefault) Returns the localized description of this asset vocabulary in the language, optionally using the default language if no localization exists for the requested language.getDescription(Locale locale) Returns the localized description of this asset vocabulary in the language.getDescription(Locale locale, boolean useDefault) Returns the localized description of this asset vocabulary in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized descriptions of this asset vocabulary.Returns the external reference code of this asset vocabulary.longReturns the group ID of this asset vocabulary.Returns the last publish date of this asset vocabulary.Returns the modified date of this asset vocabulary.longReturns the mvcc version of this asset vocabulary.getName()Returns the name of this asset vocabulary.longReturns the primary key of this asset vocabulary.long[]long[]long[]Returns the settings of this asset vocabulary.getTitle()Returns the title of this asset vocabulary.Returns the localized title of this asset vocabulary in the language.Returns the localized title of this asset vocabulary in the language, optionally using the default language if no localization exists for the requested language.Returns the localized title of this asset vocabulary in the language.Returns the localized title of this asset vocabulary in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized titles of this asset vocabulary.getUnambiguousTitle(List<AssetVocabulary> vocabularies, long groupId, Locale locale) longReturns the user ID of this asset vocabulary.Returns the user name of this asset vocabulary.Returns the user uuid of this asset vocabulary.getUuid()Returns the uuid of this asset vocabulary.intReturns the visibility type of this asset vocabulary.longReturns the vocabulary ID of this asset vocabulary.booleanhasMoreThanOneCategorySelected(long[] categoryIds) booleanisAssociatedToClassNameId(long classNameId) booleanisAssociatedToClassNameIdAndClassTypePK(long classNameId, long classTypePK) booleanisMissingRequiredCategory(long classNameId, long classTypePK, long[] categoryIds) Deprecated.booleanisMissingRequiredCategory(long classNameId, long classTypePK, long[] categoryIds, long groupId) booleanbooleanisRequired(long classNameId, long classTypePK) Deprecated.As of Athanasius (7.3.x), replaced byisRequired(long, long, long)booleanisRequired(long classNameId, long classTypePK, long groupId) voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidvoidprepareLocalizedFieldsForImport(Locale defaultImportLocale) voidsetCompanyId(long companyId) Sets the company ID of this asset vocabulary.voidsetCreateDate(Date createDate) Sets the create date of this asset vocabulary.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset vocabulary.voidsetDescription(String description) Sets the description of this asset vocabulary.voidsetDescription(String description, Locale locale) Sets the localized description of this asset vocabulary in the language.voidsetDescription(String description, Locale locale, Locale defaultLocale) Sets the localized description of this asset vocabulary in the language, and sets the default locale.voidsetDescriptionCurrentLanguageId(String languageId) voidsetDescriptionMap(Map<Locale, String> descriptionMap) Sets the localized descriptions of this asset vocabulary from the map of locales and localized descriptions.voidsetDescriptionMap(Map<Locale, String> descriptionMap, Locale defaultLocale) Sets the localized descriptions of this asset vocabulary from the map of locales and localized descriptions, and sets the default locale.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this asset vocabulary.voidsetGroupId(long groupId) Sets the group ID of this asset vocabulary.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this asset vocabulary.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this asset vocabulary.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this asset vocabulary.voidSets the name of this asset vocabulary.voidsetPrimaryKey(long primaryKey) Sets the primary key of this asset vocabulary.voidsetSettings(String settings) Sets the settings of this asset vocabulary.voidSets the title of this asset vocabulary.voidSets the localized title of this asset vocabulary in the language.voidSets the localized title of this asset vocabulary in the language, and sets the default locale.voidsetTitleCurrentLanguageId(String languageId) voidsetTitleMap(Map<Locale, String> titleMap) Sets the localized titles of this asset vocabulary from the map of locales and localized titles.voidsetTitleMap(Map<Locale, String> titleMap, Locale defaultLocale) Sets the localized titles of this asset vocabulary from the map of locales and localized titles, and sets the default locale.voidsetUserId(long userId) Sets the user ID of this asset vocabulary.voidsetUserName(String userName) Sets the user name of this asset vocabulary.voidsetUserUuid(String userUuid) Sets the user uuid of this asset vocabulary.voidSets the uuid of this asset vocabulary.voidsetVisibilityType(int visibilityType) Sets the visibility type of this asset vocabulary.voidsetVocabularyId(long vocabularyId) Sets the vocabulary ID of this asset vocabulary.protected AssetVocabularyWrapperwrap(AssetVocabulary assetVocabulary) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
AssetVocabularyWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<AssetVocabulary>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<AssetVocabulary>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceAssetVocabularyModel- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<AssetVocabulary>
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIdsin interfaceAssetVocabularyModel- Specified by:
getAvailableLanguageIdsin interfaceLocalizedModel
-
getCategories
- Specified by:
getCategoriesin interfaceAssetVocabulary
-
getCategoriesCount
public int getCategoriesCount()- Specified by:
getCategoriesCountin interfaceAssetVocabulary
-
getCompanyId
public long getCompanyId()Returns the company ID of this asset vocabulary.- Specified by:
getCompanyIdin interfaceAssetVocabularyModel- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceStagedModel- Returns:
- the company ID of this asset vocabulary
-
getCreateDate
Returns the create date of this asset vocabulary.- Specified by:
getCreateDatein interfaceAssetVocabularyModel- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceStagedModel- Returns:
- the create date of this asset vocabulary
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this asset vocabulary.- Specified by:
getCtCollectionIdin interfaceAssetVocabularyModel- Specified by:
getCtCollectionIdin interfaceCTModel<AssetVocabulary>- Returns:
- the ct collection ID of this asset vocabulary
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageIdin interfaceAssetVocabularyModel- Specified by:
getDefaultLanguageIdin interfaceLocalizedModel
-
getDescription
Returns the description of this asset vocabulary.- Specified by:
getDescriptionin interfaceAssetVocabularyModel- Returns:
- the description of this asset vocabulary
-
getDescription
Returns the localized description of this asset vocabulary in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getDescriptionin interfaceAssetVocabularyModel- Parameters:
locale- the locale of the language- Returns:
- the localized description of this asset vocabulary
-
getDescription
Returns the localized description of this asset vocabulary in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getDescriptionin interfaceAssetVocabularyModel- Parameters:
locale- the local of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized description of this asset vocabulary. If
useDefaultisfalseand no localization exists for the requested language, an empty string will be returned.
-
getDescription
Returns the localized description of this asset vocabulary in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getDescriptionin interfaceAssetVocabularyModel- Parameters:
languageId- the ID of the language- Returns:
- the localized description of this asset vocabulary
-
getDescription
Returns the localized description of this asset vocabulary in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getDescriptionin interfaceAssetVocabularyModel- Parameters:
languageId- the ID of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized description of this asset vocabulary
-
getDescriptionCurrentLanguageId
- Specified by:
getDescriptionCurrentLanguageIdin interfaceAssetVocabularyModel
-
getDescriptionCurrentValue
- Specified by:
getDescriptionCurrentValuein interfaceAssetVocabularyModel
-
getDescriptionMap
Returns a map of the locales and localized descriptions of this asset vocabulary.- Specified by:
getDescriptionMapin interfaceAssetVocabularyModel- Returns:
- the locales and localized descriptions of this asset vocabulary
-
getExternalReferenceCode
Returns the external reference code of this asset vocabulary.- Specified by:
getExternalReferenceCodein interfaceAssetVocabularyModel- Specified by:
getExternalReferenceCodein interfaceExternalReferenceCodeModel- Returns:
- the external reference code of this asset vocabulary
-
getGroupId
public long getGroupId()Returns the group ID of this asset vocabulary.- Specified by:
getGroupIdin interfaceAssetVocabularyModel- Specified by:
getGroupIdin interfaceGroupedModel- Returns:
- the group ID of this asset vocabulary
-
getLastPublishDate
Returns the last publish date of this asset vocabulary.- Specified by:
getLastPublishDatein interfaceAssetVocabularyModel- Specified by:
getLastPublishDatein interfaceStagedGroupedModel- Returns:
- the last publish date of this asset vocabulary
-
getModifiedDate
Returns the modified date of this asset vocabulary.- Specified by:
getModifiedDatein interfaceAssetVocabularyModel- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceStagedModel- Returns:
- the modified date of this asset vocabulary
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this asset vocabulary.- Specified by:
getMvccVersionin interfaceAssetVocabularyModel- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this asset vocabulary
-
getName
Returns the name of this asset vocabulary.- Specified by:
getNamein interfaceAssetVocabularyModel- Returns:
- the name of this asset vocabulary
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this asset vocabulary.- Specified by:
getPrimaryKeyin interfaceAssetVocabularyModel- Specified by:
getPrimaryKeyin interfaceCTModel<AssetVocabulary>- Returns:
- the primary key of this asset vocabulary
-
getRequiredClassNameIds
public long[] getRequiredClassNameIds()- Specified by:
getRequiredClassNameIdsin interfaceAssetVocabulary
-
getSelectedClassNameIds
public long[] getSelectedClassNameIds()- Specified by:
getSelectedClassNameIdsin interfaceAssetVocabulary
-
getSelectedClassTypePKs
public long[] getSelectedClassTypePKs()- Specified by:
getSelectedClassTypePKsin interfaceAssetVocabulary
-
getSettings
Returns the settings of this asset vocabulary.- Specified by:
getSettingsin interfaceAssetVocabularyModel- Returns:
- the settings of this asset vocabulary
-
getTitle
Returns the title of this asset vocabulary.- Specified by:
getTitlein interfaceAssetVocabularyModel- Returns:
- the title of this asset vocabulary
-
getTitle
Returns the localized title of this asset vocabulary in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getTitlein interfaceAssetVocabularyModel- Parameters:
locale- the locale of the language- Returns:
- the localized title of this asset vocabulary
-
getTitle
Returns the localized title of this asset vocabulary in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getTitlein interfaceAssetVocabularyModel- Parameters:
locale- the local of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized title of this asset vocabulary. If
useDefaultisfalseand no localization exists for the requested language, an empty string will be returned.
-
getTitle
Returns the localized title of this asset vocabulary in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getTitlein interfaceAssetVocabularyModel- Parameters:
languageId- the ID of the language- Returns:
- the localized title of this asset vocabulary
-
getTitle
Returns the localized title of this asset vocabulary in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getTitlein interfaceAssetVocabularyModel- Parameters:
languageId- the ID of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized title of this asset vocabulary
-
getTitleCurrentLanguageId
- Specified by:
getTitleCurrentLanguageIdin interfaceAssetVocabularyModel
-
getTitleCurrentValue
- Specified by:
getTitleCurrentValuein interfaceAssetVocabularyModel
-
getTitleMap
Returns a map of the locales and localized titles of this asset vocabulary.- Specified by:
getTitleMapin interfaceAssetVocabularyModel- Returns:
- the locales and localized titles of this asset vocabulary
-
getUnambiguousTitle
public String getUnambiguousTitle(List<AssetVocabulary> vocabularies, long groupId, Locale locale) throws PortalException - Specified by:
getUnambiguousTitlein interfaceAssetVocabulary- Throws:
PortalException
-
getUserId
public long getUserId()Returns the user ID of this asset vocabulary.- Specified by:
getUserIdin interfaceAssetVocabularyModel- Specified by:
getUserIdin interfaceAuditedModel- Returns:
- the user ID of this asset vocabulary
-
getUserName
Returns the user name of this asset vocabulary.- Specified by:
getUserNamein interfaceAssetVocabularyModel- Specified by:
getUserNamein interfaceAuditedModel- Returns:
- the user name of this asset vocabulary
-
getUserUuid
Returns the user uuid of this asset vocabulary.- Specified by:
getUserUuidin interfaceAssetVocabularyModel- Specified by:
getUserUuidin interfaceAuditedModel- Returns:
- the user uuid of this asset vocabulary
-
getUuid
Returns the uuid of this asset vocabulary.- Specified by:
getUuidin interfaceAssetVocabularyModel- Specified by:
getUuidin interfaceStagedModel- Returns:
- the uuid of this asset vocabulary
-
getVisibilityType
public int getVisibilityType()Returns the visibility type of this asset vocabulary.- Specified by:
getVisibilityTypein interfaceAssetVocabularyModel- Returns:
- the visibility type of this asset vocabulary
-
getVocabularyId
public long getVocabularyId()Returns the vocabulary ID of this asset vocabulary.- Specified by:
getVocabularyIdin interfaceAssetVocabularyModel- Returns:
- the vocabulary ID of this asset vocabulary
-
hasMoreThanOneCategorySelected
public boolean hasMoreThanOneCategorySelected(long[] categoryIds) - Specified by:
hasMoreThanOneCategorySelectedin interfaceAssetVocabulary
-
isAssociatedToClassNameId
public boolean isAssociatedToClassNameId(long classNameId) - Specified by:
isAssociatedToClassNameIdin interfaceAssetVocabulary
-
isAssociatedToClassNameIdAndClassTypePK
public boolean isAssociatedToClassNameIdAndClassTypePK(long classNameId, long classTypePK) - Specified by:
isAssociatedToClassNameIdAndClassTypePKin interfaceAssetVocabulary
-
isMissingRequiredCategory
@Deprecated public boolean isMissingRequiredCategory(long classNameId, long classTypePK, long[] categoryIds) Deprecated.As of Athanasius (7.3.x), replaced byisMissingRequiredCategory(long, long, long[], long)- Specified by:
isMissingRequiredCategoryin interfaceAssetVocabulary
-
isMissingRequiredCategory
public boolean isMissingRequiredCategory(long classNameId, long classTypePK, long[] categoryIds, long groupId) - Specified by:
isMissingRequiredCategoryin interfaceAssetVocabulary
-
isMultiValued
public boolean isMultiValued()- Specified by:
isMultiValuedin interfaceAssetVocabulary
-
isRequired
Deprecated.As of Athanasius (7.3.x), replaced byisRequired(long, long, long)- Specified by:
isRequiredin interfaceAssetVocabulary
-
isRequired
public boolean isRequired(long classNameId, long classTypePK, long groupId) - Specified by:
isRequiredin interfaceAssetVocabulary
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
prepareLocalizedFieldsForImport
- Specified by:
prepareLocalizedFieldsForImportin interfaceAssetVocabularyModel- Specified by:
prepareLocalizedFieldsForImportin interfaceLocalizedModel- Throws:
LocaleException
-
prepareLocalizedFieldsForImport
- Specified by:
prepareLocalizedFieldsForImportin interfaceAssetVocabularyModel- Specified by:
prepareLocalizedFieldsForImportin interfaceLocalizedModel- Throws:
LocaleException
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this asset vocabulary.- Specified by:
setCompanyIdin interfaceAssetVocabularyModel- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceStagedModel- Parameters:
companyId- the company ID of this asset vocabulary
-
setCreateDate
Sets the create date of this asset vocabulary.- Specified by:
setCreateDatein interfaceAssetVocabularyModel- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceStagedModel- Parameters:
createDate- the create date of this asset vocabulary
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset vocabulary.- Specified by:
setCtCollectionIdin interfaceAssetVocabularyModel- Specified by:
setCtCollectionIdin interfaceCTModel<AssetVocabulary>- Parameters:
ctCollectionId- the ct collection ID of this asset vocabulary
-
setDescription
Sets the description of this asset vocabulary.- Specified by:
setDescriptionin interfaceAssetVocabularyModel- Parameters:
description- the description of this asset vocabulary
-
setDescription
Sets the localized description of this asset vocabulary in the language.- Specified by:
setDescriptionin interfaceAssetVocabularyModel- Parameters:
description- the localized description of this asset vocabularylocale- the locale of the language
-
setDescription
Sets the localized description of this asset vocabulary in the language, and sets the default locale.- Specified by:
setDescriptionin interfaceAssetVocabularyModel- Parameters:
description- the localized description of this asset vocabularylocale- the locale of the languagedefaultLocale- the default locale
-
setDescriptionCurrentLanguageId
- Specified by:
setDescriptionCurrentLanguageIdin interfaceAssetVocabularyModel
-
setDescriptionMap
Sets the localized descriptions of this asset vocabulary from the map of locales and localized descriptions.- Specified by:
setDescriptionMapin interfaceAssetVocabularyModel- Parameters:
descriptionMap- the locales and localized descriptions of this asset vocabulary
-
setDescriptionMap
Sets the localized descriptions of this asset vocabulary from the map of locales and localized descriptions, and sets the default locale.- Specified by:
setDescriptionMapin interfaceAssetVocabularyModel- Parameters:
descriptionMap- the locales and localized descriptions of this asset vocabularydefaultLocale- the default locale
-
setExternalReferenceCode
Sets the external reference code of this asset vocabulary.- Specified by:
setExternalReferenceCodein interfaceAssetVocabularyModel- Specified by:
setExternalReferenceCodein interfaceExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this asset vocabulary
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this asset vocabulary.- Specified by:
setGroupIdin interfaceAssetVocabularyModel- Specified by:
setGroupIdin interfaceGroupedModel- Parameters:
groupId- the group ID of this asset vocabulary
-
setLastPublishDate
Sets the last publish date of this asset vocabulary.- Specified by:
setLastPublishDatein interfaceAssetVocabularyModel- Specified by:
setLastPublishDatein interfaceStagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this asset vocabulary
-
setModifiedDate
Sets the modified date of this asset vocabulary.- Specified by:
setModifiedDatein interfaceAssetVocabularyModel- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceStagedModel- Parameters:
modifiedDate- the modified date of this asset vocabulary
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this asset vocabulary.- Specified by:
setMvccVersionin interfaceAssetVocabularyModel- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this asset vocabulary
-
setName
Sets the name of this asset vocabulary.- Specified by:
setNamein interfaceAssetVocabularyModel- Parameters:
name- the name of this asset vocabulary
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this asset vocabulary.- Specified by:
setPrimaryKeyin interfaceAssetVocabularyModel- Specified by:
setPrimaryKeyin interfaceCTModel<AssetVocabulary>- Parameters:
primaryKey- the primary key of this asset vocabulary
-
setSettings
Sets the settings of this asset vocabulary.- Specified by:
setSettingsin interfaceAssetVocabularyModel- Parameters:
settings- the settings of this asset vocabulary
-
setTitle
Sets the title of this asset vocabulary.- Specified by:
setTitlein interfaceAssetVocabularyModel- Parameters:
title- the title of this asset vocabulary
-
setTitle
Sets the localized title of this asset vocabulary in the language.- Specified by:
setTitlein interfaceAssetVocabularyModel- Parameters:
title- the localized title of this asset vocabularylocale- the locale of the language
-
setTitle
Sets the localized title of this asset vocabulary in the language, and sets the default locale.- Specified by:
setTitlein interfaceAssetVocabularyModel- Parameters:
title- the localized title of this asset vocabularylocale- the locale of the languagedefaultLocale- the default locale
-
setTitleCurrentLanguageId
- Specified by:
setTitleCurrentLanguageIdin interfaceAssetVocabularyModel
-
setTitleMap
Sets the localized titles of this asset vocabulary from the map of locales and localized titles.- Specified by:
setTitleMapin interfaceAssetVocabularyModel- Parameters:
titleMap- the locales and localized titles of this asset vocabulary
-
setTitleMap
Sets the localized titles of this asset vocabulary from the map of locales and localized titles, and sets the default locale.- Specified by:
setTitleMapin interfaceAssetVocabularyModel- Parameters:
titleMap- the locales and localized titles of this asset vocabularydefaultLocale- the default locale
-
setUserId
public void setUserId(long userId) Sets the user ID of this asset vocabulary.- Specified by:
setUserIdin interfaceAssetVocabularyModel- Specified by:
setUserIdin interfaceAuditedModel- Parameters:
userId- the user ID of this asset vocabulary
-
setUserName
Sets the user name of this asset vocabulary.- Specified by:
setUserNamein interfaceAssetVocabularyModel- Specified by:
setUserNamein interfaceAuditedModel- Parameters:
userName- the user name of this asset vocabulary
-
setUserUuid
Sets the user uuid of this asset vocabulary.- Specified by:
setUserUuidin interfaceAssetVocabularyModel- Specified by:
setUserUuidin interfaceAuditedModel- Parameters:
userUuid- the user uuid of this asset vocabulary
-
setUuid
Sets the uuid of this asset vocabulary.- Specified by:
setUuidin interfaceAssetVocabularyModel- Specified by:
setUuidin interfaceStagedModel- Parameters:
uuid- the uuid of this asset vocabulary
-
setVisibilityType
public void setVisibilityType(int visibilityType) Sets the visibility type of this asset vocabulary.- Specified by:
setVisibilityTypein interfaceAssetVocabularyModel- Parameters:
visibilityType- the visibility type of this asset vocabulary
-
setVocabularyId
public void setVocabularyId(long vocabularyId) Sets the vocabulary ID of this asset vocabulary.- Specified by:
setVocabularyIdin interfaceAssetVocabularyModel- Parameters:
vocabularyId- the vocabulary ID of this asset vocabulary
-
toXmlString
- Specified by:
toXmlStringin interfaceAssetVocabularyModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfaceBaseModel<AssetVocabulary>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfaceBaseModel<AssetVocabulary>
-
getStagedModelType
- Specified by:
getStagedModelTypein interfaceStagedModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<AssetVocabulary>
-
isMissingRequiredCategory(long, long, long[], long)