|
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<MembershipRequest>
com.liferay.portal.model.impl.MembershipRequestModelImpl
@JSON(strict=true) @ProviderType public class MembershipRequestModelImpl
The base model implementation for the MembershipRequest service. Represents a row in the "MembershipRequest" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface MembershipRequestModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in MembershipRequestImpl.
MembershipRequestImpl,
MembershipRequest,
MembershipRequestModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
CREATEDATE_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 String |
SESSION_FACTORY
|
static long |
STATUSID_COLUMN_BITMASK
|
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 |
USERID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
MembershipRequestModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MembershipRequest membershipRequest)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
String |
getComments()
Returns the comments of this membership request. |
long |
getCompanyId()
Returns the company ID of this membership request. |
Date |
getCreateDate()
Returns the create date of this membership request. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this membership request. |
long |
getMembershipRequestId()
Returns the membership request ID of this membership request. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getMvccVersion()
Returns the mvcc version of this membership request. |
long |
getOriginalGroupId()
|
long |
getOriginalStatusId()
|
long |
getOriginalUserId()
|
long |
getPrimaryKey()
Returns the primary key of this membership request. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getReplierUserId()
Returns the replier user ID of this membership request. |
String |
getReplierUserUuid()
Returns the replier user uuid of this membership request. |
String |
getReplyComments()
Returns the reply comments of this membership request. |
Date |
getReplyDate()
Returns the reply date of this membership request. |
long |
getStatusId()
Returns the status ID of this membership request. |
long |
getUserId()
Returns the user ID of this membership request. |
String |
getUserUuid()
Returns the user uuid of this membership request. |
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 |
setComments(String comments)
Sets the comments of this membership request. |
void |
setCompanyId(long companyId)
Sets the company ID of this membership request. |
void |
setCreateDate(Date createDate)
Sets the create date of this membership request. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group ID of this membership request. |
void |
setMembershipRequestId(long membershipRequestId)
Sets the membership request ID of this membership request. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this membership request. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this membership request. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setReplierUserId(long replierUserId)
Sets the replier user ID of this membership request. |
void |
setReplierUserUuid(String replierUserUuid)
Sets the replier user uuid of this membership request. |
void |
setReplyComments(String replyComments)
Sets the reply comments of this membership request. |
void |
setReplyDate(Date replyDate)
Sets the reply date of this membership request. |
void |
setStatusId(long statusId)
Sets the status ID of this membership request. |
void |
setUserId(long userId)
Sets the user ID of this membership request. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this membership request. |
CacheModel<MembershipRequest> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
MembershipRequest |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static MembershipRequest |
toModel(MembershipRequestSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<MembershipRequest> |
toModels(MembershipRequestSoap[] soapModels)
Converts the soap model instances into normal model instances. |
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.MembershipRequestModel |
|---|
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 GROUPID_COLUMN_BITMASK
public static final long STATUSID_COLUMN_BITMASK
public static final long USERID_COLUMN_BITMASK
public static final long CREATEDATE_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public MembershipRequestModelImpl()
| Method Detail |
|---|
public static MembershipRequest toModel(MembershipRequestSoap soapModel)
soapModel - the soap model instance to convert
public static List<MembershipRequest> toModels(MembershipRequestSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
MembershipRequestModel
getPrimaryKey in interface MembershipRequestModelpublic void setPrimaryKey(long primaryKey)
MembershipRequestModel
setPrimaryKey in interface MembershipRequestModelprimaryKey - the primary key of this membership requestpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MembershipRequest>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface MembershipRequestModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<MembershipRequest>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface MembershipRequestModelprimaryKeyObj - 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<MembershipRequest>getModelAttributes in class BaseModelImpl<MembershipRequest>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<MembershipRequest>setModelAttributes in class BaseModelImpl<MembershipRequest>@JSON public long getMvccVersion()
MembershipRequestModel
getMvccVersion in interface MembershipRequestModelgetMvccVersion in interface MVCCModelpublic void setMvccVersion(long mvccVersion)
MembershipRequestModel
setMvccVersion in interface MembershipRequestModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this membership request@JSON public long getMembershipRequestId()
MembershipRequestModel
getMembershipRequestId in interface MembershipRequestModelpublic void setMembershipRequestId(long membershipRequestId)
MembershipRequestModel
setMembershipRequestId in interface MembershipRequestModelmembershipRequestId - the membership request ID of this membership request@JSON public long getGroupId()
MembershipRequestModel
getGroupId in interface MembershipRequestModelpublic void setGroupId(long groupId)
MembershipRequestModel
setGroupId in interface MembershipRequestModelgroupId - the group ID of this membership requestpublic long getOriginalGroupId()
@JSON public long getCompanyId()
MembershipRequestModel
getCompanyId in interface MembershipRequestModelgetCompanyId in interface ShardedModelpublic void setCompanyId(long companyId)
MembershipRequestModel
setCompanyId in interface MembershipRequestModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this membership request@JSON public long getUserId()
MembershipRequestModel
getUserId in interface MembershipRequestModelpublic void setUserId(long userId)
MembershipRequestModel
setUserId in interface MembershipRequestModeluserId - the user ID of this membership requestpublic String getUserUuid()
MembershipRequestModel
getUserUuid in interface MembershipRequestModelpublic void setUserUuid(String userUuid)
MembershipRequestModel
setUserUuid in interface MembershipRequestModeluserUuid - the user uuid of this membership requestpublic long getOriginalUserId()
@JSON public Date getCreateDate()
MembershipRequestModel
getCreateDate in interface MembershipRequestModelpublic void setCreateDate(Date createDate)
MembershipRequestModel
setCreateDate in interface MembershipRequestModelcreateDate - the create date of this membership request@JSON public String getComments()
MembershipRequestModel
getComments in interface MembershipRequestModelpublic void setComments(String comments)
MembershipRequestModel
setComments in interface MembershipRequestModelcomments - the comments of this membership request@JSON public String getReplyComments()
MembershipRequestModel
getReplyComments in interface MembershipRequestModelpublic void setReplyComments(String replyComments)
MembershipRequestModel
setReplyComments in interface MembershipRequestModelreplyComments - the reply comments of this membership request@JSON public Date getReplyDate()
MembershipRequestModel
getReplyDate in interface MembershipRequestModelpublic void setReplyDate(Date replyDate)
MembershipRequestModel
setReplyDate in interface MembershipRequestModelreplyDate - the reply date of this membership request@JSON public long getReplierUserId()
MembershipRequestModel
getReplierUserId in interface MembershipRequestModelpublic void setReplierUserId(long replierUserId)
MembershipRequestModel
setReplierUserId in interface MembershipRequestModelreplierUserId - the replier user ID of this membership requestpublic String getReplierUserUuid()
MembershipRequestModel
getReplierUserUuid in interface MembershipRequestModelpublic void setReplierUserUuid(String replierUserUuid)
MembershipRequestModel
setReplierUserUuid in interface MembershipRequestModelreplierUserUuid - the replier user uuid of this membership request@JSON public long getStatusId()
MembershipRequestModel
getStatusId in interface MembershipRequestModelpublic void setStatusId(long statusId)
MembershipRequestModel
setStatusId in interface MembershipRequestModelstatusId - the status ID of this membership requestpublic long getOriginalStatusId()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MembershipRequest>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface MembershipRequestModelgetExpandoBridge in class BaseModelImpl<MembershipRequest>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<MembershipRequest>setExpandoBridgeAttributes in interface MembershipRequestModelsetExpandoBridgeAttributes in class BaseModelImpl<MembershipRequest>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public MembershipRequest toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<MembershipRequest>toEscapedModel in interface MembershipRequestModeltoEscapedModel in class BaseModelImpl<MembershipRequest>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<MembershipRequest>clone in interface MembershipRequestModelclone in class BaseModelImpl<MembershipRequest>public int compareTo(MembershipRequest membershipRequest)
compareTo in interface MembershipRequestModelcompareTo in interface Comparable<MembershipRequest>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface MembershipRequestModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<MembershipRequest>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<MembershipRequest>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<MembershipRequest>resetOriginalValues in class BaseModelImpl<MembershipRequest>public CacheModel<MembershipRequest> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<MembershipRequest>toCacheModel in interface MembershipRequestModeltoCacheModel in class BaseModelImpl<MembershipRequest>public String toString()
toString in interface MembershipRequestModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<MembershipRequest>toXmlString in interface MembershipRequestModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||