com.liferay.portal.model
Interface Repository
- All Superinterfaces:
- AuditedModel, BaseModel<Repository>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<Repository>, GroupedModel, PersistedModel, RepositoryModel, java.io.Serializable
- All Known Implementing Classes:
- RepositoryWrapper
public interface Repository
- extends RepositoryModel, PersistedModel
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:
RepositoryModel,
RepositoryImpl,
RepositoryModelImpl- Generated:
| Methods inherited from interface com.liferay.portal.model.RepositoryModel |
clone, compareTo, getClassName, getClassNameId, getCompanyId, getCreateDate, getDescription, getDlFolderId, getExpandoBridge, getGroupId, getModifiedDate, getName, getPortletId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setCompanyId, setCreateDate, setDescription, setDlFolderId, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPortletId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toXmlString |
getTypeSettings
java.lang.String getTypeSettings()
- Description copied from interface:
RepositoryModel
- Returns the type settings of this repository.
- Specified by:
getTypeSettings in interface RepositoryModel
- Returns:
- the type settings of this repository
getTypeSettingsProperties
UnicodeProperties getTypeSettingsProperties()
setTypeSettings
void setTypeSettings(java.lang.String typeSettings)
- Description copied from interface:
RepositoryModel
- Sets the type settings of this repository.
- Specified by:
setTypeSettings in interface RepositoryModel
- Parameters:
typeSettings - the type settings of this repository
setTypeSettingsProperties
void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)