Liferay 7.0-ce-b7 portal-impl

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

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

@ProviderType
public abstract class ExportImportConfigurationBaseImpl
extends ExportImportConfigurationModelImpl
implements com.liferay.exportimport.kernel.model.ExportImportConfiguration

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

This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in ExportImportConfigurationImpl.

See Also:
ExportImportConfigurationImpl, ExportImportConfiguration, Serialized Form
{$generated.description}

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.exportimport.kernel.model.ExportImportConfiguration
EXPORT_IMPORT_CONFIGURATION_ID_ACCESSOR
 
Constructor Summary
ExportImportConfigurationBaseImpl()
           
 
Method Summary
 void 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.kernel.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.exportimport.kernel.model.ExportImportConfiguration
getSettingsMap
 
Methods inherited from interface com.liferay.exportimport.kernel.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.kernel.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

ExportImportConfigurationBaseImpl

public ExportImportConfigurationBaseImpl()
Method Detail

persist

public void persist()
Specified by:
persist in interface com.liferay.portal.kernel.model.PersistedModel

Liferay 7.0-ce-b7 portal-impl