public class RepositoryWrapper extends BaseModelWrapper<Repository> implements ModelWrapper<Repository>, Repository
This class is a wrapper for Repository.
Repository,
Serialized FormmodelREPOSITORY_ID_ACCESSOR| Constructor and Description |
|---|
RepositoryWrapper(Repository repository) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the fully qualified class name of this repository.
|
long |
getClassNameId()
Returns the class name ID of this repository.
|
long |
getCompanyId()
Returns the company ID of this repository.
|
Date |
getCreateDate()
Returns the create date of this repository.
|
String |
getDescription()
Returns the description of this repository.
|
long |
getDlFolderId()
Returns the dl folder ID of this repository.
|
long |
getGroupId()
Returns the group ID of this repository.
|
Date |
getLastPublishDate()
Returns the last publish date of this repository.
|
Map<String,Object> |
getModelAttributes() |
Date |
getModifiedDate()
Returns the modified date of this repository.
|
long |
getMvccVersion()
Returns the mvcc version of this repository.
|
String |
getName()
Returns the name of this repository.
|
String |
getPortletId()
Returns the portlet ID of this repository.
|
long |
getPrimaryKey()
Returns the primary key of this repository.
|
long |
getRepositoryId()
Returns the repository ID of this repository.
|
StagedModelType |
getStagedModelType() |
String |
getTypeSettings()
Returns the type settings of this repository.
|
UnicodeProperties |
getTypeSettingsProperties() |
long |
getUserId()
Returns the user ID of this repository.
|
String |
getUserName()
Returns the user name of this repository.
|
String |
getUserUuid()
Returns the user uuid of this repository.
|
String |
getUuid()
Returns the uuid of this repository.
|
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setClassName(String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this repository.
|
void |
setCompanyId(long companyId)
Sets the company ID of this repository.
|
void |
setCreateDate(Date createDate)
Sets the create date of this repository.
|
void |
setDescription(String description)
Sets the description of this repository.
|
void |
setDlFolderId(long dlFolderId)
Sets the dl folder ID of this repository.
|
void |
setGroupId(long groupId)
Sets the group ID of this repository.
|
void |
setLastPublishDate(Date lastPublishDate)
Sets the last publish date of this repository.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this repository.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this repository.
|
void |
setName(String name)
Sets the name of this repository.
|
void |
setPortletId(String portletId)
Sets the portlet ID of this repository.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this repository.
|
void |
setRepositoryId(long repositoryId)
Sets the repository ID of this repository.
|
void |
setTypeSettings(String typeSettings)
Sets the type settings of this repository.
|
void |
setTypeSettingsProperties(UnicodeProperties typeSettingsProperties) |
void |
setUserId(long userId)
Sets the user ID of this repository.
|
void |
setUserName(String userName)
Sets the user name of this repository.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this repository.
|
void |
setUuid(String uuid)
Sets the uuid of this repository.
|
protected RepositoryWrapper |
wrap(Repository repository) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringgetWrappedModelclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNameclonepublic RepositoryWrapper(Repository repository)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<Repository>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<Repository>public String getClassName()
getClassName in interface RepositoryModelgetClassName in interface TypedModelpublic long getClassNameId()
getClassNameId in interface RepositoryModelgetClassNameId in interface TypedModelpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface RepositoryModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface RepositoryModelgetCreateDate in interface StagedModelpublic String getDescription()
getDescription in interface RepositoryModelpublic long getDlFolderId()
getDlFolderId in interface RepositoryModelpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface RepositoryModelpublic Date getLastPublishDate()
getLastPublishDate in interface RepositoryModelgetLastPublishDate in interface StagedGroupedModelpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface RepositoryModelgetModifiedDate in interface StagedModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface RepositoryModelpublic String getName()
getName in interface RepositoryModelpublic String getPortletId()
getPortletId in interface RepositoryModelpublic long getPrimaryKey()
getPrimaryKey in interface RepositoryModelpublic long getRepositoryId()
getRepositoryId in interface RepositoryModelpublic String getTypeSettings()
getTypeSettings in interface RepositoryModelpublic UnicodeProperties getTypeSettingsProperties()
getTypeSettingsProperties in interface Repositorypublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface RepositoryModelpublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface RepositoryModelpublic String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface RepositoryModelpublic String getUuid()
getUuid in interface RepositoryModelgetUuid in interface StagedModelpublic void persist()
Repository interface instead.persist in interface PersistedModelpublic void setClassName(String className)
setClassName in interface RepositoryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface RepositoryModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this repositorypublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface RepositoryModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this repositorypublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface RepositoryModelsetCreateDate in interface StagedModelcreateDate - the create date of this repositorypublic void setDescription(String description)
setDescription in interface RepositoryModeldescription - the description of this repositorypublic void setDlFolderId(long dlFolderId)
setDlFolderId in interface RepositoryModeldlFolderId - the dl folder ID of this repositorypublic void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface RepositoryModelgroupId - the group ID of this repositorypublic void setLastPublishDate(Date lastPublishDate)
setLastPublishDate in interface RepositoryModelsetLastPublishDate in interface StagedGroupedModellastPublishDate - the last publish date of this repositorypublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface RepositoryModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this repositorypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface RepositoryModelmvccVersion - the mvcc version of this repositorypublic void setName(String name)
setName in interface RepositoryModelname - the name of this repositorypublic void setPortletId(String portletId)
setPortletId in interface RepositoryModelportletId - the portlet ID of this repositorypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface RepositoryModelprimaryKey - the primary key of this repositorypublic void setRepositoryId(long repositoryId)
setRepositoryId in interface RepositoryModelrepositoryId - the repository ID of this repositorypublic void setTypeSettings(String typeSettings)
setTypeSettings in interface RepositoryModeltypeSettings - the type settings of this repositorypublic void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
setTypeSettingsProperties in interface Repositorypublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface RepositoryModeluserId - the user ID of this repositorypublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface RepositoryModeluserName - the user name of this repositorypublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface RepositoryModeluserUuid - the user uuid of this repositorypublic void setUuid(String uuid)
setUuid in interface RepositoryModelsetUuid in interface StagedModeluuid - the uuid of this repositorypublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected RepositoryWrapper wrap(Repository repository)
wrap in class BaseModelWrapper<Repository>