Package com.liferay.portal.kernel.model
Interface RepositoryModel
- All Superinterfaces:
AuditedModel,BaseModel<Repository>,ClassedModel,Cloneable,Comparable<Repository>,CTModel<Repository>,ExternalReferenceCodeModel,GroupedModel,MVCCModel,Serializable,ShardedModel,StagedGroupedModel,StagedModel,TypedModel
- All Known Subinterfaces:
Repository
- All Known Implementing Classes:
RepositoryWrapper
@ProviderType
public interface RepositoryModel
extends BaseModel<Repository>, CTModel<Repository>, ExternalReferenceCodeModel, MVCCModel, ShardedModel, StagedGroupedModel, TypedModel
The base model interface for the Repository service. Represents a row in the "Repository" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.model.impl.RepositoryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.RepositoryImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this repository.longReturns the class name ID of this repository.longReturns the company ID of this repository.Returns the create date of this repository.longReturns the ct collection ID of this repository.Returns the description of this repository.longReturns the dl folder ID of this repository.Returns the external reference code of this repository.longReturns the group ID of this repository.Returns the last publish date of this repository.Returns the modified date of this repository.longReturns the mvcc version of this repository.getName()Returns the name of this repository.Returns the portlet ID of this repository.longReturns the primary key of this repository.longReturns the repository ID of this repository.Returns the type settings of this repository.longReturns the user ID of this repository.Returns the user name of this repository.Returns the user uuid of this repository.getUuid()Returns the uuid of this repository.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this repository.voidsetCompanyId(long companyId) Sets the company ID of this repository.voidsetCreateDate(Date createDate) Sets the create date of this repository.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this repository.voidsetDescription(String description) Sets the description of this repository.voidsetDlFolderId(long dlFolderId) Sets the dl folder ID of this repository.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this repository.voidsetGroupId(long groupId) Sets the group ID of this repository.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this repository.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this repository.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this repository.voidSets the name of this repository.voidsetPortletId(String portletId) Sets the portlet ID of this repository.voidsetPrimaryKey(long primaryKey) Sets the primary key of this repository.voidsetRepositoryId(long repositoryId) Sets the repository ID of this repository.voidsetTypeSettings(String typeSettings) Sets the type settings of this repository.voidsetUserId(long userId) Sets the user ID of this repository.voidsetUserName(String userName) Sets the user name of this repository.voidsetUserUuid(String userUuid) Sets the user uuid of this repository.voidSets the uuid of this repository.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this repository.- Specified by:
getPrimaryKeyin interfaceCTModel<Repository>- Returns:
- the primary key of this repository
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this repository.- Specified by:
setPrimaryKeyin interfaceCTModel<Repository>- Parameters:
primaryKey- the primary key of this repository
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this repository.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this repository
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this repository.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this repository
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this repository.- Specified by:
getCtCollectionIdin interfaceCTModel<Repository>- Returns:
- the ct collection ID of this repository
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this repository.- Specified by:
setCtCollectionIdin interfaceCTModel<Repository>- Parameters:
ctCollectionId- the ct collection ID of this repository
-
getUuid
Returns the uuid of this repository.- Specified by:
getUuidin interfaceStagedModel- Returns:
- the uuid of this repository
-
setUuid
Sets the uuid of this repository.- Specified by:
setUuidin interfaceStagedModel- Parameters:
uuid- the uuid of this repository
-
getExternalReferenceCode
Returns the external reference code of this repository.- Specified by:
getExternalReferenceCodein interfaceExternalReferenceCodeModel- Returns:
- the external reference code of this repository
-
setExternalReferenceCode
Sets the external reference code of this repository.- Specified by:
setExternalReferenceCodein interfaceExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this repository
-
getRepositoryId
long getRepositoryId()Returns the repository ID of this repository.- Returns:
- the repository ID of this repository
-
setRepositoryId
void setRepositoryId(long repositoryId) Sets the repository ID of this repository.- Parameters:
repositoryId- the repository ID of this repository
-
getGroupId
long getGroupId()Returns the group ID of this repository.- Specified by:
getGroupIdin interfaceGroupedModel- Returns:
- the group ID of this repository
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this repository.- Specified by:
setGroupIdin interfaceGroupedModel- Parameters:
groupId- the group ID of this repository
-
getCompanyId
long getCompanyId()Returns the company ID of this repository.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceStagedModel- Returns:
- the company ID of this repository
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this repository.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceStagedModel- Parameters:
companyId- the company ID of this repository
-
getUserId
long getUserId()Returns the user ID of this repository.- Specified by:
getUserIdin interfaceAuditedModel- Returns:
- the user ID of this repository
-
setUserId
void setUserId(long userId) Sets the user ID of this repository.- Specified by:
setUserIdin interfaceAuditedModel- Parameters:
userId- the user ID of this repository
-
getUserUuid
String getUserUuid()Returns the user uuid of this repository.- Specified by:
getUserUuidin interfaceAuditedModel- Returns:
- the user uuid of this repository
-
setUserUuid
Sets the user uuid of this repository.- Specified by:
setUserUuidin interfaceAuditedModel- Parameters:
userUuid- the user uuid of this repository
-
getUserName
Returns the user name of this repository.- Specified by:
getUserNamein interfaceAuditedModel- Returns:
- the user name of this repository
-
setUserName
Sets the user name of this repository.- Specified by:
setUserNamein interfaceAuditedModel- Parameters:
userName- the user name of this repository
-
getCreateDate
Date getCreateDate()Returns the create date of this repository.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceStagedModel- Returns:
- the create date of this repository
-
setCreateDate
Sets the create date of this repository.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceStagedModel- Parameters:
createDate- the create date of this repository
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this repository.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceStagedModel- Returns:
- the modified date of this repository
-
setModifiedDate
Sets the modified date of this repository.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceStagedModel- Parameters:
modifiedDate- the modified date of this repository
-
getClassName
String getClassName()Returns the fully qualified class name of this repository.- Specified by:
getClassNamein interfaceTypedModel- Returns:
- the fully qualified class name of this repository
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this repository.- Specified by:
getClassNameIdin interfaceTypedModel- Returns:
- the class name ID of this repository
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this repository.- Specified by:
setClassNameIdin interfaceTypedModel- Parameters:
classNameId- the class name ID of this repository
-
getName
Returns the name of this repository.- Returns:
- the name of this repository
-
setName
Sets the name of this repository.- Parameters:
name- the name of this repository
-
getDescription
Returns the description of this repository.- Returns:
- the description of this repository
-
setDescription
Sets the description of this repository.- Parameters:
description- the description of this repository
-
getPortletId
Returns the portlet ID of this repository.- Returns:
- the portlet ID of this repository
-
setPortletId
Sets the portlet ID of this repository.- Parameters:
portletId- the portlet ID of this repository
-
getTypeSettings
Returns the type settings of this repository.- Returns:
- the type settings of this repository
-
setTypeSettings
Sets the type settings of this repository.- Parameters:
typeSettings- the type settings of this repository
-
getDlFolderId
long getDlFolderId()Returns the dl folder ID of this repository.- Returns:
- the dl folder ID of this repository
-
setDlFolderId
void setDlFolderId(long dlFolderId) Sets the dl folder ID of this repository.- Parameters:
dlFolderId- the dl folder ID of this repository
-
getLastPublishDate
Date getLastPublishDate()Returns the last publish date of this repository.- Specified by:
getLastPublishDatein interfaceStagedGroupedModel- Returns:
- the last publish date of this repository
-
setLastPublishDate
Sets the last publish date of this repository.- Specified by:
setLastPublishDatein interfaceStagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this repository
-
cloneWithOriginalValues
Repository cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<Repository>
-
toXmlString
-