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 TypeMethodDescriptionintlong[]long[]long[]getUnambiguousTitle(List<AssetVocabulary> vocabularies, long groupId, Locale locale) 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) 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, toXmlStringMethods 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, 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.PersistedModel
persistMethods 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)