@ProviderType public class RepositoryWrapper extends Object implements Repository, ModelWrapper<Repository>
This class is a wrapper for Repository
.
Repository
,
Serialized FormREPOSITORY_ID_ACCESSOR
Constructor and Description |
---|
RepositoryWrapper(Repository repository) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(Repository repository) |
boolean |
equals(Object obj) |
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.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
long |
getGroupId()
Returns the group ID of this repository.
|
Date |
getLastPublishDate()
Returns the last publish date of this repository.
|
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
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.
|
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
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.
|
Repository |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
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 |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPortletId(String portletId)
Sets the portlet ID of this repository.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this repository.
|
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
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.
|
CacheModel<Repository> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
Repository |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler . |
String |
toString() |
Repository |
toUnescapedModel() |
String |
toXmlString()
Returns the XML representation of this model instance.
|
public RepositoryWrapper(Repository repository)
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<Repository>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<Repository>
public Object clone()
BaseModel
clone
in interface BaseModel<Repository>
clone
in interface RepositoryModel
clone
in interface StagedModel
clone
in class Object
public int compareTo(Repository repository)
compareTo
in interface RepositoryModel
compareTo
in interface Comparable<Repository>
public String getClassName()
getClassName
in interface RepositoryModel
getClassName
in interface TypedModel
public long getClassNameId()
getClassNameId
in interface RepositoryModel
getClassNameId
in interface TypedModel
public long getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface RepositoryModel
getCompanyId
in interface ShardedModel
getCompanyId
in interface StagedModel
public Date getCreateDate()
getCreateDate
in interface AuditedModel
getCreateDate
in interface RepositoryModel
getCreateDate
in interface StagedModel
public String getDescription()
getDescription
in interface RepositoryModel
public long getDlFolderId()
getDlFolderId
in interface RepositoryModel
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<Repository>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface RepositoryModel
public long getGroupId()
getGroupId
in interface GroupedModel
getGroupId
in interface RepositoryModel
public Date getLastPublishDate()
getLastPublishDate
in interface RepositoryModel
getLastPublishDate
in interface StagedGroupedModel
public Date getModifiedDate()
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface RepositoryModel
getModifiedDate
in interface StagedModel
public long getMvccVersion()
getMvccVersion
in interface MVCCModel
getMvccVersion
in interface RepositoryModel
public String getName()
getName
in interface RepositoryModel
public String getPortletId()
getPortletId
in interface RepositoryModel
public long getPrimaryKey()
getPrimaryKey
in interface RepositoryModel
public Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<Repository>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface RepositoryModel
public long getRepositoryId()
getRepositoryId
in interface RepositoryModel
public String getTypeSettings()
getTypeSettings
in interface RepositoryModel
public UnicodeProperties getTypeSettingsProperties()
getTypeSettingsProperties
in interface Repository
public long getUserId()
getUserId
in interface AuditedModel
getUserId
in interface RepositoryModel
public String getUserName()
getUserName
in interface AuditedModel
getUserName
in interface RepositoryModel
public String getUserUuid()
getUserUuid
in interface AuditedModel
getUserUuid
in interface RepositoryModel
public String getUuid()
getUuid
in interface RepositoryModel
getUuid
in interface StagedModel
public int hashCode()
hashCode
in interface RepositoryModel
hashCode
in class Object
public boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.isCachedModel
in interface BaseModel<Repository>
isCachedModel
in interface RepositoryModel
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.isEscapedModel
in interface BaseModel<Repository>
isEscapedModel
in interface RepositoryModel
true
if this model instance is escaped;
false
otherwisepublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.isNew
in interface BaseModel<Repository>
isNew
in interface RepositoryModel
true
if this model instance does not yet exist in
the database; false
otherwisepublic void persist()
PersistedModel
persist
in interface PersistedModel
public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<Repository>
setCachedModel
in interface RepositoryModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public void setClassName(String className)
setClassName
in interface RepositoryModel
public void setClassNameId(long classNameId)
setClassNameId
in interface RepositoryModel
setClassNameId
in interface TypedModel
classNameId
- the class name ID of this repositorypublic void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface RepositoryModel
setCompanyId
in interface ShardedModel
setCompanyId
in interface StagedModel
companyId
- the company ID of this repositorypublic void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
setCreateDate
in interface RepositoryModel
setCreateDate
in interface StagedModel
createDate
- the create date of this repositorypublic void setDescription(String description)
setDescription
in interface RepositoryModel
description
- the description of this repositorypublic void setDlFolderId(long dlFolderId)
setDlFolderId
in interface RepositoryModel
dlFolderId
- the dl folder ID of this repositorypublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface BaseModel<Repository>
setExpandoBridgeAttributes
in interface RepositoryModel
public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface BaseModel<Repository>
setExpandoBridgeAttributes
in interface RepositoryModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<Repository>
setExpandoBridgeAttributes
in interface RepositoryModel
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes()
public void setGroupId(long groupId)
setGroupId
in interface GroupedModel
setGroupId
in interface RepositoryModel
groupId
- the group ID of this repositorypublic void setLastPublishDate(Date lastPublishDate)
setLastPublishDate
in interface RepositoryModel
setLastPublishDate
in interface StagedGroupedModel
lastPublishDate
- the last publish date of this repositorypublic void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface RepositoryModel
setModifiedDate
in interface StagedModel
modifiedDate
- the modified date of this repositorypublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
setMvccVersion
in interface RepositoryModel
mvccVersion
- the mvcc version of this repositorypublic void setName(String name)
setName
in interface RepositoryModel
name
- the name of this repositorypublic void setNew(boolean n)
BaseModel
setNew
in interface BaseModel<Repository>
setNew
in interface RepositoryModel
n
- whether this model instance does not yet exist in the databasepublic void setPortletId(String portletId)
setPortletId
in interface RepositoryModel
portletId
- the portlet ID of this repositorypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface RepositoryModel
primaryKey
- the primary key of this repositorypublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<Repository>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface RepositoryModel
primaryKeyObj
- the primary key of this model instancepublic void setRepositoryId(long repositoryId)
setRepositoryId
in interface RepositoryModel
repositoryId
- the repository ID of this repositorypublic void setTypeSettings(String typeSettings)
setTypeSettings
in interface RepositoryModel
typeSettings
- the type settings of this repositorypublic void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
setTypeSettingsProperties
in interface Repository
public void setUserId(long userId)
setUserId
in interface AuditedModel
setUserId
in interface RepositoryModel
userId
- the user ID of this repositorypublic void setUserName(String userName)
setUserName
in interface AuditedModel
setUserName
in interface RepositoryModel
userName
- the user name of this repositorypublic void setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
setUserUuid
in interface RepositoryModel
userUuid
- the user uuid of this repositorypublic void setUuid(String uuid)
setUuid
in interface RepositoryModel
setUuid
in interface StagedModel
uuid
- the uuid of this repositorypublic CacheModel<Repository> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<Repository>
toCacheModel
in interface RepositoryModel
public Repository toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.toEscapedModel
in interface BaseModel<Repository>
toEscapedModel
in interface RepositoryModel
AutoEscapeBeanHandler
public String toString()
toString
in interface RepositoryModel
toString
in class Object
public Repository toUnescapedModel()
toUnescapedModel
in interface BaseModel<Repository>
toUnescapedModel
in interface RepositoryModel
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<Repository>
toXmlString
in interface RepositoryModel
public boolean equals(Object obj)
equals
in class Object
public StagedModelType getStagedModelType()
getStagedModelType
in interface StagedModel
public Repository getWrappedModel()
getWrappedModel
in interface ModelWrapper<Repository>
public boolean isEntityCacheEnabled()
BaseModel
true
if this model's entity cache is enabled.isEntityCacheEnabled
in interface BaseModel<Repository>
true
if this model's entity cache is enabled;
false
otherwisepublic boolean isFinderCacheEnabled()
BaseModel
true
if this model's finder cache is enabled.isFinderCacheEnabled
in interface BaseModel<Repository>
true
if this model's finder cache is enabled;
false
otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<Repository>