Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface Repository

All Superinterfaces:
AuditedModel, BaseModel<Repository>, ClassedModel, Cloneable, Comparable<Repository>, GroupedModel, PersistedModel, RepositoryModel, Serializable, StagedGroupedModel, StagedModel, TypedModel
All Known Implementing Classes:
RepositoryWrapper

@ProviderType
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
 UnicodeProperties getTypeSettingsProperties()
           
 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, getTypeSettings, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setCompanyId, setCreateDate, setDescription, setDlFolderId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPortletId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setTypeSettings, 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.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getTypeSettingsProperties

UnicodeProperties getTypeSettingsProperties()

setTypeSettingsProperties

void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)

Liferay 6.2-ce-ga5