@JSON(strict=true)
@ProviderType
public class PortletPreferencesModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PortletPreferences>
implements com.liferay.portal.model.PortletPreferencesModel
This implementation and its corresponding interface PortletPreferencesModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in PortletPreferencesImpl.
PortletPreferencesImpl,
PortletPreferences,
PortletPreferencesModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
OWNERID_COLUMN_BITMASK |
static long |
OWNERTYPE_COLUMN_BITMASK |
static long |
PLID_COLUMN_BITMASK |
static long |
PORTLETID_COLUMN_BITMASK |
static long |
PORTLETPREFERENCESID_COLUMN_BITMASK |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
| Constructor and Description |
|---|
PortletPreferencesModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portal.model.PortletPreferences portletPreferences) |
boolean |
equals(java.lang.Object obj) |
long |
getColumnBitmask() |
long |
getCompanyId() |
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getMvccVersion() |
long |
getOriginalOwnerId() |
int |
getOriginalOwnerType() |
long |
getOriginalPlid() |
java.lang.String |
getOriginalPortletId() |
long |
getOwnerId() |
int |
getOwnerType() |
long |
getPlid() |
java.lang.String |
getPortletId() |
long |
getPortletPreferencesId() |
java.lang.String |
getPreferences() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setCompanyId(long companyId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion) |
void |
setOwnerId(long ownerId) |
void |
setOwnerType(int ownerType) |
void |
setPlid(long plid) |
void |
setPortletId(java.lang.String portletId) |
void |
setPortletPreferencesId(long portletPreferencesId) |
void |
setPreferences(java.lang.String preferences) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
com.liferay.portal.model.CacheModel<com.liferay.portal.model.PortletPreferences> |
toCacheModel() |
com.liferay.portal.model.PortletPreferences |
toEscapedModel() |
static com.liferay.portal.model.PortletPreferences |
toModel(com.liferay.portal.model.PortletPreferencesSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<com.liferay.portal.model.PortletPreferences> |
toModels(com.liferay.portal.model.PortletPreferencesSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long OWNERID_COLUMN_BITMASK
public static final long OWNERTYPE_COLUMN_BITMASK
public static final long PLID_COLUMN_BITMASK
public static final long PORTLETID_COLUMN_BITMASK
public static final long PORTLETPREFERENCESID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.portal.model.PortletPreferences toModel(com.liferay.portal.model.PortletPreferencesSoap soapModel)
soapModel - the soap model instance to convertpublic static java.util.List<com.liferay.portal.model.PortletPreferences> toModels(com.liferay.portal.model.PortletPreferencesSoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.model.PortletPreferencesModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.model.PortletPreferencesModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PortletPreferences>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portal.model.PortletPreferencesModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PortletPreferences>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portal.model.PortletPreferencesModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PortletPreferences>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PortletPreferences>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PortletPreferences>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PortletPreferences>@JSON public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.model.MVCCModelgetMvccVersion in interface com.liferay.portal.model.PortletPreferencesModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.model.MVCCModelsetMvccVersion in interface com.liferay.portal.model.PortletPreferencesModel@JSON public long getPortletPreferencesId()
getPortletPreferencesId in interface com.liferay.portal.model.PortletPreferencesModelpublic void setPortletPreferencesId(long portletPreferencesId)
setPortletPreferencesId in interface com.liferay.portal.model.PortletPreferencesModel@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.model.PortletPreferencesModelgetCompanyId in interface com.liferay.portal.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.model.PortletPreferencesModelsetCompanyId in interface com.liferay.portal.model.ShardedModel@JSON public long getOwnerId()
getOwnerId in interface com.liferay.portal.model.PortletPreferencesModelpublic void setOwnerId(long ownerId)
setOwnerId in interface com.liferay.portal.model.PortletPreferencesModelpublic long getOriginalOwnerId()
@JSON public int getOwnerType()
getOwnerType in interface com.liferay.portal.model.PortletPreferencesModelpublic void setOwnerType(int ownerType)
setOwnerType in interface com.liferay.portal.model.PortletPreferencesModelpublic int getOriginalOwnerType()
@JSON public long getPlid()
getPlid in interface com.liferay.portal.model.PortletPreferencesModelpublic void setPlid(long plid)
setPlid in interface com.liferay.portal.model.PortletPreferencesModelpublic long getOriginalPlid()
@JSON public java.lang.String getPortletId()
getPortletId in interface com.liferay.portal.model.PortletPreferencesModelpublic void setPortletId(java.lang.String portletId)
setPortletId in interface com.liferay.portal.model.PortletPreferencesModelpublic java.lang.String getOriginalPortletId()
@JSON public java.lang.String getPreferences()
getPreferences in interface com.liferay.portal.model.PortletPreferencesModelpublic void setPreferences(java.lang.String preferences)
setPreferences in interface com.liferay.portal.model.PortletPreferencesModelpublic long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PortletPreferences>getExpandoBridge in interface com.liferay.portal.model.ClassedModelgetExpandoBridge in interface com.liferay.portal.model.PortletPreferencesModelgetExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PortletPreferences>public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PortletPreferences>setExpandoBridgeAttributes in interface com.liferay.portal.model.PortletPreferencesModelsetExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PortletPreferences>public com.liferay.portal.model.PortletPreferences toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PortletPreferences>toEscapedModel in interface com.liferay.portal.model.PortletPreferencesModeltoEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PortletPreferences>public java.lang.Object clone()
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PortletPreferences>clone in interface com.liferay.portal.model.PortletPreferencesModelclone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PortletPreferences>public int compareTo(com.liferay.portal.model.PortletPreferences portletPreferences)
compareTo in interface com.liferay.portal.model.PortletPreferencesModelcompareTo in interface java.lang.Comparable<com.liferay.portal.model.PortletPreferences>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portal.model.PortletPreferencesModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PortletPreferences>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PortletPreferences>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PortletPreferences>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PortletPreferences>public com.liferay.portal.model.CacheModel<com.liferay.portal.model.PortletPreferences> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PortletPreferences>toCacheModel in interface com.liferay.portal.model.PortletPreferencesModeltoCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PortletPreferences>public java.lang.String toString()
toString in interface com.liferay.portal.model.PortletPreferencesModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.PortletPreferences>toXmlString in interface com.liferay.portal.model.PortletPreferencesModel