Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface Repository

All Superinterfaces:
AuditedModel, BaseModel<Repository>, ClassedModel, Cloneable, Comparable<Repository>, GroupedModel, PersistedModel, RepositoryModel, 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.

See Also:
RepositoryModel, RepositoryImpl, RepositoryModelImpl

Method Summary
 String getTypeSettings()
          Returns the type settings of this repository.
 UnicodeProperties getTypeSettingsProperties()
           
 void setTypeSettings(String typeSettings)
          Sets the type settings of this repository.
 void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 
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, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getTypeSettings

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(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)

Liferay 6.1.2-ce-ga3