|
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<UserIdMapper>
com.liferay.portal.model.impl.UserIdMapperModelImpl
@ProviderType public class UserIdMapperModelImpl
The base model implementation for the UserIdMapper service. Represents a row in the "UserIdMapper" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface UserIdMapperModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in UserIdMapperImpl.
UserIdMapperImpl,
UserIdMapper,
UserIdMapperModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static long |
EXTERNALUSERID_COLUMN_BITMASK
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
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
|
static long |
TYPE_COLUMN_BITMASK
|
static long |
USERID_COLUMN_BITMASK
|
static long |
USERIDMAPPERID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
UserIdMapperModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(UserIdMapper userIdMapper)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this user ID mapper. |
String |
getDescription()
Returns the description of this user ID mapper. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getExternalUserId()
Returns the external user ID of this user ID mapper. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getMvccVersion()
Returns the mvcc version of this user ID mapper. |
String |
getOriginalExternalUserId()
|
String |
getOriginalType()
|
long |
getOriginalUserId()
|
long |
getPrimaryKey()
Returns the primary key of this user ID mapper. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
String |
getType()
Returns the type of this user ID mapper. |
long |
getUserId()
Returns the user ID of this user ID mapper. |
long |
getUserIdMapperId()
Returns the user ID mapper ID of this user ID mapper. |
String |
getUserUuid()
Returns the user uuid of this user ID mapper. |
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 |
setCompanyId(long companyId)
Sets the company ID of this user ID mapper. |
void |
setDescription(String description)
Sets the description of this user ID mapper. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setExternalUserId(String externalUserId)
Sets the external user ID of this user ID mapper. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this user ID mapper. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this user ID mapper. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setType(String type)
Sets the type of this user ID mapper. |
void |
setUserId(long userId)
Sets the user ID of this user ID mapper. |
void |
setUserIdMapperId(long userIdMapperId)
Sets the user ID mapper ID of this user ID mapper. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this user ID mapper. |
CacheModel<UserIdMapper> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
UserIdMapper |
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.UserIdMapperModel |
|---|
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 EXTERNALUSERID_COLUMN_BITMASK
public static final long TYPE_COLUMN_BITMASK
public static final long USERID_COLUMN_BITMASK
public static final long USERIDMAPPERID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public UserIdMapperModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
UserIdMapperModel
getPrimaryKey in interface UserIdMapperModelpublic void setPrimaryKey(long primaryKey)
UserIdMapperModel
setPrimaryKey in interface UserIdMapperModelprimaryKey - the primary key of this user ID mapperpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<UserIdMapper>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface UserIdMapperModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<UserIdMapper>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface UserIdMapperModelprimaryKeyObj - 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<UserIdMapper>getModelAttributes in class BaseModelImpl<UserIdMapper>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<UserIdMapper>setModelAttributes in class BaseModelImpl<UserIdMapper>public long getMvccVersion()
UserIdMapperModel
getMvccVersion in interface MVCCModelgetMvccVersion in interface UserIdMapperModelpublic void setMvccVersion(long mvccVersion)
UserIdMapperModel
setMvccVersion in interface MVCCModelsetMvccVersion in interface UserIdMapperModelmvccVersion - the mvcc version of this user ID mapperpublic long getUserIdMapperId()
UserIdMapperModel
getUserIdMapperId in interface UserIdMapperModelpublic void setUserIdMapperId(long userIdMapperId)
UserIdMapperModel
setUserIdMapperId in interface UserIdMapperModeluserIdMapperId - the user ID mapper ID of this user ID mapperpublic long getCompanyId()
UserIdMapperModel
getCompanyId in interface ShardedModelgetCompanyId in interface UserIdMapperModelpublic void setCompanyId(long companyId)
UserIdMapperModel
setCompanyId in interface ShardedModelsetCompanyId in interface UserIdMapperModelcompanyId - the company ID of this user ID mapperpublic long getUserId()
UserIdMapperModel
getUserId in interface UserIdMapperModelpublic void setUserId(long userId)
UserIdMapperModel
setUserId in interface UserIdMapperModeluserId - the user ID of this user ID mapperpublic String getUserUuid()
UserIdMapperModel
getUserUuid in interface UserIdMapperModelpublic void setUserUuid(String userUuid)
UserIdMapperModel
setUserUuid in interface UserIdMapperModeluserUuid - the user uuid of this user ID mapperpublic long getOriginalUserId()
public String getType()
UserIdMapperModel
getType in interface UserIdMapperModelpublic void setType(String type)
UserIdMapperModel
setType in interface UserIdMapperModeltype - the type of this user ID mapperpublic String getOriginalType()
public String getDescription()
UserIdMapperModel
getDescription in interface UserIdMapperModelpublic void setDescription(String description)
UserIdMapperModel
setDescription in interface UserIdMapperModeldescription - the description of this user ID mapperpublic String getExternalUserId()
UserIdMapperModel
getExternalUserId in interface UserIdMapperModelpublic void setExternalUserId(String externalUserId)
UserIdMapperModel
setExternalUserId in interface UserIdMapperModelexternalUserId - the external user ID of this user ID mapperpublic String getOriginalExternalUserId()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<UserIdMapper>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface UserIdMapperModelgetExpandoBridge in class BaseModelImpl<UserIdMapper>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<UserIdMapper>setExpandoBridgeAttributes in interface UserIdMapperModelsetExpandoBridgeAttributes in class BaseModelImpl<UserIdMapper>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public UserIdMapper toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<UserIdMapper>toEscapedModel in interface UserIdMapperModeltoEscapedModel in class BaseModelImpl<UserIdMapper>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<UserIdMapper>clone in interface UserIdMapperModelclone in class BaseModelImpl<UserIdMapper>public int compareTo(UserIdMapper userIdMapper)
compareTo in interface UserIdMapperModelcompareTo in interface Comparable<UserIdMapper>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface UserIdMapperModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<UserIdMapper>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<UserIdMapper>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<UserIdMapper>resetOriginalValues in class BaseModelImpl<UserIdMapper>public CacheModel<UserIdMapper> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<UserIdMapper>toCacheModel in interface UserIdMapperModeltoCacheModel in class BaseModelImpl<UserIdMapper>public String toString()
toString in interface UserIdMapperModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<UserIdMapper>toXmlString in interface UserIdMapperModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||