Interface ExportImportConfigurationModel
- All Superinterfaces:
AuditedModel
,BaseModel<ExportImportConfiguration>
,ClassedModel
,Cloneable
,Comparable<ExportImportConfiguration>
,GroupedModel
,MVCCModel
,Serializable
,ShardedModel
,TrashedModel
,WorkflowedModel
- All Known Subinterfaces:
ExportImportConfiguration
- All Known Implementing Classes:
ExportImportConfigurationWrapper
@ProviderType
public interface ExportImportConfigurationModel
extends BaseModel<ExportImportConfiguration>, GroupedModel, MVCCModel, ShardedModel, TrashedModel, WorkflowedModel
The base model interface for the ExportImportConfiguration service. Represents a row in the "ExportImportConfiguration" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portlet.exportimport.model.impl.ExportImportConfigurationModelImpl
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.portlet.exportimport.model.impl.ExportImportConfigurationImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this export import configuration.Returns the create date of this export import configuration.Returns the description of this export import configuration.long
Returns the export import configuration ID of this export import configuration.long
Returns the group ID of this export import configuration.Returns the modified date of this export import configuration.long
Returns the mvcc version of this export import configuration.getName()
Returns the name of this export import configuration.long
Returns the primary key of this export import configuration.Returns the settings of this export import configuration.int
Returns the status of this export import configuration.long
Returns the status by user ID of this export import configuration.Returns the status by user name of this export import configuration.Returns the status by user uuid of this export import configuration.Returns the status date of this export import configuration.long
Returns the class primary key of the trash entry for this export import configuration.int
getType()
Returns the type of this export import configuration.long
Returns the user ID of this export import configuration.Returns the user name of this export import configuration.Returns the user uuid of this export import configuration.boolean
Returnstrue
if this export import configuration is approved.boolean
isDenied()
Returnstrue
if this export import configuration is denied.boolean
isDraft()
Returnstrue
if this export import configuration is a draft.boolean
Returnstrue
if this export import configuration is expired.boolean
Returnstrue
if this export import configuration is inactive.boolean
Returnstrue
if this export import configuration is incomplete.boolean
Returnstrue
if this export import configuration is in the Recycle Bin.boolean
Returnstrue
if this export import configuration is pending.boolean
Returnstrue
if this export import configuration is scheduled.void
setCompanyId
(long companyId) Sets the company ID of this export import configuration.void
setCreateDate
(Date createDate) Sets the create date of this export import configuration.void
setDescription
(String description) Sets the description of this export import configuration.void
setExportImportConfigurationId
(long exportImportConfigurationId) Sets the export import configuration ID of this export import configuration.void
setGroupId
(long groupId) Sets the group ID of this export import configuration.void
setModifiedDate
(Date modifiedDate) Sets the modified date of this export import configuration.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this export import configuration.void
Sets the name of this export import configuration.void
setPrimaryKey
(long primaryKey) Sets the primary key of this export import configuration.void
setSettings
(String settings) Sets the settings of this export import configuration.void
setStatus
(int status) Sets the status of this export import configuration.void
setStatusByUserId
(long statusByUserId) Sets the status by user ID of this export import configuration.void
setStatusByUserName
(String statusByUserName) Sets the status by user name of this export import configuration.void
setStatusByUserUuid
(String statusByUserUuid) Sets the status by user uuid of this export import configuration.void
setStatusDate
(Date statusDate) Sets the status date of this export import configuration.void
setType
(int type) Sets the type of this export import configuration.void
setUserId
(long userId) Sets the user ID of this export import configuration.void
setUserName
(String userName) Sets the user name of this export import configuration.void
setUserUuid
(String userUuid) Sets the user uuid of this export import configuration.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
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this export import configuration.- Returns:
- the primary key of this export import configuration
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this export import configuration.- Parameters:
primaryKey
- the primary key of this export import configuration
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this export import configuration.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this export import configuration
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this export import configuration.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this export import configuration
-
getExportImportConfigurationId
long getExportImportConfigurationId()Returns the export import configuration ID of this export import configuration.- Returns:
- the export import configuration ID of this export import configuration
-
setExportImportConfigurationId
void setExportImportConfigurationId(long exportImportConfigurationId) Sets the export import configuration ID of this export import configuration.- Parameters:
exportImportConfigurationId
- the export import configuration ID of this export import configuration
-
getGroupId
long getGroupId()Returns the group ID of this export import configuration.- Specified by:
getGroupId
in interfaceGroupedModel
- Returns:
- the group ID of this export import configuration
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this export import configuration.- Specified by:
setGroupId
in interfaceGroupedModel
- Parameters:
groupId
- the group ID of this export import configuration
-
getCompanyId
long getCompanyId()Returns the company ID of this export import configuration.- Specified by:
getCompanyId
in interfaceAuditedModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this export import configuration
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this export import configuration.- Specified by:
setCompanyId
in interfaceAuditedModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this export import configuration
-
getUserId
long getUserId()Returns the user ID of this export import configuration.- Specified by:
getUserId
in interfaceAuditedModel
- Returns:
- the user ID of this export import configuration
-
setUserId
void setUserId(long userId) Sets the user ID of this export import configuration.- Specified by:
setUserId
in interfaceAuditedModel
- Parameters:
userId
- the user ID of this export import configuration
-
getUserUuid
String getUserUuid()Returns the user uuid of this export import configuration.- Specified by:
getUserUuid
in interfaceAuditedModel
- Returns:
- the user uuid of this export import configuration
-
setUserUuid
Sets the user uuid of this export import configuration.- Specified by:
setUserUuid
in interfaceAuditedModel
- Parameters:
userUuid
- the user uuid of this export import configuration
-
getUserName
Returns the user name of this export import configuration.- Specified by:
getUserName
in interfaceAuditedModel
- Returns:
- the user name of this export import configuration
-
setUserName
Sets the user name of this export import configuration.- Specified by:
setUserName
in interfaceAuditedModel
- Parameters:
userName
- the user name of this export import configuration
-
getCreateDate
Date getCreateDate()Returns the create date of this export import configuration.- Specified by:
getCreateDate
in interfaceAuditedModel
- Returns:
- the create date of this export import configuration
-
setCreateDate
Sets the create date of this export import configuration.- Specified by:
setCreateDate
in interfaceAuditedModel
- Parameters:
createDate
- the create date of this export import configuration
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this export import configuration.- Specified by:
getModifiedDate
in interfaceAuditedModel
- Returns:
- the modified date of this export import configuration
-
setModifiedDate
Sets the modified date of this export import configuration.- Specified by:
setModifiedDate
in interfaceAuditedModel
- Parameters:
modifiedDate
- the modified date of this export import configuration
-
getName
Returns the name of this export import configuration.- Returns:
- the name of this export import configuration
-
setName
Sets the name of this export import configuration.- Parameters:
name
- the name of this export import configuration
-
getDescription
Returns the description of this export import configuration.- Returns:
- the description of this export import configuration
-
setDescription
Sets the description of this export import configuration.- Parameters:
description
- the description of this export import configuration
-
getType
int getType()Returns the type of this export import configuration.- Returns:
- the type of this export import configuration
-
setType
void setType(int type) Sets the type of this export import configuration.- Parameters:
type
- the type of this export import configuration
-
getSettings
Returns the settings of this export import configuration.- Returns:
- the settings of this export import configuration
-
setSettings
Sets the settings of this export import configuration.- Parameters:
settings
- the settings of this export import configuration
-
getStatus
int getStatus()Returns the status of this export import configuration.- Specified by:
getStatus
in interfaceTrashedModel
- Specified by:
getStatus
in interfaceWorkflowedModel
- Returns:
- the status of this export import configuration
-
setStatus
void setStatus(int status) Sets the status of this export import configuration.- Specified by:
setStatus
in interfaceWorkflowedModel
- Parameters:
status
- the status of this export import configuration
-
getStatusByUserId
long getStatusByUserId()Returns the status by user ID of this export import configuration.- Specified by:
getStatusByUserId
in interfaceWorkflowedModel
- Returns:
- the status by user ID of this export import configuration
-
setStatusByUserId
void setStatusByUserId(long statusByUserId) Sets the status by user ID of this export import configuration.- Specified by:
setStatusByUserId
in interfaceWorkflowedModel
- Parameters:
statusByUserId
- the status by user ID of this export import configuration
-
getStatusByUserUuid
String getStatusByUserUuid()Returns the status by user uuid of this export import configuration.- Specified by:
getStatusByUserUuid
in interfaceWorkflowedModel
- Returns:
- the status by user uuid of this export import configuration
-
setStatusByUserUuid
Sets the status by user uuid of this export import configuration.- Specified by:
setStatusByUserUuid
in interfaceWorkflowedModel
- Parameters:
statusByUserUuid
- the status by user uuid of this export import configuration
-
getStatusByUserName
Returns the status by user name of this export import configuration.- Specified by:
getStatusByUserName
in interfaceWorkflowedModel
- Returns:
- the status by user name of this export import configuration
-
setStatusByUserName
Sets the status by user name of this export import configuration.- Specified by:
setStatusByUserName
in interfaceWorkflowedModel
- Parameters:
statusByUserName
- the status by user name of this export import configuration
-
getStatusDate
Date getStatusDate()Returns the status date of this export import configuration.- Specified by:
getStatusDate
in interfaceWorkflowedModel
- Returns:
- the status date of this export import configuration
-
setStatusDate
Sets the status date of this export import configuration.- Specified by:
setStatusDate
in interfaceWorkflowedModel
- Parameters:
statusDate
- the status date of this export import configuration
-
getTrashEntryClassPK
long getTrashEntryClassPK()Returns the class primary key of the trash entry for this export import configuration.- Specified by:
getTrashEntryClassPK
in interfaceTrashedModel
- Returns:
- the class primary key of the trash entry for this export import configuration
-
isInTrash
boolean isInTrash()Returnstrue
if this export import configuration is in the Recycle Bin.- Specified by:
isInTrash
in interfaceTrashedModel
- Returns:
true
if this export import configuration is in the Recycle Bin;false
otherwise
-
isApproved
boolean isApproved()Returnstrue
if this export import configuration is approved.- Specified by:
isApproved
in interfaceWorkflowedModel
- Returns:
true
if this export import configuration is approved;false
otherwise
-
isDenied
boolean isDenied()Returnstrue
if this export import configuration is denied.- Specified by:
isDenied
in interfaceWorkflowedModel
- Returns:
true
if this export import configuration is denied;false
otherwise
-
isDraft
boolean isDraft()Returnstrue
if this export import configuration is a draft.- Specified by:
isDraft
in interfaceWorkflowedModel
- Returns:
true
if this export import configuration is a draft;false
otherwise
-
isExpired
boolean isExpired()Returnstrue
if this export import configuration is expired.- Specified by:
isExpired
in interfaceWorkflowedModel
- Returns:
true
if this export import configuration is expired;false
otherwise
-
isInactive
boolean isInactive()Returnstrue
if this export import configuration is inactive.- Specified by:
isInactive
in interfaceWorkflowedModel
- Returns:
true
if this export import configuration is inactive;false
otherwise
-
isIncomplete
boolean isIncomplete()Returnstrue
if this export import configuration is incomplete.- Specified by:
isIncomplete
in interfaceWorkflowedModel
- Returns:
true
if this export import configuration is incomplete;false
otherwise
-
isPending
boolean isPending()Returnstrue
if this export import configuration is pending.- Specified by:
isPending
in interfaceWorkflowedModel
- Returns:
true
if this export import configuration is pending;false
otherwise
-
isScheduled
boolean isScheduled()Returnstrue
if this export import configuration is scheduled.- Specified by:
isScheduled
in interfaceWorkflowedModel
- Returns:
true
if this export import configuration is scheduled;false
otherwise
-
cloneWithOriginalValues
ExportImportConfiguration cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<ExportImportConfiguration>
-
toXmlString
-