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_BITMASK
Fields 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.Group
getGroup()
long
com.liferay.portal.kernel.model.LayoutSet
int
Returns the number of failed merge attempts for the layout set prototype since its last reset or update.com.liferay.portal.kernel.util.UnicodeProperties
boolean
void
setSettings
(String settings) void
setSettingsProperties
(com.liferay.portal.kernel.util.UnicodeProperties settingsUnicodeProperties) Methods inherited from class com.liferay.portal.model.impl.LayoutSetPrototypeBaseImpl
persist
Methods 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, 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.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, toXmlString
Methods 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:
hasSetModifiedDate
in interfacecom.liferay.portal.kernel.model.LayoutSetPrototype
- Overrides:
hasSetModifiedDate
in classLayoutSetPrototypeModelImpl
-
setSettings
- Specified by:
setSettings
in interfacecom.liferay.portal.kernel.model.LayoutSetPrototypeModel
- Overrides:
setSettings
in classLayoutSetPrototypeModelImpl
-
setSettingsProperties
public void setSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties settingsUnicodeProperties)
-