Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class RepositoryImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<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:
AuditedModel, BaseModel<Repository>, ClassedModel, GroupedModel, PersistedModel, Repository, RepositoryModel, Serializable, Cloneable, Comparable<Repository>

public class RepositoryImpl
extends RepositoryBaseImpl

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
 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 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, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalGroupId, getOriginalUuid, getPortletId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getUserId, getUserName, getUserUuid, getUuid, hashCode, resetOriginalValues, setClassName, setClassNameId, setCompanyId, setCreateDate, setDescription, setDlFolderId, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setModifiedDate, setName, setPortletId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, 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, 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
 

Constructor Detail

RepositoryImpl

public RepositoryImpl()
Method Detail

getTypeSettings

public String getTypeSettings()
Description copied from interface: RepositoryModel
Returns the type settings of this repository.

Specified by:
getTypeSettings in interface Repository
Specified by:
getTypeSettings in interface RepositoryModel
Overrides:
getTypeSettings in class RepositoryModelImpl
Returns:
the type settings of this repository

getTypeSettingsProperties

public UnicodeProperties getTypeSettingsProperties()

setTypeSettings

public void setTypeSettings(String typeSettings)
Description copied from interface: RepositoryModel
Sets the type settings of this repository.

Specified by:
setTypeSettings in interface Repository
Specified by:
setTypeSettings in interface RepositoryModel
Overrides:
setTypeSettings in class RepositoryModelImpl
Parameters:
typeSettings - the type settings of this repository

setTypeSettingsProperties

public void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)

Liferay 6.1.2-ce-ga3