Liferay 6.1.2-ce-ga3

com.liferay.portlet.social.model.impl
Class SocialRequestModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<SocialRequest>
      extended by com.liferay.portlet.social.model.impl.SocialRequestModelImpl
All Implemented Interfaces:
AttachedModel, BaseModel<SocialRequest>, ClassedModel, SocialRequestModel, Serializable, Cloneable, Comparable<SocialRequest>
Direct Known Subclasses:
SocialRequestBaseImpl

public class SocialRequestModelImpl
extends BaseModelImpl<SocialRequest>
implements SocialRequestModel

The base model implementation for the SocialRequest service. Represents a row in the "SocialRequest" database table, with each column mapped to a property of this class.

This implementation and its corresponding interface SocialRequestModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialRequestImpl.

See Also:
SocialRequestImpl, SocialRequest, SocialRequestModel, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static long CLASSNAMEID_COLUMN_BITMASK
           
static long CLASSPK_COLUMN_BITMASK
           
static boolean COLUMN_BITMASK_ENABLED
           
static long COMPANYID_COLUMN_BITMASK
           
static String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static long GROUPID_COLUMN_BITMASK
           
static long LOCK_EXPIRATION_TIME
           
static String ORDER_BY_JPQL
           
static String ORDER_BY_SQL
           
static long RECEIVERUSERID_COLUMN_BITMASK
           
static String SESSION_FACTORY
           
static long STATUS_COLUMN_BITMASK
           
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 UUID_COLUMN_BITMASK
           
 
Constructor Summary
SocialRequestModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(SocialRequest socialRequest)
           
 boolean equals(Object obj)
           
 String getClassName()
          Returns the fully qualified class name of this social request.
 long getClassNameId()
          Returns the class name ID of this social request.
 long getClassPK()
          Returns the class p k of this social request.
 long getColumnBitmask()
           
 long getCompanyId()
          Returns the company ID of this social request.
 long getCreateDate()
          Returns the create date of this social request.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 String getExtraData()
          Returns the extra data of this social request.
 long getGroupId()
          Returns the group ID of this social request.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 long getModifiedDate()
          Returns the modified date of this social request.
 long getOriginalClassNameId()
           
 long getOriginalClassPK()
           
 long getOriginalCompanyId()
           
 long getOriginalGroupId()
           
 long getOriginalReceiverUserId()
           
 int getOriginalStatus()
           
 int getOriginalType()
           
 long getOriginalUserId()
           
 String getOriginalUuid()
           
 long getPrimaryKey()
          Returns the primary key of this social request.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 long getReceiverUserId()
          Returns the receiver user ID of this social request.
 String getReceiverUserUuid()
          Returns the receiver user uuid of this social request.
 long getRequestId()
          Returns the request ID of this social request.
 int getStatus()
          Returns the status of this social request.
 int getType()
          Returns the type of this social request.
 long getUserId()
          Returns the user ID of this social request.
 String getUserUuid()
          Returns the user uuid of this social request.
 String getUuid()
          Returns the uuid of this social request.
 int hashCode()
           
 void resetOriginalValues()
          Reset all original fields to current values.
 void setClassName(String className)
           
 void setClassNameId(long classNameId)
          Sets the class name ID of this social request.
 void setClassPK(long classPK)
          Sets the class p k of this social request.
 void setCompanyId(long companyId)
          Sets the company ID of this social request.
 void setCreateDate(long createDate)
          Sets the create date of this social request.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setExtraData(String extraData)
          Sets the extra data of this social request.
 void setGroupId(long groupId)
          Sets the group ID of this social request.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(long modifiedDate)
          Sets the modified date of this social request.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this social request.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setReceiverUserId(long receiverUserId)
          Sets the receiver user ID of this social request.
 void setReceiverUserUuid(String receiverUserUuid)
          Sets the receiver user uuid of this social request.
 void setRequestId(long requestId)
          Sets the request ID of this social request.
 void setStatus(int status)
          Sets the status of this social request.
 void setType(int type)
          Sets the type of this social request.
 void setUserId(long userId)
          Sets the user ID of this social request.
 void setUserUuid(String userUuid)
          Sets the user uuid of this social request.
 void setUuid(String uuid)
          Sets the uuid of this social request.
 CacheModel<SocialRequest> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 SocialRequest toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 SocialRequest toUnescapedModel()
           
 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, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.social.model.SocialRequestModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 

