|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.model.impl.BaseModelImpl<UserIdMapper> com.liferay.portal.model.impl.UserIdMapperModelImpl
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 FormField 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 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()
|
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()
|
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()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
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 |
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 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 long EXTERNALUSERID_COLUMN_BITMASK
public static long TYPE_COLUMN_BITMASK
public static long USERID_COLUMN_BITMASK
public static long USERIDMAPPERID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public UserIdMapperModelImpl()
Method Detail |
---|
public long getPrimaryKey()
UserIdMapperModel
getPrimaryKey
in interface UserIdMapperModel
public void setPrimaryKey(long primaryKey)
UserIdMapperModel
setPrimaryKey
in interface UserIdMapperModel
primaryKey
- the primary key of this user ID mapperpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<UserIdMapper>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface UserIdMapperModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<UserIdMapper>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface UserIdMapperModel
primaryKeyObj
- the primary key of this model instancepublic Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public 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 getUserIdMapperId()
UserIdMapperModel
getUserIdMapperId
in interface UserIdMapperModel
public void setUserIdMapperId(long userIdMapperId)
UserIdMapperModel
setUserIdMapperId
in interface UserIdMapperModel
userIdMapperId
- the user ID mapper ID of this user ID mapperpublic long getUserId()
UserIdMapperModel
getUserId
in interface UserIdMapperModel
public void setUserId(long userId)
UserIdMapperModel
setUserId
in interface UserIdMapperModel
userId
- the user ID of this user ID mapperpublic String getUserUuid() throws SystemException
UserIdMapperModel
getUserUuid
in interface UserIdMapperModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
UserIdMapperModel
setUserUuid
in interface UserIdMapperModel
userUuid
- the user uuid of this user ID mapperpublic long getOriginalUserId()
public String getType()
UserIdMapperModel
getType
in interface UserIdMapperModel
public void setType(String type)
UserIdMapperModel
setType
in interface UserIdMapperModel
type
- the type of this user ID mapperpublic String getOriginalType()
public String getDescription()
UserIdMapperModel
getDescription
in interface UserIdMapperModel
public void setDescription(String description)
UserIdMapperModel
setDescription
in interface UserIdMapperModel
description
- the description of this user ID mapperpublic String getExternalUserId()
UserIdMapperModel
getExternalUserId
in interface UserIdMapperModel
public void setExternalUserId(String externalUserId)
UserIdMapperModel
setExternalUserId
in interface UserIdMapperModel
externalUserId
- 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 ClassedModel
getExpandoBridge
in interface UserIdMapperModel
getExpandoBridge
in class BaseModelImpl<UserIdMapper>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<UserIdMapper>
setExpandoBridgeAttributes
in interface UserIdMapperModel
setExpandoBridgeAttributes
in class BaseModelImpl<UserIdMapper>
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)
public UserIdMapper toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<UserIdMapper>
toEscapedModel
in interface UserIdMapperModel
toEscapedModel
in class BaseModelImpl<UserIdMapper>
AutoEscapeBeanHandler
public Object clone()
BaseModel
clone
in interface BaseModel<UserIdMapper>
clone
in interface UserIdMapperModel
clone
in class BaseModelImpl<UserIdMapper>
public int compareTo(UserIdMapper userIdMapper)
compareTo
in interface UserIdMapperModel
compareTo
in interface Comparable<UserIdMapper>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface UserIdMapperModel
hashCode
in class Object
public 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 UserIdMapperModel
toCacheModel
in class BaseModelImpl<UserIdMapper>
public String toString()
toString
in interface UserIdMapperModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<UserIdMapper>
toXmlString
in interface UserIdMapperModel
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |