Package com.liferay.portal.model.impl
Class LayoutSetPrototypeImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetPrototype>
com.liferay.portal.model.impl.LayoutSetPrototypeModelImpl
com.liferay.portal.model.impl.LayoutSetPrototypeBaseImpl
com.liferay.portal.model.impl.LayoutSetPrototypeImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetPrototype>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.LayoutSetPrototype,com.liferay.portal.kernel.model.LayoutSetPrototypeModel,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.LayoutSetPrototype>
- Author:
- Brian Wing Shun Chan, Ryan Park
- See Also:
-
Field Summary
Fields inherited from class com.liferay.portal.model.impl.LayoutSetPrototypeModelImpl
ACTIVE_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LAYOUTSETPROTOTYPEID_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_BITMASKFields inherited from interface com.liferay.portal.kernel.model.LayoutSetPrototype
LAYOUT_SET_PROTOTYPE_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.GroupgetGroup()longcom.liferay.portal.kernel.model.LayoutSetintReturns the number of failed merge attempts for the layout set prototype since its last reset or update.com.liferay.portal.kernel.util.UnicodePropertiesbooleanvoidsetSettings(String settings) voidsetSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties settingsUnicodeProperties) Methods inherited from class com.liferay.portal.model.impl.LayoutSetPrototypeBaseImpl
persistMethods inherited from class com.liferay.portal.model.impl.LayoutSetPrototypeModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getActive, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getAvailableLanguageIds, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getLayoutSetPrototypeId, 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, isActive, isEntityCacheEnabled, isFinderCacheEnabled, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, resetOriginalValues, setActive, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setLayoutSetPrototypeId, setModelAttributes, setModifiedDate, setMvccVersion, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toStringMethods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.LayoutSetPrototypeModel
cloneWithOriginalValues, getActive, getAvailableLanguageIds, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getLayoutSetPrototypeId, getModifiedDate, getMvccVersion, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getSettings, getUserId, getUserName, getUserUuid, getUuid, isActive, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setActive, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setLayoutSetPrototypeId, setModifiedDate, setMvccVersion, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Constructor Details
-
LayoutSetPrototypeImpl
public LayoutSetPrototypeImpl()
-
-
Method Details
-
getGroup
public com.liferay.portal.kernel.model.Group getGroup() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupId
public long getGroupId() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutSet
public com.liferay.portal.kernel.model.LayoutSet getLayoutSet() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMergeFailCount
public int getMergeFailCount() throws com.liferay.portal.kernel.exception.PortalExceptionReturns the number of failed merge attempts for the layout set prototype since its last reset or update.- Returns:
- the number of failed merge attempts for the layout set prototype
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSettingsProperties
public com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties() -
getSettingsProperty
-
hasSetModifiedDate
public boolean hasSetModifiedDate()- Specified by:
hasSetModifiedDatein interfacecom.liferay.portal.kernel.model.LayoutSetPrototype- Overrides:
hasSetModifiedDatein classLayoutSetPrototypeModelImpl
-
setSettings
- Specified by:
setSettingsin interfacecom.liferay.portal.kernel.model.LayoutSetPrototypeModel- Overrides:
setSettingsin classLayoutSetPrototypeModelImpl
-
setSettingsProperties
public void setSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties settingsUnicodeProperties)
-