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 TypeMethodDescriptionlongReturns 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.longReturns the export import configuration ID of this export import configuration.longReturns the group ID of this export import configuration.Returns the modified date of this export import configuration.longReturns the mvcc version of this export import configuration.getName()Returns the name of this export import configuration.longReturns the primary key of this export import configuration.Returns the settings of this export import configuration.intReturns the status of this export import configuration.longReturns 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.longReturns the class primary key of the trash entry for this export import configuration.intgetType()Returns the type of this export import configuration.longReturns 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.booleanReturnstrueif this export import configuration is approved.booleanisDenied()Returnstrueif this export import configuration is denied.booleanisDraft()Returnstrueif this export import configuration is a draft.booleanReturnstrueif this export import configuration is expired.booleanReturnstrueif this export import configuration is inactive.booleanReturnstrueif this export import configuration is incomplete.booleanReturnstrueif this export import configuration is in the Recycle Bin.booleanReturnstrueif this export import configuration is pending.booleanReturnstrueif this export import configuration is scheduled.voidsetCompanyId(long companyId) Sets the company ID of this export import configuration.voidsetCreateDate(Date createDate) Sets the create date of this export import configuration.voidsetDescription(String description) Sets the description of this export import configuration.voidsetExportImportConfigurationId(long exportImportConfigurationId) Sets the export import configuration ID of this export import configuration.voidsetGroupId(long groupId) Sets the group ID of this export import configuration.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this export import configuration.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this export import configuration.voidSets the name of this export import configuration.voidsetPrimaryKey(long primaryKey) Sets the primary key of this export import configuration.voidsetSettings(String settings) Sets the settings of this export import configuration.voidsetStatus(int status) Sets the status of this export import configuration.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this export import configuration.voidsetStatusByUserName(String statusByUserName) Sets the status by user name of this export import configuration.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this export import configuration.voidsetStatusDate(Date statusDate) Sets the status date of this export import configuration.voidsetType(int type) Sets the type of this export import configuration.voidsetUserId(long userId) Sets the user ID of this export import configuration.voidsetUserName(String userName) Sets the user name of this export import configuration.voidsetUserUuid(String userUuid) Sets the user uuid of this export import configuration.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
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:
getMvccVersionin 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:
setMvccVersionin 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:
getGroupIdin 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:
setGroupIdin 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:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin 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:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin 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:
getUserIdin 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:
setUserIdin 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:
getUserUuidin interfaceAuditedModel- Returns:
- the user uuid of this export import configuration
-
setUserUuid
Sets the user uuid of this export import configuration.- Specified by:
setUserUuidin interfaceAuditedModel- Parameters:
userUuid- the user uuid of this export import configuration
-
getUserName
Returns the user name of this export import configuration.- Specified by:
getUserNamein interfaceAuditedModel- Returns:
- the user name of this export import configuration
-
setUserName
Sets the user name of this export import configuration.- Specified by:
setUserNamein 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:
getCreateDatein interfaceAuditedModel- Returns:
- the create date of this export import configuration
-
setCreateDate
Sets the create date of this export import configuration.- Specified by:
setCreateDatein 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:
getModifiedDatein interfaceAuditedModel- Returns:
- the modified date of this export import configuration
-
setModifiedDate
Sets the modified date of this export import configuration.- Specified by:
setModifiedDatein 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:
getStatusin interfaceTrashedModel- Specified by:
getStatusin interfaceWorkflowedModel- Returns:
- the status of this export import configuration
-
setStatus
void setStatus(int status) Sets the status of this export import configuration.- Specified by:
setStatusin 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:
getStatusByUserIdin 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:
setStatusByUserIdin 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:
getStatusByUserUuidin 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:
setStatusByUserUuidin 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:
getStatusByUserNamein 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:
setStatusByUserNamein 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:
getStatusDatein interfaceWorkflowedModel- Returns:
- the status date of this export import configuration
-
setStatusDate
Sets the status date of this export import configuration.- Specified by:
setStatusDatein 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:
getTrashEntryClassPKin interfaceTrashedModel- Returns:
- the class primary key of the trash entry for this export import configuration
-
isInTrash
boolean isInTrash()Returnstrueif this export import configuration is in the Recycle Bin.- Specified by:
isInTrashin interfaceTrashedModel- Returns:
trueif this export import configuration is in the Recycle Bin;falseotherwise
-
isApproved
boolean isApproved()Returnstrueif this export import configuration is approved.- Specified by:
isApprovedin interfaceWorkflowedModel- Returns:
trueif this export import configuration is approved;falseotherwise
-
isDenied
boolean isDenied()Returnstrueif this export import configuration is denied.- Specified by:
isDeniedin interfaceWorkflowedModel- Returns:
trueif this export import configuration is denied;falseotherwise
-
isDraft
boolean isDraft()Returnstrueif this export import configuration is a draft.- Specified by:
isDraftin interfaceWorkflowedModel- Returns:
trueif this export import configuration is a draft;falseotherwise
-
isExpired
boolean isExpired()Returnstrueif this export import configuration is expired.- Specified by:
isExpiredin interfaceWorkflowedModel- Returns:
trueif this export import configuration is expired;falseotherwise
-
isInactive
boolean isInactive()Returnstrueif this export import configuration is inactive.- Specified by:
isInactivein interfaceWorkflowedModel- Returns:
trueif this export import configuration is inactive;falseotherwise
-
isIncomplete
boolean isIncomplete()Returnstrueif this export import configuration is incomplete.- Specified by:
isIncompletein interfaceWorkflowedModel- Returns:
trueif this export import configuration is incomplete;falseotherwise
-
isPending
boolean isPending()Returnstrueif this export import configuration is pending.- Specified by:
isPendingin interfaceWorkflowedModel- Returns:
trueif this export import configuration is pending;falseotherwise
-
isScheduled
boolean isScheduled()Returnstrueif this export import configuration is scheduled.- Specified by:
isScheduledin interfaceWorkflowedModel- Returns:
trueif this export import configuration is scheduled;falseotherwise
-
cloneWithOriginalValues
ExportImportConfiguration cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<ExportImportConfiguration>
-
toXmlString
-