@JSON(strict=true)
@ProviderType
public class ExportImportConfigurationModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.exportimport.kernel.model.ExportImportConfiguration>
implements com.liferay.exportimport.kernel.model.ExportImportConfigurationModel
This implementation and its corresponding interface ExportImportConfigurationModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ExportImportConfigurationImpl.
ExportImportConfigurationImpl,
ExportImportConfiguration,
ExportImportConfigurationModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static long |
CREATEDATE_COLUMN_BITMASK |
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
GROUPID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static String |
SESSION_FACTORY |
static long |
STATUS_COLUMN_BITMASK |
static Object[][] |
TABLE_COLUMNS |
static Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME |
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static String |
TX_MANAGER |
static long |
TYPE_COLUMN_BITMASK |
| Constructor and Description |
|---|
ExportImportConfigurationModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) |
boolean |
equals(Object obj) |
long |
getColumnBitmask() |
long |
getCompanyId() |
Date |
getCreateDate() |
String |
getDescription() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getExportImportConfigurationId() |
long |
getGroupId() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate() |
long |
getMvccVersion() |
String |
getName() |
long |
getOriginalCompanyId() |
long |
getOriginalGroupId() |
int |
getOriginalStatus() |
int |
getOriginalType() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
String |
getSettings() |
int |
getStatus() |
long |
getStatusByUserId() |
String |
getStatusByUserName() |
String |
getStatusByUserUuid() |
Date |
getStatusDate() |
com.liferay.trash.kernel.model.TrashEntry |
getTrashEntry() |
long |
getTrashEntryClassPK() |
com.liferay.portal.kernel.trash.TrashHandler |
getTrashHandler() |
int |
getType() |
long |
getUserId() |
String |
getUserName() |
String |
getUserUuid() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isApproved() |
boolean |
isDenied() |
boolean |
isDraft() |
boolean |
isEntityCacheEnabled() |
boolean |
isExpired() |
boolean |
isFinderCacheEnabled() |
boolean |
isInactive() |
boolean |
isIncomplete() |
boolean |
isInTrash() |
boolean |
isInTrashContainer() |
boolean |
isInTrashExplicitly() |
boolean |
isInTrashImplicitly() |
boolean |
isPending() |
boolean |
isScheduled() |
void |
resetOriginalValues() |
void |
setCompanyId(long companyId) |
void |
setCreateDate(Date createDate) |
void |
setDescription(String description) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setExportImportConfigurationId(long exportImportConfigurationId) |
void |
setGroupId(long groupId) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(String name) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setSettings(String settings) |
void |
setStatus(int status) |
void |
setStatusByUserId(long statusByUserId) |
void |
setStatusByUserName(String statusByUserName) |
void |
setStatusByUserUuid(String statusByUserUuid) |
void |
setStatusDate(Date statusDate) |
void |
setType(int type) |
void |
setUserId(long userId) |
void |
setUserName(String userName) |
void |
setUserUuid(String userUuid) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.exportimport.kernel.model.ExportImportConfiguration> |
toCacheModel() |
com.liferay.exportimport.kernel.model.ExportImportConfiguration |
toEscapedModel() |
static com.liferay.exportimport.kernel.model.ExportImportConfiguration |
toModel(com.liferay.exportimport.kernel.model.ExportImportConfigurationSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static List<com.liferay.exportimport.kernel.model.ExportImportConfiguration> |
toModels(com.liferay.exportimport.kernel.model.ExportImportConfigurationSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long COMPANYID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long STATUS_COLUMN_BITMASK
public static final long TYPE_COLUMN_BITMASK
public static final long CREATEDATE_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.exportimport.kernel.model.ExportImportConfiguration toModel(com.liferay.exportimport.kernel.model.ExportImportConfigurationSoap soapModel)
soapModel - the soap model instance to convertpublic static List<com.liferay.exportimport.kernel.model.ExportImportConfiguration> toModels(com.liferay.exportimport.kernel.model.ExportImportConfigurationSoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.exportimport.kernel.model.ExportImportConfiguration>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.exportimport.kernel.model.ExportImportConfiguration>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.exportimport.kernel.model.ExportImportConfiguration>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.exportimport.kernel.model.ExportImportConfiguration>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.exportimport.kernel.model.ExportImportConfiguration>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.exportimport.kernel.model.ExportImportConfiguration>@JSON public long getMvccVersion()
getMvccVersion in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel@JSON public long getExportImportConfigurationId()
getExportImportConfigurationId in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelpublic void setExportImportConfigurationId(long exportImportConfigurationId)
setExportImportConfigurationId in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModel@JSON public long getGroupId()
getGroupId in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic long getOriginalGroupId()
@JSON public long getCompanyId()
getCompanyId in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getOriginalCompanyId()
@JSON public long getUserId()
getUserId in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserId(long userId)
setUserId in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic String getUserUuid()
getUserUuid in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserUuid(String userUuid)
setUserUuid in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModel@JSON public String getUserName()
getUserName in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserName(String userName)
setUserName in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModel@JSON public Date getCreateDate()
getCreateDate in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic void setCreateDate(Date createDate)
setCreateDate in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModel@JSON public Date getModifiedDate()
getModifiedDate in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
setModifiedDate in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel@JSON public String getName()
getName in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelpublic void setName(String name)
setName in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModel@JSON public String getDescription()
getDescription in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelpublic void setDescription(String description)
setDescription in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModel@JSON public int getType()
getType in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelpublic void setType(int type)
setType in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelpublic int getOriginalType()
@JSON public String getSettings()
getSettings in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelpublic void setSettings(String settings)
setSettings in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModel@JSON public int getStatus()
getStatus in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetStatus in interface com.liferay.portal.kernel.model.TrashedModelgetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelpublic void setStatus(int status)
setStatus in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelsetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelpublic int getOriginalStatus()
@JSON public long getStatusByUserId()
getStatusByUserId in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelpublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelsetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelpublic String getStatusByUserUuid()
getStatusByUserUuid in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelpublic void setStatusByUserUuid(String statusByUserUuid)
setStatusByUserUuid in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelsetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel@JSON public String getStatusByUserName()
getStatusByUserName in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelpublic void setStatusByUserName(String statusByUserName)
setStatusByUserName in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelsetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel@JSON public Date getStatusDate()
getStatusDate in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelpublic void setStatusDate(Date statusDate)
setStatusDate in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelsetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelpublic com.liferay.trash.kernel.model.TrashEntry getTrashEntry()
throws com.liferay.portal.kernel.exception.PortalException
getTrashEntry in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetTrashEntry in interface com.liferay.portal.kernel.model.TrashedModelcom.liferay.portal.kernel.exception.PortalExceptionpublic long getTrashEntryClassPK()
getTrashEntryClassPK in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetTrashEntryClassPK in interface com.liferay.portal.kernel.model.TrashedModelpublic com.liferay.portal.kernel.trash.TrashHandler getTrashHandler()
getTrashHandler in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetTrashHandler in interface com.liferay.portal.kernel.model.TrashedModelpublic boolean isInTrash()
isInTrash in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelisInTrash in interface com.liferay.portal.kernel.model.TrashedModelpublic boolean isInTrashContainer()
isInTrashContainer in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelisInTrashContainer in interface com.liferay.portal.kernel.model.TrashedModelpublic boolean isInTrashExplicitly()
isInTrashExplicitly in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelisInTrashExplicitly in interface com.liferay.portal.kernel.model.TrashedModelpublic boolean isInTrashImplicitly()
isInTrashImplicitly in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelisInTrashImplicitly in interface com.liferay.portal.kernel.model.TrashedModelpublic boolean isApproved()
isApproved in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelisApproved in interface com.liferay.portal.kernel.model.WorkflowedModelpublic boolean isDenied()
isDenied in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelisDenied in interface com.liferay.portal.kernel.model.WorkflowedModelpublic boolean isDraft()
isDraft in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelisDraft in interface com.liferay.portal.kernel.model.WorkflowedModelpublic boolean isExpired()
isExpired in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelisExpired in interface com.liferay.portal.kernel.model.WorkflowedModelpublic boolean isInactive()
isInactive in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelisInactive in interface com.liferay.portal.kernel.model.WorkflowedModelpublic boolean isIncomplete()
isIncomplete in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelisIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModelpublic boolean isPending()
isPending in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelisPending in interface com.liferay.portal.kernel.model.WorkflowedModelpublic boolean isScheduled()
isScheduled in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelisScheduled in interface com.liferay.portal.kernel.model.WorkflowedModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.exportimport.kernel.model.ExportImportConfiguration>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.exportimport.kernel.model.ExportImportConfiguration>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.exportimport.kernel.model.ExportImportConfiguration>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.exportimport.kernel.model.ExportImportConfiguration>public com.liferay.exportimport.kernel.model.ExportImportConfiguration toEscapedModel()
toEscapedModel in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.exportimport.kernel.model.ExportImportConfiguration>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.exportimport.kernel.model.ExportImportConfiguration>public Object clone()
clone in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelclone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.exportimport.kernel.model.ExportImportConfiguration>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.exportimport.kernel.model.ExportImportConfiguration>public int compareTo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
compareTo in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModelcompareTo in interface Comparable<com.liferay.exportimport.kernel.model.ExportImportConfiguration>public int hashCode()
public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.exportimport.kernel.model.ExportImportConfiguration>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.exportimport.kernel.model.ExportImportConfiguration>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.exportimport.kernel.model.ExportImportConfiguration>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.exportimport.kernel.model.ExportImportConfiguration>public com.liferay.portal.kernel.model.CacheModel<com.liferay.exportimport.kernel.model.ExportImportConfiguration> toCacheModel()
toCacheModel in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.exportimport.kernel.model.ExportImportConfiguration>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.exportimport.kernel.model.ExportImportConfiguration>public String toString()
public String toXmlString()
toXmlString in interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.exportimport.kernel.model.ExportImportConfiguration>