Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class LayoutPrototypeImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<LayoutPrototype>
      extended by com.liferay.portal.model.impl.LayoutPrototypeModelImpl
          extended by com.liferay.portal.model.impl.LayoutPrototypeBaseImpl
              extended by com.liferay.portal.model.impl.LayoutPrototypeImpl
All Implemented Interfaces:
AuditedModel, BaseModel<LayoutPrototype>, ClassedModel, LayoutPrototype, LayoutPrototypeModel, PersistedModel, StagedAuditedModel, StagedModel, Serializable, Cloneable, Comparable<LayoutPrototype>

public class LayoutPrototypeImpl
extends LayoutPrototypeBaseImpl

See Also:
Serialized Form

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, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
LayoutPrototypeImpl()
           
 
Method Summary
 Group getGroup()
           
 long getGroupId()
           
 Layout getLayout()
           
 
Methods inherited from class com.liferay.portal.model.impl.LayoutPrototypeBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.LayoutPrototypeModelImpl
clone, compareTo, equals, getActive, getAvailableLanguageIds, getColumnBitmask, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getExpandoBridge, getLayoutPrototypeId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getOriginalActive, getOriginalCompanyId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getSettings, getStagedModelType, getUserId, getUserName, getUserUuid, getUuid, hashCode, isActive, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, resetOriginalValues, setActive, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setLayoutPrototypeId, setModelAttributes, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setPrimaryKeyObj, setSettings, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.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.model.LayoutPrototypeModel
clone, compareTo, getActive, getAvailableLanguageIds, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getExpandoBridge, getLayoutPrototypeId, getModifiedDate, 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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setLayoutPrototypeId, setModifiedDate, 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, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

LayoutPrototypeImpl

public LayoutPrototypeImpl()
Method Detail

getGroup

public Group getGroup()
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getGroupId

public long getGroupId()
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

getLayout

public Layout getLayout()
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5