Field Detail

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

CLASSNAMEID_COLUMN_BITMASK

public static long CLASSNAMEID_COLUMN_BITMASK

CLASSPK_COLUMN_BITMASK

public static long CLASSPK_COLUMN_BITMASK

COMPANYID_COLUMN_BITMASK

public static long COMPANYID_COLUMN_BITMASK

GROUPID_COLUMN_BITMASK

public static long GROUPID_COLUMN_BITMASK

RECEIVERUSERID_COLUMN_BITMASK

public static long RECEIVERUSERID_COLUMN_BITMASK

STATUS_COLUMN_BITMASK

public static long STATUS_COLUMN_BITMASK

TYPE_COLUMN_BITMASK

public static long TYPE_COLUMN_BITMASK

USERID_COLUMN_BITMASK

public static long USERID_COLUMN_BITMASK

UUID_COLUMN_BITMASK

public static long UUID_COLUMN_BITMASK

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

SocialRequestModelImpl

public SocialRequestModelImpl()
Method Detail

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: SocialRequestModel
Returns the primary key of this social request.

Specified by:
getPrimaryKey in interface SocialRequestModel
Returns:
the primary key of this social request

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Description copied from interface: SocialRequestModel
Sets the primary key of this social request.

Specified by:
setPrimaryKey in interface SocialRequestModel
Parameters:
primaryKey - the primary key of this social request

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<SocialRequest>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface SocialRequestModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<SocialRequest>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface SocialRequestModel
Parameters:
primaryKeyObj - the primary key of this model instance

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<SocialRequest>
Overrides:
getModelAttributes in class BaseModelImpl<SocialRequest>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<SocialRequest>
Overrides:
setModelAttributes in class BaseModelImpl<SocialRequest>

getUuid

public String getUuid()
Description copied from interface: SocialRequestModel
Returns the uuid of this social request.

Specified by:
getUuid in interface SocialRequestModel
Returns:
the uuid of this social request

setUuid

public void setUuid(String uuid)
Description copied from interface: SocialRequestModel
Sets the uuid of this social request.

Specified by:
setUuid in interface SocialRequestModel
Parameters:
uuid - the uuid of this social request

getOriginalUuid

public String getOriginalUuid()

getRequestId

public long getRequestId()
Description copied from interface: SocialRequestModel
Returns the request ID of this social request.

Specified by:
getRequestId in interface SocialRequestModel
Returns:
the request ID of this social request

setRequestId

public void setRequestId(long requestId)
Description copied from interface: SocialRequestModel
Sets the request ID of this social request.

Specified by:
setRequestId in interface SocialRequestModel
Parameters:
requestId - the request ID of this social request

getGroupId

public long getGroupId()
Description copied from interface: SocialRequestModel
Returns the group ID of this social request.

Specified by:
getGroupId in interface SocialRequestModel
Returns:
the group ID of this social request

setGroupId

public void setGroupId(long groupId)
Description copied from interface: SocialRequestModel
Sets the group ID of this social request.

Specified by:
setGroupId in interface SocialRequestModel
Parameters:
groupId - the group ID of this social request

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

public long getCompanyId()
Description copied from interface: SocialRequestModel
Returns the company ID of this social request.

Specified by:
getCompanyId in interface SocialRequestModel
Returns:
the company ID of this social request

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: SocialRequestModel
Sets the company ID of this social request.

Specified by:
setCompanyId in interface SocialRequestModel
Parameters:
companyId - the company ID of this social request

