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.long
Returns the class name ID of this repository.long
Returns the company ID of this repository.Returns the create date of this repository.long
Returns the ct collection ID of this repository.Returns the description of this repository.long
Returns the dl folder ID of this repository.Returns the external reference code of this repository.long
Returns the group ID of this repository.Returns the last publish date of this repository.Returns the modified date of this repository.long
Returns the mvcc version of this repository.getName()
Returns the name of this repository.Returns the portlet ID of this repository.long
Returns the primary key of this repository.long
Returns the repository ID of this repository.Returns the type settings of this repository.long
Returns 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.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
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID 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
setExternalReferenceCode
(String externalReferenceCode) Sets the external reference code 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
setModifiedDate
(Date modifiedDate) Sets the modified date of this repository.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this repository.void
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
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
Sets the uuid of this repository.default String
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods 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:
getPrimaryKey
in interfaceCTModel<Repository>
- Returns:
- the primary key of this repository
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this repository.- Specified by:
setPrimaryKey
in interfaceCTModel<Repository>
- Parameters:
primaryKey
- the primary key of this repository
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this repository.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this repository
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this repository.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this repository
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this repository.- Specified by:
getCtCollectionId
in 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:
setCtCollectionId
in interfaceCTModel<Repository>
- Parameters:
ctCollectionId
- the ct collection ID of this repository
-
getUuid
Returns the uuid of this repository.- Specified by:
getUuid
in interfaceStagedModel
- Returns:
- the uuid of this repository
-
setUuid
Sets the uuid of this repository.- Specified by:
setUuid
in interfaceStagedModel
- Parameters:
uuid
- the uuid of this repository
-
getExternalReferenceCode
Returns the external reference code of this repository.- Specified by:
getExternalReferenceCode
in interfaceExternalReferenceCodeModel
- Returns:
- the external reference code of this repository
-
setExternalReferenceCode
Sets the external reference code of this repository.- Specified by:
setExternalReferenceCode
in 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:
getGroupId
in interfaceGroupedModel
- Returns:
- the group ID of this repository
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this repository.- Specified by:
setGroupId
in interfaceGroupedModel
- Parameters:
groupId
- the group ID of this repository
-
getCompanyId
long getCompanyId()Returns the company ID of this repository.- Specified by:
getCompanyId
in interfaceAuditedModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Specified by:
getCompanyId
in interfaceStagedModel
- Returns:
- the company ID of this repository
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this repository.- Specified by:
setCompanyId
in interfaceAuditedModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Specified by:
setCompanyId
in interfaceStagedModel
- Parameters:
companyId
- the company ID of this repository
-
getUserId
long getUserId()Returns the user ID of this repository.- Specified by:
getUserId
in interfaceAuditedModel
- Returns:
- the user ID of this repository
-
setUserId
void setUserId(long userId) Sets the user ID of this repository.- Specified by:
setUserId
in interfaceAuditedModel
- Parameters:
userId
- the user ID of this repository
-
getUserUuid
String getUserUuid()Returns the user uuid of this repository.- Specified by:
getUserUuid
in interfaceAuditedModel
- Returns:
- the user uuid of this repository
-
setUserUuid
Sets the user uuid of this repository.- Specified by:
setUserUuid
in interfaceAuditedModel
- Parameters:
userUuid
- the user uuid of this repository
-
getUserName
Returns the user name of this repository.- Specified by:
getUserName
in interfaceAuditedModel
- Returns:
- the user name of this repository
-
setUserName
Sets the user name of this repository.- Specified by:
setUserName
in interfaceAuditedModel
- Parameters:
userName
- the user name of this repository
-
getCreateDate
Date getCreateDate()Returns the create date of this repository.- Specified by:
getCreateDate
in interfaceAuditedModel
- Specified by:
getCreateDate
in interfaceStagedModel
- Returns:
- the create date of this repository
-
setCreateDate
Sets the create date of this repository.- Specified by:
setCreateDate
in interfaceAuditedModel
- Specified by:
setCreateDate
in interfaceStagedModel
- Parameters:
createDate
- the create date of this repository
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this repository.- Specified by:
getModifiedDate
in interfaceAuditedModel
- Specified by:
getModifiedDate
in interfaceStagedModel
- Returns:
- the modified date of this repository
-
setModifiedDate
Sets the modified date of this repository.- Specified by:
setModifiedDate
in interfaceAuditedModel
- Specified by:
setModifiedDate
in interfaceStagedModel
- Parameters:
modifiedDate
- the modified date of this repository
-
getClassName
String getClassName()Returns the fully qualified class name of this repository.- Specified by:
getClassName
in interfaceTypedModel
- Returns:
- the fully qualified class name of this repository
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this repository.- Specified by:
getClassNameId
in interfaceTypedModel
- Returns:
- the class name ID of this repository
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this repository.- Specified by:
setClassNameId
in 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:
getLastPublishDate
in interfaceStagedGroupedModel
- Returns:
- the last publish date of this repository
-
setLastPublishDate
Sets the last publish date of this repository.- Specified by:
setLastPublishDate
in interfaceStagedGroupedModel
- Parameters:
lastPublishDate
- the last publish date of this repository
-
cloneWithOriginalValues
Repository cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<Repository>
-
toXmlString
-