Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.model
Interface ExportImportConfiguration

All Superinterfaces:
AuditedModel, BaseModel<ExportImportConfiguration>, ClassedModel, Cloneable, Comparable<ExportImportConfiguration>, ExportImportConfigurationModel, GroupedModel, MVCCModel, PersistedModel, Serializable, ShardedModel, TrashedModel, WorkflowedModel
All Known Implementing Classes:
ExportImportConfigurationBaseImpl, ExportImportConfigurationImpl, ExportImportConfigurationWrapper

@ProviderType
public interface ExportImportConfiguration
extends ExportImportConfigurationModel, PersistedModel

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

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

Field Summary
static Accessor<ExportImportConfiguration,Long> EXPORT_IMPORT_CONFIGURATION_ID_ACCESSOR
           
 
Method Summary
 Map<String,Serializable> getSettingsMap()
           
 
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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

EXPORT_IMPORT_CONFIGURATION_ID_ACCESSOR

static final Accessor<ExportImportConfiguration,Long> EXPORT_IMPORT_CONFIGURATION_ID_ACCESSOR
Method Detail

getSettingsMap

Map<String,Serializable> getSettingsMap()

Liferay 7.0-ce-b4