getOriginalCompanyId

public long getOriginalCompanyId()

getUserId

public long getUserId()
Description copied from interface: SocialRequestModel
Returns the user ID of this social request.

Specified by:
getUserId in interface SocialRequestModel
Returns:
the user ID of this social request

setUserId

public void setUserId(long userId)
Description copied from interface: SocialRequestModel
Sets the user ID of this social request.

Specified by:
setUserId in interface SocialRequestModel
Parameters:
userId - the user ID of this social request

getUserUuid

public String getUserUuid()
                   throws SystemException
Description copied from interface: SocialRequestModel
Returns the user uuid of this social request.

Specified by:
getUserUuid in interface SocialRequestModel
Returns:
the user uuid of this social request
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: SocialRequestModel
Sets the user uuid of this social request.

Specified by:
setUserUuid in interface SocialRequestModel
Parameters:
userUuid - the user uuid of this social request

getOriginalUserId

public long getOriginalUserId()

getCreateDate

public long getCreateDate()
Description copied from interface: SocialRequestModel
Returns the create date of this social request.

Specified by:
getCreateDate in interface SocialRequestModel
Returns:
the create date of this social request

setCreateDate

public void setCreateDate(long createDate)
Description copied from interface: SocialRequestModel
Sets the create date of this social request.

Specified by:
setCreateDate in interface SocialRequestModel
Parameters:
createDate - the create date of this social request

getModifiedDate

public long getModifiedDate()
Description copied from interface: SocialRequestModel
Returns the modified date of this social request.

Specified by:
getModifiedDate in interface SocialRequestModel
Returns:
the modified date of this social request

setModifiedDate

public void setModifiedDate(long modifiedDate)
Description copied from interface: SocialRequestModel
Sets the modified date of this social request.

Specified by:
setModifiedDate in interface SocialRequestModel
Parameters:
modifiedDate - the modified date of this social request

getClassName

public String getClassName()
Description copied from interface: SocialRequestModel
Returns the fully qualified class name of this social request.

Specified by:
getClassName in interface AttachedModel
Specified by:
getClassName in interface SocialRequestModel
Returns:
the fully qualified class name of this social request

setClassName

public void setClassName(String className)
Specified by:
setClassName in interface SocialRequestModel

getClassNameId

public long getClassNameId()
Description copied from interface: SocialRequestModel
Returns the class name ID of this social request.

Specified by:
getClassNameId in interface AttachedModel
Specified by:
getClassNameId in interface SocialRequestModel
Returns:
the class name ID of this social request

setClassNameId

public void setClassNameId(long classNameId)
Description copied from interface: SocialRequestModel
Sets the class name ID of this social request.

Specified by:
setClassNameId in interface AttachedModel
Specified by:
setClassNameId in interface SocialRequestModel
Parameters:
classNameId - the class name ID of this social request

getOriginalClassNameId

public long getOriginalClassNameId()

getClassPK

public long getClassPK()
Description copied from interface: SocialRequestModel
Returns the class p k of this social request.

Specified by:
getClassPK in interface AttachedModel
Specified by:
getClassPK in interface SocialRequestModel
Returns:
the class p k of this social request

setClassPK

public void setClassPK(long classPK)
Description copied from interface: SocialRequestModel
Sets the class p k of this social request.

Specified by:
setClassPK in interface AttachedModel
Specified by:
setClassPK in interface SocialRequestModel
Parameters:
classPK - the class p k of this social request

getOriginalClassPK

public long getOriginalClassPK()

getType

public int getType()
Description copied from interface: SocialRequestModel
Returns the type of this social request.

Specified by:
getType in interface SocialRequestModel
Returns:
the type of this social request

setType

public void setType(int type)
Description copied from interface: SocialRequestModel
Sets the type of this social request.

Specified by:
setType in interface SocialRequestModel
Parameters:
type - the type of this social request

getOriginalType

public int getOriginalType()

