|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<PortalPreferences>
com.liferay.portal.model.impl.PortalPreferencesModelImpl
@ProviderType public class PortalPreferencesModelImpl
The base model implementation for the PortalPreferences service. Represents a row in the "PortalPreferences" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface PortalPreferencesModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in PortalPreferencesImpl.
PortalPreferencesImpl,
PortalPreferences,
PortalPreferencesModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
OWNERID_COLUMN_BITMASK
|
static long |
OWNERTYPE_COLUMN_BITMASK
|
static long |
PORTALPREFERENCESID_COLUMN_BITMASK
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static Map<String,Integer> |
TABLE_COLUMNS_MAP
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
PortalPreferencesModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(PortalPreferences portalPreferences)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getMvccVersion()
Returns the mvcc version of this portal preferences. |
long |
getOriginalOwnerId()
|
int |
getOriginalOwnerType()
|
long |
getOwnerId()
Returns the owner ID of this portal preferences. |
int |
getOwnerType()
Returns the owner type of this portal preferences. |
long |
getPortalPreferencesId()
Returns the portal preferences ID of this portal preferences. |
String |
getPreferences()
Returns the preferences of this portal preferences. |
long |
getPrimaryKey()
Returns the primary key of this portal preferences. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
hashCode()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this portal preferences. |
void |
setOwnerId(long ownerId)
Sets the owner ID of this portal preferences. |
void |
setOwnerType(int ownerType)
Sets the owner type of this portal preferences. |
void |
setPortalPreferencesId(long portalPreferencesId)
Sets the portal preferences ID of this portal preferences. |
void |
setPreferences(String preferences)
Sets the preferences of this portal preferences. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this portal preferences. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
CacheModel<PortalPreferences> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
PortalPreferences |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| 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.PortalPreferencesModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final 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 PORTALPREFERENCESID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public PortalPreferencesModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
PortalPreferencesModel
getPrimaryKey in interface PortalPreferencesModelpublic void setPrimaryKey(long primaryKey)
PortalPreferencesModel
setPrimaryKey in interface PortalPreferencesModelprimaryKey - the primary key of this portal preferencespublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<PortalPreferences>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface PortalPreferencesModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<PortalPreferences>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface PortalPreferencesModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<PortalPreferences>getModelAttributes in class BaseModelImpl<PortalPreferences>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<PortalPreferences>setModelAttributes in class BaseModelImpl<PortalPreferences>public long getMvccVersion()
PortalPreferencesModel
getMvccVersion in interface MVCCModelgetMvccVersion in interface PortalPreferencesModelpublic void setMvccVersion(long mvccVersion)
PortalPreferencesModel
setMvccVersion in interface MVCCModelsetMvccVersion in interface PortalPreferencesModelmvccVersion - the mvcc version of this portal preferencespublic long getPortalPreferencesId()
PortalPreferencesModel
getPortalPreferencesId in interface PortalPreferencesModelpublic void setPortalPreferencesId(long portalPreferencesId)
PortalPreferencesModel
setPortalPreferencesId in interface PortalPreferencesModelportalPreferencesId - the portal preferences ID of this portal preferencespublic long getOwnerId()
PortalPreferencesModel
getOwnerId in interface PortalPreferencesModelpublic void setOwnerId(long ownerId)
PortalPreferencesModel
setOwnerId in interface PortalPreferencesModelownerId - the owner ID of this portal preferencespublic long getOriginalOwnerId()
public int getOwnerType()
PortalPreferencesModel
getOwnerType in interface PortalPreferencesModelpublic void setOwnerType(int ownerType)
PortalPreferencesModel
setOwnerType in interface PortalPreferencesModelownerType - the owner type of this portal preferencespublic int getOriginalOwnerType()
public String getPreferences()
PortalPreferencesModel
getPreferences in interface PortalPreferencesModelpublic void setPreferences(String preferences)
PortalPreferencesModel
setPreferences in interface PortalPreferencesModelpreferences - the preferences of this portal preferencespublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<PortalPreferences>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface PortalPreferencesModelgetExpandoBridge in class BaseModelImpl<PortalPreferences>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<PortalPreferences>setExpandoBridgeAttributes in interface PortalPreferencesModelsetExpandoBridgeAttributes in class BaseModelImpl<PortalPreferences>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public PortalPreferences toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<PortalPreferences>toEscapedModel in interface PortalPreferencesModeltoEscapedModel in class BaseModelImpl<PortalPreferences>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<PortalPreferences>clone in interface PortalPreferencesModelclone in class BaseModelImpl<PortalPreferences>public int compareTo(PortalPreferences portalPreferences)
compareTo in interface PortalPreferencesModelcompareTo in interface Comparable<PortalPreferences>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface PortalPreferencesModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<PortalPreferences>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<PortalPreferences>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<PortalPreferences>resetOriginalValues in class BaseModelImpl<PortalPreferences>public CacheModel<PortalPreferences> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<PortalPreferences>toCacheModel in interface PortalPreferencesModeltoCacheModel in class BaseModelImpl<PortalPreferences>public String toString()
toString in interface PortalPreferencesModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<PortalPreferences>toXmlString in interface PortalPreferencesModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||