Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.model.impl
Class ExportImportConfigurationModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ExportImportConfiguration>
      extended by com.liferay.portlet.exportimport.model.impl.ExportImportConfigurationModelImpl
All Implemented Interfaces:
AuditedModel, BaseModel<ExportImportConfiguration>, ClassedModel, GroupedModel, MVCCModel, ShardedModel, TrashedModel, WorkflowedModel, ExportImportConfigurationModel, Serializable, Cloneable, Comparable<ExportImportConfiguration>
Direct Known Subclasses:
ExportImportConfigurationBaseImpl

@JSON(strict=true)
@ProviderType
public class ExportImportConfigurationModelImpl
extends BaseModelImpl<ExportImportConfiguration>
implements ExportImportConfigurationModel

The base model implementation for the ExportImportConfiguration service. Represents a row in the "ExportImportConfiguration" database table, with each column mapped to a property of this class.

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.

See Also:
ExportImportConfigurationImpl, ExportImportConfiguration, ExportImportConfigurationModel, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
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 Summary
ExportImportConfigurationModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(ExportImportConfiguration exportImportConfiguration)
           
 boolean equals(Object obj)
           
 long getColumnBitmask()
           
 long getCompanyId()
          Returns the company ID of this export import configuration.
 Date getCreateDate()
          Returns the create date of this export import configuration.
 String getDescription()
          Returns the description of this export import configuration.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getExportImportConfigurationId()
          Returns the export import configuration ID of this export import configuration.
 long getGroupId()
          Returns the group ID of this export import configuration.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
          Returns the modified date of this export import configuration.
 long getMvccVersion()
          Returns the mvcc version of this export import configuration.
 String getName()
          Returns the name of this export import configuration.
 long getOriginalCompanyId()
           
 long getOriginalGroupId()
           
 int getOriginalStatus()
           
 int getOriginalType()
           
 long getPrimaryKey()
          Returns the primary key of this export import configuration.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 String getSettings()
          Returns the settings of this export import configuration.
 int getStatus()
          Returns the status of this export import configuration.
 long getStatusByUserId()
          Returns the status by user ID of this export import configuration.
 String getStatusByUserName()
          Returns the status by user name of this export import configuration.
 String getStatusByUserUuid()
          Returns the status by user uuid of this export import configuration.
 Date getStatusDate()
          Returns the status date of this export import configuration.
 TrashEntry getTrashEntry()
          Returns the trash entry created when this export import configuration was moved to the Recycle Bin.
 long getTrashEntryClassPK()
          Returns the class primary key of the trash entry for this export import configuration.
 TrashHandler getTrashHandler()
          Returns the trash handler for this export import configuration.
 int getType()
          Returns the type of this export import configuration.
 long getUserId()
          Returns the user ID of this export import configuration.
 String getUserName()
          Returns the user name of this export import configuration.
 String getUserUuid()
          Returns the user uuid of this export import configuration.
 int hashCode()
           
 boolean hasSetModifiedDate()
           
 boolean isApproved()
          Returns true if this export import configuration is approved.
 boolean isDenied()
          Returns true if this export import configuration is denied.
 boolean isDraft()
          Returns true if this export import configuration is a draft.
 boolean isEntityCacheEnabled()
          Returns true if this model's entity cache is enabled.
 boolean isExpired()
          Returns true if this export import configuration is expired.
 boolean isFinderCacheEnabled()
          Returns true if this model's finder cache is enabled.
 boolean isInactive()
          Returns true if this export import configuration is inactive.
 boolean isIncomplete()
          Returns true if this export import configuration is incomplete.
 boolean isInTrash()
          Returns true if this export import configuration is in the Recycle Bin.
 boolean isInTrashContainer()
          Returns true if the parent of this export import configuration is in the Recycle Bin.
 boolean isInTrashExplicitly()
           
 boolean isInTrashImplicitly()
           
 boolean isPending()
          Returns true if this export import configuration is pending.
 boolean isScheduled()
          Returns true if this export import configuration is scheduled.
 void resetOriginalValues()
          Reset all original fields to current values.
 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 setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 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 setModelAttributes(Map<String,Object> attributes)
           
 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 setName(String name)
          Sets the name of this export import configuration.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this export import configuration.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 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.
 CacheModel<ExportImportConfiguration> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 ExportImportConfiguration toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
