Package com.liferay.asset.kernel.model
Interface AssetVocabulary
- All Superinterfaces:
AssetVocabularyModel
,AuditedModel
,BaseModel<AssetVocabulary>
,ClassedModel
,Cloneable
,Comparable<AssetVocabulary>
,CTModel<AssetVocabulary>
,ExternalReferenceCodeModel
,GroupedModel
,LocalizedModel
,MVCCModel
,PersistedModel
,Serializable
,ShardedModel
,StagedGroupedModel
,StagedModel
- All Known Implementing Classes:
AssetVocabularyWrapper
The extended model interface for the AssetVocabulary service. Represents a row in the "AssetVocabulary" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
long[]
long[]
long[]
getUnambiguousTitle
(List<AssetVocabulary> vocabularies, long groupId, Locale locale) boolean
hasMoreThanOneCategorySelected
(long[] categoryIds) boolean
isAssociatedToClassNameId
(long classNameId) boolean
isAssociatedToClassNameIdAndClassTypePK
(long classNameId, long classTypePK) boolean
isMissingRequiredCategory
(long classNameId, long classTypePK, long[] categoryIds) Deprecated.boolean
isMissingRequiredCategory
(long classNameId, long classTypePK, long[] categoryIds, long groupId) boolean
boolean
isRequired
(long classNameId, long classTypePK) Deprecated.As of Athanasius (7.3.x), replaced byisRequired(long, long, long)
boolean
isRequired
(long classNameId, long classTypePK, long groupId) Methods inherited from interface com.liferay.asset.kernel.model.AssetVocabularyModel
cloneWithOriginalValues, getAvailableLanguageIds, getCompanyId, getCreateDate, getCtCollectionId, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExternalReferenceCode, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getSettings, getTitle, getTitle, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getUserId, getUserName, getUserUuid, getUuid, getVisibilityType, getVocabularyId, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCompanyId, setCreateDate, setCtCollectionId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExternalReferenceCode, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setSettings, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setUserId, setUserName, setUserUuid, setUuid, setVisibilityType, setVocabularyId, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
VOCABULARY_ID_ACCESSOR
-
-
Method Details
-
getCategories
List<AssetCategory> getCategories() -
getCategoriesCount
int getCategoriesCount() -
getRequiredClassNameIds
long[] getRequiredClassNameIds() -
getSelectedClassNameIds
long[] getSelectedClassNameIds() -
getSelectedClassTypePKs
long[] getSelectedClassTypePKs() -
getUnambiguousTitle
String getUnambiguousTitle(List<AssetVocabulary> vocabularies, long groupId, Locale locale) throws PortalException - Throws:
PortalException
-
hasMoreThanOneCategorySelected
boolean hasMoreThanOneCategorySelected(long[] categoryIds) -
isAssociatedToClassNameId
boolean isAssociatedToClassNameId(long classNameId) -
isAssociatedToClassNameIdAndClassTypePK
boolean isAssociatedToClassNameIdAndClassTypePK(long classNameId, long classTypePK) -
isMissingRequiredCategory
@Deprecated boolean isMissingRequiredCategory(long classNameId, long classTypePK, long[] categoryIds) Deprecated.As of Athanasius (7.3.x), replaced byisMissingRequiredCategory(long, long, long[], long)
-
isMissingRequiredCategory
boolean isMissingRequiredCategory(long classNameId, long classTypePK, long[] categoryIds, long groupId) -
isMultiValued
boolean isMultiValued() -
isRequired
Deprecated.As of Athanasius (7.3.x), replaced byisRequired(long, long, long)
-
isRequired
boolean isRequired(long classNameId, long classTypePK, long groupId)
-
isMissingRequiredCategory(long, long, long[], long)