|
Liferay 6.0.4 | |||||||||
| 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
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.
Never modify or reference this class directly. All methods that expect a membership request model instance should use the MembershipRequest interface instead.
MembershipRequestImpl,
MembershipRequest,
MembershipRequestModel,
Serialized Form| Field Summary | |
|---|---|
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 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
|
| Constructor Summary | |
|---|---|
MembershipRequestModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MembershipRequest membershipRequest)
|
boolean |
equals(Object obj)
|
String |
getComments()
Gets the comments of this membership request. |
long |
getCompanyId()
Gets the company id of this membership request. |
Date |
getCreateDate()
Gets the create date of this membership request. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this membership request. |
long |
getMembershipRequestId()
Gets the membership request id of this membership request. |
long |
getPrimaryKey()
Gets the primary key of this membership request. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getReplierUserId()
Gets the replier user id of this membership request. |
String |
getReplierUserUuid()
Gets the replier user uuid of this membership request. |
String |
getReplyComments()
Gets the reply comments of this membership request. |
Date |
getReplyDate()
Gets the reply date of this membership request. |
int |
getStatusId()
Gets the status id of this membership request. |
long |
getUserId()
Gets the user id of this membership request. |
String |
getUserUuid()
Gets the user uuid of this membership request. |
int |
hashCode()
|
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 |
setPrimaryKey(long pk)
Sets the primary key of this membership request |
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(int 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. |
MembershipRequest |
toEscapedModel()
Gets a copy of this membership request 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()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| 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, setEscapedModel, setNew |
| 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 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 pk)
MembershipRequestModel
setPrimaryKey in interface MembershipRequestModelpk - the primary key of this membership requestpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MembershipRequest>getPrimaryKeyObj in interface MembershipRequestModelpublic long getMembershipRequestId()
MembershipRequestModel
getMembershipRequestId in interface MembershipRequestModelpublic void setMembershipRequestId(long membershipRequestId)
MembershipRequestModel
setMembershipRequestId in interface MembershipRequestModelmembershipRequestId - the membership request id of this membership requestpublic long getCompanyId()
MembershipRequestModel
getCompanyId in interface MembershipRequestModelpublic void setCompanyId(long companyId)
MembershipRequestModel
setCompanyId in interface MembershipRequestModelcompanyId - the company id of this membership requestpublic long getUserId()
MembershipRequestModel
getUserId in interface MembershipRequestModelpublic void setUserId(long userId)
MembershipRequestModel
setUserId in interface MembershipRequestModeluserId - the user id of this membership request
public String getUserUuid()
throws SystemException
MembershipRequestModel
getUserUuid in interface MembershipRequestModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
MembershipRequestModel
setUserUuid in interface MembershipRequestModeluserUuid - the user uuid of this membership requestpublic Date getCreateDate()
MembershipRequestModel
getCreateDate in interface MembershipRequestModelpublic void setCreateDate(Date createDate)
MembershipRequestModel
setCreateDate in interface MembershipRequestModelcreateDate - the create date of this membership requestpublic long getGroupId()
MembershipRequestModel
getGroupId in interface MembershipRequestModelpublic void setGroupId(long groupId)
MembershipRequestModel
setGroupId in interface MembershipRequestModelgroupId - the group id of this membership requestpublic String getComments()
MembershipRequestModel
getComments in interface MembershipRequestModelpublic void setComments(String comments)
MembershipRequestModel
setComments in interface MembershipRequestModelcomments - the comments of this membership requestpublic String getReplyComments()
MembershipRequestModel
getReplyComments in interface MembershipRequestModelpublic void setReplyComments(String replyComments)
MembershipRequestModel
setReplyComments in interface MembershipRequestModelreplyComments - the reply comments of this membership requestpublic Date getReplyDate()
MembershipRequestModel
getReplyDate in interface MembershipRequestModelpublic void setReplyDate(Date replyDate)
MembershipRequestModel
setReplyDate in interface MembershipRequestModelreplyDate - the reply date of this membership requestpublic long getReplierUserId()
MembershipRequestModel
getReplierUserId in interface MembershipRequestModelpublic void setReplierUserId(long replierUserId)
MembershipRequestModel
setReplierUserId in interface MembershipRequestModelreplierUserId - the replier user id of this membership request
public String getReplierUserUuid()
throws SystemException
MembershipRequestModel
getReplierUserUuid in interface MembershipRequestModelSystemException - if a system exception occurredpublic void setReplierUserUuid(String replierUserUuid)
MembershipRequestModel
setReplierUserUuid in interface MembershipRequestModelreplierUserUuid - the replier user uuid of this membership requestpublic int getStatusId()
MembershipRequestModel
getStatusId in interface MembershipRequestModelpublic void setStatusId(int statusId)
MembershipRequestModel
setStatusId in interface MembershipRequestModelstatusId - the status id of this membership requestpublic MembershipRequest toEscapedModel()
MembershipRequestModelAutoEscapeBeanHandler.
toEscapedModel in interface MembershipRequestModelAutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MembershipRequest>getExpandoBridge 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 retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public 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 String toString()
toString in interface MembershipRequestModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<MembershipRequest>toXmlString in interface MembershipRequestModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||