static ExportImportConfiguration toModel(ExportImportConfigurationSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<ExportImportConfiguration> toModels(ExportImportConfigurationSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 String toString()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.exportimport.model.ExportImportConfigurationModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 

Field Detail

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_COLUMNS_MAP

public static final Map<String,Integer> TABLE_COLUMNS_MAP

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

COMPANYID_COLUMN_BITMASK

public static final long COMPANYID_COLUMN_BITMASK
See Also:
Constant Field Values

GROUPID_COLUMN_BITMASK

public static final long GROUPID_COLUMN_BITMASK
See Also:
Constant Field Values

STATUS_COLUMN_BITMASK

public static final long STATUS_COLUMN_BITMASK
See Also:
Constant Field Values

TYPE_COLUMN_BITMASK

public static final long TYPE_COLUMN_BITMASK
See Also:
Constant Field Values

CREATEDATE_COLUMN_BITMASK

public static final long CREATEDATE_COLUMN_BITMASK
See Also:
Constant Field Values

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

ExportImportConfigurationModelImpl

public ExportImportConfigurationModelImpl()
Method Detail

toModel

public static ExportImportConfiguration toModel(ExportImportConfigurationSoap soapModel)
Converts the soap model instance into a normal model instance.

Parameters:
soapModel - the soap model instance to convert
Returns:
the normal model instance

toModels

public static List<ExportImportConfiguration> toModels(ExportImportConfigurationSoap[] soapModels)
Converts the soap model instances into normal model instances.

Parameters:
soapModels - the soap model instances to convert
Returns:
the normal model instances

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: ExportImportConfigurationModel
Returns the primary key of this export import configuration.

Specified by:
getPrimaryKey in interface ExportImportConfigurationModel
Returns:
the primary key of this export import configuration

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Description copied from interface: ExportImportConfigurationModel
Sets the primary key of this export import configuration.

Specified by:
setPrimaryKey in interface ExportImportConfigurationModel
Parameters:
primaryKey - the primary key of this export import configuration

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<ExportImportConfiguration>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface ExportImportConfigurationModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<ExportImportConfiguration>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface ExportImportConfigurationModel
Parameters:
primaryKeyObj - the primary key of this model instance

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<ExportImportConfiguration>
Overrides:
getModelAttributes in class BaseModelImpl<ExportImportConfiguration>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<ExportImportConfiguration>
Overrides:
setModelAttributes in class BaseModelImpl<ExportImportConfiguration>

getMvccVersion

@JSON
public long getMvccVersion()
Description copied from interface: ExportImportConfigurationModel
Returns the mvcc version of this export import configuration.

Specified by:
getMvccVersion in interface MVCCModel
Specified by:
getMvccVersion in interface ExportImportConfigurationModel
Returns:
the mvcc version of this export import configuration

setMvccVersion

public void setMvccVersion(long mvccVersion)
Description copied from interface: ExportImportConfigurationModel
Sets the mvcc version of this export import configuration.

Specified by:
setMvccVersion in interface MVCCModel
Specified by:
setMvccVersion in interface ExportImportConfigurationModel
Parameters:
mvccVersion - the mvcc version of this export import configuration

getExportImportConfigurationId

@JSON
public long getExportImportConfigurationId()
Description copied from interface: ExportImportConfigurationModel
Returns the export import configuration ID of this export import configuration.

Specified by:
getExportImportConfigurationId in interface ExportImportConfigurationModel
Returns:
the export import configuration ID of this export import configuration

setExportImportConfigurationId

public void setExportImportConfigurationId(long exportImportConfigurationId)
Description copied from interface: ExportImportConfigurationModel
Sets the export import configuration ID of this export import configuration.

Specified by:
setExportImportConfigurationId in interface ExportImportConfigurationModel
Parameters:
exportImportConfigurationId - the export import configuration ID of this export import configuration

getGroupId

@JSON
public long getGroupId()
Description copied from interface: ExportImportConfigurationModel
Returns the group ID of this export import configuration.

Specified by:
getGroupId in interface GroupedModel
Specified by:
getGroupId in interface ExportImportConfigurationModel
Returns:
the group ID of this export import configuration

setGroupId

public void setGroupId(long groupId)
Description copied from interface: ExportImportConfigurationModel
Sets the group ID of this export import configuration.

Specified by:
setGroupId in interface GroupedModel
Specified by:
setGroupId in interface ExportImportConfigurationModel
Parameters:
groupId - the group ID of this export import configuration

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

@JSON
public long getCompanyId()
Description copied from interface: ExportImportConfigurationModel
Returns the company ID of this export import configuration.

Specified by:
getCompanyId in interface AuditedModel
Specified by:
getCompanyId in interface ShardedModel
Specified by:
getCompanyId in interface ExportImportConfigurationModel
Returns:
the company ID of this export import configuration

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: ExportImportConfigurationModel
Sets the company ID of this export import configuration.

Specified by:
setCompanyId in interface AuditedModel
Specified by:
setCompanyId in interface ShardedModel
Specified by:
setCompanyId in interface ExportImportConfigurationModel
Parameters:
companyId - the company ID of this export import configuration

getOriginalCompanyId

public long getOriginalCompanyId()

getUserId

@JSON
public long getUserId()
Description copied from interface: ExportImportConfigurationModel
Returns the user ID of this export import configuration.

Specified by:
getUserId in interface AuditedModel
Specified by:
getUserId in interface ExportImportConfigurationModel
Returns:
the user ID of this export import configuration

setUserId

public void setUserId(long userId)
Description copied from interface: ExportImportConfigurationModel
Sets the user ID of this export import configuration.

Specified by:
setUserId in interface AuditedModel
Specified by:
setUserId in interface ExportImportConfigurationModel
Parameters:
userId - the user ID of this export import configuration

getUserUuid

public String getUserUuid()
Description copied from interface: ExportImportConfigurationModel
Returns the user uuid of this export import configuration.

Specified by:
getUserUuid in interface AuditedModel
Specified by:
getUserUuid in interface ExportImportConfigurationModel
Returns:
the user uuid of this export import configuration

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: ExportImportConfigurationModel
Sets the user uuid of this export import configuration.

Specified by:
setUserUuid in interface AuditedModel
Specified by:
setUserUuid in interface ExportImportConfigurationModel
Parameters:
userUuid - the user uuid of this export import configuration

getUserName

@JSON
public String getUserName()
Description copied from interface: ExportImportConfigurationModel
Returns the user name of this export import configuration.

Specified by:
getUserName in interface AuditedModel
Specified by:
getUserName in interface ExportImportConfigurationModel
Returns:
the user name of this export import configuration

setUserName

public void setUserName(String userName)
Description copied from interface: ExportImportConfigurationModel
Sets the user name of this export import configuration.

Specified by:
setUserName in interface AuditedModel
Specified by:
setUserName in interface ExportImportConfigurationModel
Parameters:
userName - the user name of this export import configuration

getCreateDate

@JSON
public Date getCreateDate()
Description copied from interface: ExportImportConfigurationModel
Returns the create date of this export import configuration.

Specified by:
getCreateDate in interface AuditedModel
Specified by:
getCreateDate in interface ExportImportConfigurationModel
Returns:
the create date of this export import configuration

setCreateDate

public void setCreateDate(Date createDate)
Description copied from interface: ExportImportConfigurationModel
Sets the create date of this export import configuration.

Specified by:
setCreateDate in interface AuditedModel
Specified by:
setCreateDate in interface ExportImportConfigurationModel
Parameters:
createDate - the create date of this export import configuration

getModifiedDate

@JSON
public Date getModifiedDate()
Description copied from interface: ExportImportConfigurationModel
Returns the modified date of this export import configuration.

Specified by:
getModifiedDate in interface AuditedModel
Specified by:
getModifiedDate in interface ExportImportConfigurationModel
Returns:
the modified date of this export import configuration

hasSetModifiedDate

public boolean hasSetModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Description copied from interface: ExportImportConfigurationModel
Sets the modified date of this export import configuration.

Specified by:
setModifiedDate in interface AuditedModel
Specified by:
setModifiedDate in interface ExportImportConfigurationModel
Parameters:
modifiedDate - the modified date of this export import configuration

getName

@JSON
public String getName()
Description copied from interface: ExportImportConfigurationModel
Returns the name of this export import configuration.

Specified by:
getName in interface ExportImportConfigurationModel
Returns:
the name of this export import configuration

setName

public void setName(String name)
Description copied from interface: ExportImportConfigurationModel
Sets the name of this export import configuration.

Specified by:
setName in interface ExportImportConfigurationModel
Parameters:
name - the name of this export import configuration

getDescription

@JSON
public String getDescription()
Description copied from interface: ExportImportConfigurationModel
Returns the description of this export import configuration.

Specified by:
getDescription in interface ExportImportConfigurationModel
Returns:
the description of this export import configuration

setDescription

public void setDescription(String description)
Description copied from interface: ExportImportConfigurationModel
Sets the description of this export import configuration.

Specified by:
setDescription in interface ExportImportConfigurationModel
Parameters:
description - the description of this export import configuration

getType

@JSON
public int getType()
Description copied from interface: ExportImportConfigurationModel
Returns the type of this export import configuration.

Specified by:
getType in interface ExportImportConfigurationModel
Returns:
the type of this export import configuration

setType

public void setType(int type)
Description copied from interface: ExportImportConfigurationModel
Sets the type of this export import configuration.

Specified by:
setType in interface ExportImportConfigurationModel
Parameters:
type - the type of this export import configuration

getOriginalType

public int getOriginalType()

getSettings

@JSON
public String getSettings()
Description copied from interface: ExportImportConfigurationModel
Returns the settings of this export import configuration.

Specified by:
getSettings in interface ExportImportConfigurationModel
Returns:
the settings of this export import configuration

setSettings

public void setSettings(String settings)
Description copied from interface: ExportImportConfigurationModel
Sets the settings of this export import configuration.

Specified by:
setSettings in interface ExportImportConfigurationModel
Parameters:
settings - the settings of this export import configuration

getStatus

@JSON
public int getStatus()
Description copied from interface: ExportImportConfigurationModel
Returns the status of this export import configuration.

Specified by:
getStatus in interface TrashedModel
Specified by:
getStatus in interface WorkflowedModel
Specified by:
getStatus in interface ExportImportConfigurationModel
Returns:
the status of this export import configuration

setStatus

public void setStatus(int status)
Description copied from interface: ExportImportConfigurationModel
Sets the status of this export import configuration.

Specified by:
setStatus in interface WorkflowedModel
Specified by:
setStatus in interface ExportImportConfigurationModel
Parameters:
status - the status of this export import configuration

getOriginalStatus

public int getOriginalStatus()

getStatusByUserId

@JSON
public long getStatusByUserId()
Description copied from interface: ExportImportConfigurationModel
Returns the status by user ID of this export import configuration.

Specified by:
getStatusByUserId in interface WorkflowedModel
Specified by:
getStatusByUserId in interface ExportImportConfigurationModel
Returns:
the status by user ID of this export import configuration

setStatusByUserId

public void setStatusByUserId(long statusByUserId)
Description copied from interface: ExportImportConfigurationModel
Sets the status by user ID of this export import configuration.

Specified by:
setStatusByUserId in interface WorkflowedModel
Specified by:
setStatusByUserId in interface ExportImportConfigurationModel
Parameters:
statusByUserId - the status by user ID of this export import configuration

getStatusByUserUuid

public String getStatusByUserUuid()
Description copied from interface: ExportImportConfigurationModel
Returns the status by user uuid of this export import configuration.

Specified by:
getStatusByUserUuid in interface WorkflowedModel
Specified by:
getStatusByUserUuid in interface ExportImportConfigurationModel
Returns:
the status by user uuid of this export import configuration

setStatusByUserUuid

public void setStatusByUserUuid(String statusByUserUuid)
Description copied from interface: ExportImportConfigurationModel
Sets the status by user uuid of this export import configuration.

Specified by:
setStatusByUserUuid in interface WorkflowedModel
Specified by:
setStatusByUserUuid in interface ExportImportConfigurationModel
Parameters:
statusByUserUuid - the status by user uuid of this export import configuration

getStatusByUserName

@JSON
public String getStatusByUserName()
Description copied from interface: ExportImportConfigurationModel
Returns the status by user name of this export import configuration.

Specified by:
getStatusByUserName in interface WorkflowedModel
Specified by:
getStatusByUserName in interface ExportImportConfigurationModel
Returns:
the status by user name of this export import configuration

setStatusByUserName

public void setStatusByUserName(String statusByUserName)
Description copied from interface: ExportImportConfigurationModel
Sets the status by user name of this export import configuration.

Specified by:
setStatusByUserName in interface WorkflowedModel
Specified by:
setStatusByUserName in interface ExportImportConfigurationModel
Parameters:
statusByUserName - the status by user name of this export import configuration

getStatusDate

@JSON
public Date getStatusDate()
Description copied from interface: ExportImportConfigurationModel
Returns the status date of this export import configuration.

Specified by:
getStatusDate in interface WorkflowedModel
Specified by:
getStatusDate in interface ExportImportConfigurationModel
Returns:
the status date of this export import configuration

setStatusDate

public void setStatusDate(Date statusDate)
Description copied from interface: ExportImportConfigurationModel
Sets the status date of this export import configuration.

Specified by:
setStatusDate in interface WorkflowedModel
Specified by:
setStatusDate in interface ExportImportConfigurationModel
Parameters:
statusDate - the status date of this export import configuration

getTrashEntry

public TrashEntry getTrashEntry()
                         throws PortalException
Description copied from interface: ExportImportConfigurationModel
Returns the trash entry created when this export import configuration was moved to the Recycle Bin. The trash entry may belong to one of the ancestors of this export import configuration.

Specified by:
getTrashEntry in interface TrashedModel
Specified by:
getTrashEntry in interface ExportImportConfigurationModel
Returns:
the trash entry created when this export import configuration was moved to the Recycle Bin
Throws:
PortalException

getTrashEntryClassPK

public long getTrashEntryClassPK()
Description copied from interface: ExportImportConfigurationModel
Returns the class primary key of the trash entry for this export import configuration.

Specified by:
getTrashEntryClassPK in interface TrashedModel
Specified by:
getTrashEntryClassPK in interface ExportImportConfigurationModel
Returns:
the class primary key of the trash entry for this export import configuration

getTrashHandler

public TrashHandler getTrashHandler()
Description copied from interface: ExportImportConfigurationModel
Returns the trash handler for this export import configuration.

Specified by:
getTrashHandler in interface TrashedModel
Specified by:
getTrashHandler in interface ExportImportConfigurationModel
Returns:
the trash handler for this export import configuration

isInTrash

public boolean isInTrash()
Description copied from interface: ExportImportConfigurationModel
Returns true if this export import configuration is in the Recycle Bin.

Specified by:
isInTrash in interface TrashedModel
Specified by:
isInTrash in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is in the Recycle Bin; false otherwise

isInTrashContainer

public boolean isInTrashContainer()
Description copied from interface: ExportImportConfigurationModel
Returns true if the parent of this export import configuration is in the Recycle Bin.

Specified by:
isInTrashContainer in interface TrashedModel
Specified by:
isInTrashContainer in interface ExportImportConfigurationModel
Returns:
true if the parent of this export import configuration is in the Recycle Bin; false otherwise

isInTrashExplicitly

public boolean isInTrashExplicitly()
Specified by:
isInTrashExplicitly in interface TrashedModel
Specified by:
isInTrashExplicitly in interface ExportImportConfigurationModel

isInTrashImplicitly

public boolean isInTrashImplicitly()
Specified by:
isInTrashImplicitly in interface TrashedModel
Specified by:
isInTrashImplicitly in interface ExportImportConfigurationModel

isApproved

public boolean isApproved()
Description copied from interface: ExportImportConfigurationModel
Returns true if this export import configuration is approved.

Specified by:
isApproved in interface WorkflowedModel
Specified by:
isApproved in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is approved; false otherwise

isDenied

public boolean isDenied()
Description copied from interface: ExportImportConfigurationModel
Returns true if this export import configuration is denied.

Specified by:
isDenied in interface WorkflowedModel
Specified by:
isDenied in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is denied; false otherwise

isDraft

public boolean isDraft()
Description copied from interface: ExportImportConfigurationModel
Returns true if this export import configuration is a draft.

Specified by:
isDraft in interface WorkflowedModel
Specified by:
isDraft in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is a draft; false otherwise

isExpired

public boolean isExpired()
Description copied from interface: ExportImportConfigurationModel
Returns true if this export import configuration is expired.

Specified by:
isExpired in interface WorkflowedModel
Specified by:
isExpired in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is expired; false otherwise

isInactive

public boolean isInactive()
Description copied from interface: ExportImportConfigurationModel
Returns true if this export import configuration is inactive.

Specified by:
isInactive in interface WorkflowedModel
Specified by:
isInactive in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is inactive; false otherwise

isIncomplete

public boolean isIncomplete()
Description copied from interface: ExportImportConfigurationModel
Returns true if this export import configuration is incomplete.

Specified by:
isIncomplete in interface WorkflowedModel
Specified by:
isIncomplete in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is incomplete; false otherwise

isPending

public boolean isPending()
Description copied from interface: ExportImportConfigurationModel
Returns true if this export import configuration is pending.

Specified by:
isPending in interface WorkflowedModel
Specified by:
isPending in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is pending; false otherwise

isScheduled

public boolean isScheduled()
Description copied from interface: ExportImportConfigurationModel
Returns true if this export import configuration is scheduled.

Specified by:
isScheduled in interface WorkflowedModel
Specified by:
isScheduled in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is scheduled; false otherwise

getColumnBitmask

public long getColumnBitmask()

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<ExportImportConfiguration>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface ExportImportConfigurationModel
Overrides:
getExpandoBridge in class BaseModelImpl<ExportImportConfiguration>
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<ExportImportConfiguration>
Specified by:
setExpandoBridgeAttributes in interface ExportImportConfigurationModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<ExportImportConfiguration>
Parameters:
serviceContext - the service context to be applied
See Also:
ServiceContext.getExpandoBridgeAttributes()

toEscapedModel

public ExportImportConfiguration toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<ExportImportConfiguration>
Specified by:
toEscapedModel in interface ExportImportConfigurationModel
Overrides:
toEscapedModel in class BaseModelImpl<ExportImportConfiguration>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<ExportImportConfiguration>
Specified by:
clone in interface ExportImportConfigurationModel
Specified by:
clone in class BaseModelImpl<ExportImportConfiguration>
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(ExportImportConfiguration exportImportConfiguration)
Specified by:
compareTo in interface ExportImportConfigurationModel
Specified by:
compareTo in interface Comparable<ExportImportConfiguration>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface ExportImportConfigurationModel
Overrides:
hashCode in class Object

isEntityCacheEnabled

public boolean isEntityCacheEnabled()
Description copied from interface: BaseModel
Returns true if this model's entity cache is enabled.

Specified by:
isEntityCacheEnabled in interface BaseModel<ExportImportConfiguration>
Returns:
true if this model's entity cache is enabled; false otherwise

isFinderCacheEnabled

public boolean isFinderCacheEnabled()
Description copied from interface: BaseModel
Returns true if this model's finder cache is enabled.

Specified by:
isFinderCacheEnabled in interface BaseModel<ExportImportConfiguration>
Returns:
true if this model's finder cache is enabled; false otherwise

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<ExportImportConfiguration>
Overrides:
resetOriginalValues in class BaseModelImpl<ExportImportConfiguration>

toCacheModel

public CacheModel<ExportImportConfiguration> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<ExportImportConfiguration>
Specified by:
toCacheModel in interface ExportImportConfigurationModel
Overrides:
toCacheModel in class BaseModelImpl<ExportImportConfiguration>
Returns:
the cache model object

toString

public String toString()
Specified by:
toString in interface ExportImportConfigurationModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<ExportImportConfiguration>
Specified by:
toXmlString in interface ExportImportConfigurationModel
Returns:
the XML representation of this model instance

Liferay 7.0-ce-b4