getExtraData

public String getExtraData()
Description copied from interface: SocialRequestModel
Returns the extra data of this social request.

Specified by:
getExtraData in interface SocialRequestModel
Returns:
the extra data of this social request

setExtraData

public void setExtraData(String extraData)
Description copied from interface: SocialRequestModel
Sets the extra data of this social request.

Specified by:
setExtraData in interface SocialRequestModel
Parameters:
extraData - the extra data of this social request

getReceiverUserId

public long getReceiverUserId()
Description copied from interface: SocialRequestModel
Returns the receiver user ID of this social request.

Specified by:
getReceiverUserId in interface SocialRequestModel
Returns:
the receiver user ID of this social request

setReceiverUserId

public void setReceiverUserId(long receiverUserId)
Description copied from interface: SocialRequestModel
Sets the receiver user ID of this social request.

Specified by:
setReceiverUserId in interface SocialRequestModel
Parameters:
receiverUserId - the receiver user ID of this social request

getReceiverUserUuid

public String getReceiverUserUuid()
                           throws SystemException
Description copied from interface: SocialRequestModel
Returns the receiver user uuid of this social request.

Specified by:
getReceiverUserUuid in interface SocialRequestModel
Returns:
the receiver user uuid of this social request
Throws:
SystemException - if a system exception occurred

setReceiverUserUuid

public void setReceiverUserUuid(String receiverUserUuid)
Description copied from interface: SocialRequestModel
Sets the receiver user uuid of this social request.

Specified by:
setReceiverUserUuid in interface SocialRequestModel
Parameters:
receiverUserUuid - the receiver user uuid of this social request

getOriginalReceiverUserId

public long getOriginalReceiverUserId()

getStatus

public int getStatus()
Description copied from interface: SocialRequestModel
Returns the status of this social request.

Specified by:
getStatus in interface SocialRequestModel
Returns:
the status of this social request

setStatus

public void setStatus(int status)
Description copied from interface: SocialRequestModel
Sets the status of this social request.

Specified by:
setStatus in interface SocialRequestModel
Parameters:
status - the status of this social request

getOriginalStatus

public int getOriginalStatus()

getColumnBitmask

public long getColumnBitmask()

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<SocialRequest>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface SocialRequestModel
Overrides:
getExpandoBridge in class BaseModelImpl<SocialRequest>
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<SocialRequest>
Specified by:
setExpandoBridgeAttributes in interface SocialRequestModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<SocialRequest>
Parameters:
serviceContext - the service context
See Also:
ServiceContext.getExpandoBridgeAttributes( )

toEscapedModel

public SocialRequest toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<SocialRequest>
Specified by:
toEscapedModel in interface SocialRequestModel
Overrides:
toEscapedModel in class BaseModelImpl<SocialRequest>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public SocialRequest toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<SocialRequest>
Specified by:
toUnescapedModel in interface SocialRequestModel
Overrides:
toUnescapedModel in class BaseModelImpl<SocialRequest>

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<SocialRequest>
Specified by:
clone in interface SocialRequestModel
Specified by:
clone in class BaseModelImpl<SocialRequest>
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(SocialRequest socialRequest)
Specified by:
compareTo in interface SocialRequestModel
Specified by:
compareTo in interface Comparable<SocialRequest>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface SocialRequestModel
Overrides:
hashCode in class Object

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<SocialRequest>
Overrides:
resetOriginalValues in class BaseModelImpl<SocialRequest>

toCacheModel

public CacheModel<SocialRequest> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<SocialRequest>
Specified by:
toCacheModel in interface SocialRequestModel
Overrides:
toCacheModel in class BaseModelImpl<SocialRequest>
Returns:
the cache model object

toString

public String toString()
Specified by:
toString in interface SocialRequestModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<SocialRequest>
Specified by:
toXmlString in interface SocialRequestModel
Returns:
the XML representation of this model instance

Liferay 6.1.2-ce-ga3