Liferay 7.0-ce-b4

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

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

public class ExportImportConfigurationImpl
extends ExportImportConfigurationBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.exportimport.model.impl.ExportImportConfigurationModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, CREATEDATE_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.portlet.exportimport.model.ExportImportConfiguration
EXPORT_IMPORT_CONFIGURATION_ID_ACCESSOR
 
Constructor Summary
ExportImportConfigurationImpl()
           
 
Method Summary
 Map<String,Serializable> getSettingsMap()
           
 
Methods inherited from class com.liferay.portlet.exportimport.model.impl.ExportImportConfigurationBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.exportimport.model.impl.ExportImportConfigurationModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getExportImportConfigurationId, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getName, getOriginalCompanyId, getOriginalGroupId, getOriginalStatus, getOriginalType, getPrimaryKey, getPrimaryKeyObj, getSettings, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getType, getUserId, getUserName, getUserUuid, hashCode, hasSetModifiedDate, isApproved, isDenied, isDraft, isEntityCacheEnabled, isExpired, isFinderCacheEnabled, isInactive, isIncomplete, isInTrash, isInTrashContainer, isInTrashExplicitly, isInTrashImplicitly, isPending, isScheduled, resetOriginalValues, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExportImportConfigurationId, setGroupId, setModelAttributes, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setPrimaryKeyObj, setSettings, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setType, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
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
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getExportImportConfigurationId, getGroupId, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getPrimaryKeyObj, getSettings, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getType, getUserId, getUserName, getUserUuid, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, isInTrashContainer, isInTrashExplicitly, isInTrashImplicitly, isNew, isPending, isScheduled, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExportImportConfigurationId, setGroupId, setModifiedDate, setMvccVersion, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setSettings, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setType, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

ExportImportConfigurationImpl

public ExportImportConfigurationImpl()
Method Detail

getSettingsMap

public Map<String,Serializable> getSettingsMap()

Liferay 7.0-ce-b4