Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class PortletItemImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<PortletItem>
      extended by com.liferay.portal.model.impl.PortletItemModelImpl
          extended by com.liferay.portal.model.impl.PortletItemBaseImpl
              extended by com.liferay.portal.model.impl.PortletItemImpl
All Implemented Interfaces:
AuditedModel, BaseModel<PortletItem>, ClassedModel, GroupedModel, PersistedModel, PortletItem, PortletItemModel, Serializable, Cloneable, Comparable<PortletItem>

public class PortletItemImpl
extends PortletItemBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.PortletItemModelImpl
CLASSNAMEID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, PORTLETID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
PortletItemImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.PortletItemBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.PortletItemModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalClassNameId, getOriginalGroupId, getOriginalName, getOriginalPortletId, getPortletId, getPortletItemId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, hashCode, resetOriginalValues, setClassName, setClassNameId, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setModifiedDate, setName, setPortletId, setPortletItemId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.PortletItemModel
clone, compareTo, getClassName, getClassNameId, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getName, getPortletId, getPortletItemId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPortletId, setPortletItemId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, 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.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

PortletItemImpl

public PortletItemImpl()

Liferay 6.1.2-ce-ga3