@ProviderType public interface AssetVocabulary extends AssetVocabularyModel, PersistedModel
AssetVocabularyModel
,
AssetVocabularyImpl
,
AssetVocabularyModelImpl
Modifier and Type | Field and Description |
---|---|
static Accessor<AssetVocabulary,Long> |
VOCABULARY_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
List<AssetCategory> |
getCategories() |
int |
getCategoriesCount() |
long[] |
getRequiredClassNameIds() |
long[] |
getSelectedClassNameIds() |
long[] |
getSelectedClassTypePKs() |
UnicodeProperties |
getSettingsProperties()
Deprecated.
As of 7.0.0, with no direct replacement
|
String |
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) |
boolean |
isMultiValued() |
boolean |
isRequired(long classNameId)
Deprecated.
As of 7.0.0, replaced by
isRequired(long, long) |
boolean |
isRequired(long classNameId,
long classTypePK) |
void |
setSettingsProperties(UnicodeProperties settingsProperties)
Deprecated.
As of 7.0.0, with no direct replacement
|
clone, compareTo, getAvailableLanguageIds, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getLastPublishDate, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getSettings, getTitle, getTitle, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getUserId, getUserName, getUserUuid, getUuid, getVocabularyId, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCachedModel, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLastPublishDate, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setSettings, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setUserId, setUserName, setUserUuid, setUuid, setVocabularyId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
getModelClass, getModelClassName
getStagedModelType
persist
static final Accessor<AssetVocabulary,Long> VOCABULARY_ID_ACCESSOR
List<AssetCategory> getCategories()
int getCategoriesCount()
long[] getRequiredClassNameIds()
long[] getSelectedClassNameIds()
long[] getSelectedClassTypePKs()
@Deprecated UnicodeProperties getSettingsProperties()
String getUnambiguousTitle(List<AssetVocabulary> vocabularies, long groupId, Locale locale) throws PortalException
PortalException
boolean hasMoreThanOneCategorySelected(long[] categoryIds)
boolean isAssociatedToClassNameId(long classNameId)
boolean isAssociatedToClassNameIdAndClassTypePK(long classNameId, long classTypePK)
boolean isMissingRequiredCategory(long classNameId, long classTypePK, long[] categoryIds)
boolean isMultiValued()
@Deprecated boolean isRequired(long classNameId)
isRequired(long, long)
boolean isRequired(long classNameId, long classTypePK)
@Deprecated void setSettingsProperties(UnicodeProperties settingsProperties)