Package com.liferay.portal.kernel.model
Class RepositoryEntryWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<RepositoryEntry>
com.liferay.portal.kernel.model.RepositoryEntryWrapper
- All Implemented Interfaces:
AuditedModel,BaseModel<RepositoryEntry>,CTModel<RepositoryEntry>,ClassedModel,GroupedModel,ModelWrapper<RepositoryEntry>,MVCCModel,PersistedModel,RepositoryEntry,RepositoryEntryModel,ShardedModel,StagedGroupedModel,StagedModel,Serializable,Cloneable,Comparable<RepositoryEntry>
public class RepositoryEntryWrapper
extends BaseModelWrapper<RepositoryEntry>
implements ModelWrapper<RepositoryEntry>, RepositoryEntry
This class is a wrapper for RepositoryEntry.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.kernel.model.RepositoryEntry
REPOSITORY_ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this repository entry.Returns the create date of this repository entry.longReturns the ct collection ID of this repository entry.longReturns the group ID of this repository entry.Returns the last publish date of this repository entry.booleanReturns the manual check in required of this repository entry.Returns the mapped ID of this repository entry.Returns the modified date of this repository entry.longReturns the mvcc version of this repository entry.longReturns the primary key of this repository entry.longReturns the repository entry ID of this repository entry.longReturns the repository ID of this repository entry.longReturns the user ID of this repository entry.Returns the user name of this repository entry.Returns the user uuid of this repository entry.getUuid()Returns the uuid of this repository entry.booleanReturnstrueif this repository entry is manual check in required.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetCompanyId(long companyId) Sets the company ID of this repository entry.voidsetCreateDate(Date createDate) Sets the create date of this repository entry.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this repository entry.voidsetGroupId(long groupId) Sets the group ID of this repository entry.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this repository entry.voidsetManualCheckInRequired(boolean manualCheckInRequired) Sets whether this repository entry is manual check in required.voidsetMappedId(String mappedId) Sets the mapped ID of this repository entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this repository entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this repository entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this repository entry.voidsetRepositoryEntryId(long repositoryEntryId) Sets the repository entry ID of this repository entry.voidsetRepositoryId(long repositoryId) Sets the repository ID of this repository entry.voidsetUserId(long userId) Sets the user ID of this repository entry.voidsetUserName(String userName) Sets the user name of this repository entry.voidsetUserUuid(String userUuid) Sets the user uuid of this repository entry.voidSets the uuid of this repository entry.protected RepositoryEntryWrapperwrap(RepositoryEntry repositoryEntry) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
RepositoryEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<RepositoryEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<RepositoryEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<RepositoryEntry>- Specified by:
cloneWithOriginalValuesin interfaceRepositoryEntryModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this repository entry.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceRepositoryEntryModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceStagedModel- Returns:
- the company ID of this repository entry
-
getCreateDate
Returns the create date of this repository entry.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceRepositoryEntryModel- Specified by:
getCreateDatein interfaceStagedModel- Returns:
- the create date of this repository entry
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this repository entry.- Specified by:
getCtCollectionIdin interfaceCTModel<RepositoryEntry>- Specified by:
getCtCollectionIdin interfaceRepositoryEntryModel- Returns:
- the ct collection ID of this repository entry
-
getGroupId
public long getGroupId()Returns the group ID of this repository entry.- Specified by:
getGroupIdin interfaceGroupedModel- Specified by:
getGroupIdin interfaceRepositoryEntryModel- Returns:
- the group ID of this repository entry
-
getLastPublishDate
Returns the last publish date of this repository entry.- Specified by:
getLastPublishDatein interfaceRepositoryEntryModel- Specified by:
getLastPublishDatein interfaceStagedGroupedModel- Returns:
- the last publish date of this repository entry
-
getManualCheckInRequired
public boolean getManualCheckInRequired()Returns the manual check in required of this repository entry.- Specified by:
getManualCheckInRequiredin interfaceRepositoryEntryModel- Returns:
- the manual check in required of this repository entry
-
getMappedId
Returns the mapped ID of this repository entry.- Specified by:
getMappedIdin interfaceRepositoryEntryModel- Returns:
- the mapped ID of this repository entry
-
getModifiedDate
Returns the modified date of this repository entry.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceRepositoryEntryModel- Specified by:
getModifiedDatein interfaceStagedModel- Returns:
- the modified date of this repository entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this repository entry.- Specified by:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin interfaceRepositoryEntryModel- Returns:
- the mvcc version of this repository entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this repository entry.- Specified by:
getPrimaryKeyin interfaceCTModel<RepositoryEntry>- Specified by:
getPrimaryKeyin interfaceRepositoryEntryModel- Returns:
- the primary key of this repository entry
-
getRepositoryEntryId
public long getRepositoryEntryId()Returns the repository entry ID of this repository entry.- Specified by:
getRepositoryEntryIdin interfaceRepositoryEntryModel- Returns:
- the repository entry ID of this repository entry
-
getRepositoryId
public long getRepositoryId()Returns the repository ID of this repository entry.- Specified by:
getRepositoryIdin interfaceRepositoryEntryModel- Returns:
- the repository ID of this repository entry
-
getUserId
public long getUserId()Returns the user ID of this repository entry.- Specified by:
getUserIdin interfaceAuditedModel- Specified by:
getUserIdin interfaceRepositoryEntryModel- Returns:
- the user ID of this repository entry
-
getUserName
Returns the user name of this repository entry.- Specified by:
getUserNamein interfaceAuditedModel- Specified by:
getUserNamein interfaceRepositoryEntryModel- Returns:
- the user name of this repository entry
-
getUserUuid
Returns the user uuid of this repository entry.- Specified by:
getUserUuidin interfaceAuditedModel- Specified by:
getUserUuidin interfaceRepositoryEntryModel- Returns:
- the user uuid of this repository entry
-
getUuid
Returns the uuid of this repository entry.- Specified by:
getUuidin interfaceRepositoryEntryModel- Specified by:
getUuidin interfaceStagedModel- Returns:
- the uuid of this repository entry
-
isManualCheckInRequired
public boolean isManualCheckInRequired()Returnstrueif this repository entry is manual check in required.- Specified by:
isManualCheckInRequiredin interfaceRepositoryEntryModel- Returns:
trueif this repository entry is manual check in required;falseotherwise
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this repository entry.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceRepositoryEntryModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceStagedModel- Parameters:
companyId- the company ID of this repository entry
-
setCreateDate
Sets the create date of this repository entry.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceRepositoryEntryModel- Specified by:
setCreateDatein interfaceStagedModel- Parameters:
createDate- the create date of this repository entry
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this repository entry.- Specified by:
setCtCollectionIdin interfaceCTModel<RepositoryEntry>- Specified by:
setCtCollectionIdin interfaceRepositoryEntryModel- Parameters:
ctCollectionId- the ct collection ID of this repository entry
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this repository entry.- Specified by:
setGroupIdin interfaceGroupedModel- Specified by:
setGroupIdin interfaceRepositoryEntryModel- Parameters:
groupId- the group ID of this repository entry
-
setLastPublishDate
Sets the last publish date of this repository entry.- Specified by:
setLastPublishDatein interfaceRepositoryEntryModel- Specified by:
setLastPublishDatein interfaceStagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this repository entry
-
setManualCheckInRequired
public void setManualCheckInRequired(boolean manualCheckInRequired) Sets whether this repository entry is manual check in required.- Specified by:
setManualCheckInRequiredin interfaceRepositoryEntryModel- Parameters:
manualCheckInRequired- the manual check in required of this repository entry
-
setMappedId
Sets the mapped ID of this repository entry.- Specified by:
setMappedIdin interfaceRepositoryEntryModel- Parameters:
mappedId- the mapped ID of this repository entry
-
setModifiedDate
Sets the modified date of this repository entry.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceRepositoryEntryModel- Specified by:
setModifiedDatein interfaceStagedModel- Parameters:
modifiedDate- the modified date of this repository entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this repository entry.- Specified by:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin interfaceRepositoryEntryModel- Parameters:
mvccVersion- the mvcc version of this repository entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this repository entry.- Specified by:
setPrimaryKeyin interfaceCTModel<RepositoryEntry>- Specified by:
setPrimaryKeyin interfaceRepositoryEntryModel- Parameters:
primaryKey- the primary key of this repository entry
-
setRepositoryEntryId
public void setRepositoryEntryId(long repositoryEntryId) Sets the repository entry ID of this repository entry.- Specified by:
setRepositoryEntryIdin interfaceRepositoryEntryModel- Parameters:
repositoryEntryId- the repository entry ID of this repository entry
-
setRepositoryId
public void setRepositoryId(long repositoryId) Sets the repository ID of this repository entry.- Specified by:
setRepositoryIdin interfaceRepositoryEntryModel- Parameters:
repositoryId- the repository ID of this repository entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this repository entry.- Specified by:
setUserIdin interfaceAuditedModel- Specified by:
setUserIdin interfaceRepositoryEntryModel- Parameters:
userId- the user ID of this repository entry
-
setUserName
Sets the user name of this repository entry.- Specified by:
setUserNamein interfaceAuditedModel- Specified by:
setUserNamein interfaceRepositoryEntryModel- Parameters:
userName- the user name of this repository entry
-
setUserUuid
Sets the user uuid of this repository entry.- Specified by:
setUserUuidin interfaceAuditedModel- Specified by:
setUserUuidin interfaceRepositoryEntryModel- Parameters:
userUuid- the user uuid of this repository entry
-
setUuid
Sets the uuid of this repository entry.- Specified by:
setUuidin interfaceRepositoryEntryModel- Specified by:
setUuidin interfaceStagedModel- Parameters:
uuid- the uuid of this repository entry
-
toXmlString
- Specified by:
toXmlStringin interfaceRepositoryEntryModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfaceBaseModel<RepositoryEntry>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfaceBaseModel<RepositoryEntry>
-
getStagedModelType
- Specified by:
getStagedModelTypein interfaceStagedModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<RepositoryEntry>
-