com.liferay.portal.model.impl
Class RepositoryImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Repository>
      extended by com.liferay.portal.model.impl.RepositoryModelImpl
          extended by com.liferay.portal.model.impl.RepositoryBaseImpl
              extended by com.liferay.portal.model.impl.RepositoryImpl
All Implemented Interfaces:
com.liferay.portal.model.AuditedModel, com.liferay.portal.model.BaseModel<com.liferay.portal.model.Repository>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.GroupedModel, com.liferay.portal.model.PersistedModel, com.liferay.portal.model.Repository, com.liferay.portal.model.RepositoryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portal.model.Repository>

public class RepositoryImpl
extends RepositoryBaseImpl

Author:
Alexander Chow
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.RepositoryModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
RepositoryImpl()
           
 
Method Summary
 java.lang.String getTypeSettings()
           
 com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties()
           
 void setTypeSettings(java.lang.String typeSettings)
           
 void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)
           
 
Methods inherited from class com.liferay.portal.model.impl.RepositoryBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.RepositoryModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getDlFolderId, getExpandoBridge, getGroupId, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalGroupId, getOriginalUuid, getPortletId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getUserId, getUserName, getUserUuid, getUuid, hashCode, resetOriginalValues, setClassNameId, setCompanyId, setCreateDate, setDescription, setDlFolderId, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setPortletId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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, setClassNameId, setCompanyId, setCreateDate, setDescription, setDlFolderId, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPortletId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

RepositoryImpl

public RepositoryImpl()
Method Detail

getTypeSettings

public java.lang.String getTypeSettings()
Specified by:
getTypeSettings in interface com.liferay.portal.model.Repository
Specified by:
getTypeSettings in interface com.liferay.portal.model.RepositoryModel
Overrides:
getTypeSettings in class RepositoryModelImpl

getTypeSettingsProperties

public com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties()

setTypeSettings

public void setTypeSettings(java.lang.String typeSettings)
Specified by:
setTypeSettings in interface com.liferay.portal.model.Repository
Specified by:
setTypeSettings in interface com.liferay.portal.model.RepositoryModel
Overrides:
setTypeSettings in class RepositoryModelImpl

setTypeSettingsProperties

public void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)