Package com.liferay.portal.model.impl
Class LayoutPrototypeBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>
com.liferay.portal.model.impl.LayoutPrototypeModelImpl
com.liferay.portal.model.impl.LayoutPrototypeBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutPrototype>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.LayoutPrototype
,com.liferay.portal.kernel.model.LayoutPrototypeModel
,com.liferay.portal.kernel.model.LocalizedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
,Serializable
,Cloneable
,Comparable<com.liferay.portal.kernel.model.LayoutPrototype>
- Direct Known Subclasses:
LayoutPrototypeImpl
public abstract class LayoutPrototypeBaseImpl
extends LayoutPrototypeModelImpl
implements com.liferay.portal.kernel.model.LayoutPrototype
The extended model base implementation for the LayoutPrototype service. Represents a row in the "LayoutPrototype" 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 LayoutPrototypeImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
-
LayoutPrototypeImpl
LayoutPrototype
- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.model.impl.LayoutPrototypeModelImpl
ACTIVE_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LAYOUTPROTOTYPEID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, ORDER_BY_SQL_INLINE_DISTINCT, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
Fields inherited from interface com.liferay.portal.kernel.model.LayoutPrototype
LAYOUT_PROTOTYPE_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.model.impl.LayoutPrototypeModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getActive, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getAvailableLanguageIds, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCreateDate, getCtCollectionId, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getLayoutPrototypeId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getOriginalActive, getOriginalCompanyId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getSettings, getStagedModelType, getUserId, getUserName, getUserUuid, getUuid, hashCode, hasSetModifiedDate, isActive, isEntityCacheEnabled, isFinderCacheEnabled, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, resetOriginalValues, setActive, setCompanyId, setCreateDate, setCtCollectionId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setLayoutPrototypeId, setModelAttributes, setModifiedDate, setMvccVersion, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setPrimaryKeyObj, setSettings, setUserId, setUserName, setUserUuid, setUuid, 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.portal.kernel.model.LayoutPrototype
getGroup, getGroupId, getLayout, getMergeFailCount, hasSetModifiedDate
Methods inherited from interface com.liferay.portal.kernel.model.LayoutPrototypeModel
cloneWithOriginalValues, getActive, getAvailableLanguageIds, getCompanyId, getCreateDate, getCtCollectionId, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getLayoutPrototypeId, getModifiedDate, getMvccVersion, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getSettings, getUserId, getUserName, getUserUuid, getUuid, isActive, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setActive, setCompanyId, setCreateDate, setCtCollectionId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setLayoutPrototypeId, setModifiedDate, setMvccVersion, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setSettings, setUserId, setUserName, setUserUuid, setUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Constructor Details
-
LayoutPrototypeBaseImpl
public LayoutPrototypeBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-