Package com.liferay.portal.kernel.model
Interface Repository
- All Superinterfaces:
AuditedModel,BaseModel<Repository>,ClassedModel,Cloneable,Comparable<Repository>,CTModel<Repository>,ExternalReferenceCodeModel,GroupedModel,MVCCModel,PersistedModel,RepositoryModel,Serializable,ShardedModel,StagedGroupedModel,StagedModel,TypedModel
- All Known Implementing Classes:
RepositoryWrapper
The extended model interface for the Repository service. Represents a row in the "Repository" 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 TypeMethodDescriptionvoidsetTypeSettingsProperties(UnicodeProperties typeSettingsUnicodeProperties) 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, 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.RepositoryModel
cloneWithOriginalValues, getClassName, getClassNameId, getCompanyId, getCreateDate, getCtCollectionId, getDescription, getDlFolderId, getExternalReferenceCode, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getPortletId, getPrimaryKey, getRepositoryId, getTypeSettings, getUserId, getUserName, getUserUuid, getUuid, setClassName, setClassNameId, setCompanyId, setCreateDate, setCtCollectionId, setDescription, setDlFolderId, setExternalReferenceCode, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setName, setPortletId, setPrimaryKey, setRepositoryId, setTypeSettings, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
REPOSITORY_ID_ACCESSOR
-
-
Method Details
-
getTypeSettingsProperties
UnicodeProperties getTypeSettingsProperties() -
setTypeSettingsProperties
-