Class ExportImportConfigurationBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.exportimport.kernel.model.ExportImportConfiguration>
com.liferay.portlet.exportimport.model.impl.ExportImportConfigurationModelImpl
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
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
.
- Author:
- Brian Wing Shun Chan
- 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
Constructors -
Method Summary
Methods inherited from class com.liferay.portlet.exportimport.model.impl.ExportImportConfigurationModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getExportImportConfigurationId, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getName, getOriginalCompanyId, getOriginalGroupId, getOriginalStatus, getOriginalType, getPrimaryKey, getPrimaryKeyObj, getSettings, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntryClassPK, getType, getUserId, getUserName, getUserUuid, hashCode, hasSetModifiedDate, isApproved, isDenied, isDraft, isEntityCacheEnabled, isExpired, isFinderCacheEnabled, isInactive, isIncomplete, isInTrash, 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, toString
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.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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.exportimport.kernel.model.ExportImportConfiguration
getSettingsMap
Methods inherited from interface com.liferay.exportimport.kernel.model.ExportImportConfigurationModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getDescription, getExportImportConfigurationId, getGroupId, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getSettings, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntryClassPK, getType, getUserId, getUserName, getUserUuid, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isInTrash, isPending, isScheduled, setCompanyId, setCreateDate, setDescription, setExportImportConfigurationId, setGroupId, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setSettings, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setType, setUserId, setUserName, setUserUuid, toXmlString
-
Constructor Details
-
ExportImportConfigurationBaseImpl
public ExportImportConfigurationBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-