Liferay 7.0-ce-b4

com.liferay.portal.model
Interface LayoutPrototype

All Superinterfaces:
AuditedModel, BaseModel<LayoutPrototype>, ClassedModel, Cloneable, Comparable<LayoutPrototype>, LayoutPrototypeModel, LocalizedModel, MVCCModel, PersistedModel, Serializable, ShardedModel, StagedAuditedModel, StagedModel
All Known Implementing Classes:
LayoutPrototypeWrapper

@ProviderType
public interface LayoutPrototype
extends LayoutPrototypeModel, PersistedModel

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

See Also:
LayoutPrototypeModel, LayoutPrototypeImpl, LayoutPrototypeModelImpl

Field Summary
static Accessor<LayoutPrototype,Long> LAYOUT_PROTOTYPE_ID_ACCESSOR
           
 
Method Summary
 Group getGroup()
           
 long getGroupId()
           
 Layout getLayout()
           
 boolean hasSetModifiedDate()
           
 
Methods inherited from interface com.liferay.portal.model.LayoutPrototypeModel
clone, compareTo, getActive, getAvailableLanguageIds, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getLayoutPrototypeId, getModifiedDate, getMvccVersion, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getSettings, getUserId, getUserName, getUserUuid, getUuid, hashCode, isActive, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setActive, setCachedModel, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setLayoutPrototypeId, setModifiedDate, setMvccVersion, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setSettings, setUserId, setUserName, setUserUuid, setUuid, 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.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

LAYOUT_PROTOTYPE_ID_ACCESSOR

static final Accessor<LayoutPrototype,Long> LAYOUT_PROTOTYPE_ID_ACCESSOR
Method Detail

getGroup

Group getGroup()
               throws PortalException
Throws:
PortalException

getGroupId

long getGroupId()
                throws PortalException
Throws:
PortalException

getLayout

Layout getLayout()
                 throws PortalException
Throws:
PortalException

hasSetModifiedDate

boolean hasSetModifiedDate()

Liferay 7.0-ce-b4