@ProviderType public interface AssetVocabulary extends AssetVocabularyModel, PersistedModel
AssetVocabularyModel
Modifier and Type | Field and Description |
---|---|
static Accessor<AssetVocabulary,Long> |
VOCABULARY_ID_ACCESSOR
NOTE FOR DEVELOPERS:
Never modify this interface directly.
|
Modifier and Type | Method and Description |
---|---|
List<AssetCategory> |
getCategories() |
int |
getCategoriesCount() |
long[] |
getRequiredClassNameIds() |
long[] |
getSelectedClassNameIds() |
long[] |
getSelectedClassTypePKs() |
UnicodeProperties |
getSettingsProperties()
Deprecated.
As of Wilberforce (7.0.x), 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 Wilberforce (7.0.x), replaced by
isRequired(long, long) |
boolean |
isRequired(long classNameId,
long classTypePK) |
void |
setSettingsProperties(UnicodeProperties settingsProperties)
Deprecated.
As of Wilberforce (7.0.x), with no direct replacement
|
getAvailableLanguageIds, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExternalReferenceCode, getGroupId, getLastPublishDate, getModifiedDate, getName, getPrimaryKey, getSettings, getTitle, getTitle, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getUserId, getUserName, getUserUuid, getUuid, getVocabularyId, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExternalReferenceCode, setGroupId, setLastPublishDate, setModifiedDate, setName, setPrimaryKey, setSettings, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setUserId, setUserName, setUserUuid, setUuid, setVocabularyId
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
clone, getStagedModelType
persist
static final Accessor<AssetVocabulary,Long> VOCABULARY_ID_ACCESSOR
com.liferay.portlet.asset.model.impl.AssetVocabularyImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.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)