|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<BlogsEntry>
com.liferay.portlet.blogs.model.impl.BlogsEntryModelImpl
public class BlogsEntryModelImpl
This interface is a model that represents the BlogsEntry table in the database.
BlogsEntryImpl,
BlogsEntry,
BlogsEntryModel,
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 | |
|---|---|
BlogsEntryModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(BlogsEntry blogsEntry)
|
boolean |
equals(Object obj)
|
boolean |
getAllowPingbacks()
|
boolean |
getAllowTrackbacks()
|
long |
getCompanyId()
|
String |
getContent()
|
Date |
getCreateDate()
|
Date |
getDisplayDate()
|
long |
getEntryId()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
Date |
getModifiedDate()
|
long |
getOriginalGroupId()
|
String |
getOriginalUrlTitle()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getStatus()
|
long |
getStatusByUserId()
|
String |
getStatusByUserName()
|
String |
getStatusByUserUuid()
|
Date |
getStatusDate()
|
String |
getTitle()
|
String |
getTrackbacks()
|
String |
getUrlTitle()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
int |
hashCode()
|
boolean |
isAllowPingbacks()
|
boolean |
isAllowTrackbacks()
|
boolean |
isApproved()
|
boolean |
isDraft()
|
boolean |
isExpired()
|
boolean |
isPending()
|
void |
setAllowPingbacks(boolean allowPingbacks)
|
void |
setAllowTrackbacks(boolean allowTrackbacks)
|
void |
setCompanyId(long companyId)
|
void |
setContent(String content)
|
void |
setCreateDate(Date createDate)
|
void |
setDisplayDate(Date displayDate)
|
void |
setEntryId(long entryId)
|
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)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setPrimaryKey(long pk)
|
void |
setStatus(int status)
|
void |
setStatusByUserId(long statusByUserId)
|
void |
setStatusByUserName(String statusByUserName)
|
void |
setStatusByUserUuid(String statusByUserUuid)
|
void |
setStatusDate(Date statusDate)
|
void |
setTitle(String title)
|
void |
setTrackbacks(String trackbacks)
|
void |
setUrlTitle(String urlTitle)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
BlogsEntry |
toEscapedModel()
|
static BlogsEntry |
toModel(BlogsEntrySoap soapModel)
|
static List<BlogsEntry> |
toModels(BlogsEntrySoap[] soapModels)
|
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.portlet.blogs.model.BlogsEntryModel |
|---|
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 BlogsEntryModelImpl()
| Method Detail |
|---|
public static BlogsEntry toModel(BlogsEntrySoap soapModel)
public static List<BlogsEntry> toModels(BlogsEntrySoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface BlogsEntryModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface BlogsEntryModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<BlogsEntry>getPrimaryKeyObj in interface BlogsEntryModelpublic String getUuid()
getUuid in interface BlogsEntryModelpublic void setUuid(String uuid)
setUuid in interface BlogsEntryModelpublic String getOriginalUuid()
public long getEntryId()
getEntryId in interface BlogsEntryModelpublic void setEntryId(long entryId)
setEntryId in interface BlogsEntryModelpublic long getGroupId()
getGroupId in interface BlogsEntryModelpublic void setGroupId(long groupId)
setGroupId in interface BlogsEntryModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface BlogsEntryModelpublic void setCompanyId(long companyId)
setCompanyId in interface BlogsEntryModelpublic long getUserId()
getUserId in interface BlogsEntryModelpublic void setUserId(long userId)
setUserId in interface BlogsEntryModel
public String getUserUuid()
throws SystemException
getUserUuid in interface BlogsEntryModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface BlogsEntryModelpublic String getUserName()
getUserName in interface BlogsEntryModelpublic void setUserName(String userName)
setUserName in interface BlogsEntryModelpublic Date getCreateDate()
getCreateDate in interface BlogsEntryModelpublic void setCreateDate(Date createDate)
setCreateDate in interface BlogsEntryModelpublic Date getModifiedDate()
getModifiedDate in interface BlogsEntryModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface BlogsEntryModelpublic String getTitle()
getTitle in interface BlogsEntryModelpublic void setTitle(String title)
setTitle in interface BlogsEntryModelpublic String getUrlTitle()
getUrlTitle in interface BlogsEntryModelpublic void setUrlTitle(String urlTitle)
setUrlTitle in interface BlogsEntryModelpublic String getOriginalUrlTitle()
public String getContent()
getContent in interface BlogsEntryModelpublic void setContent(String content)
setContent in interface BlogsEntryModelpublic Date getDisplayDate()
getDisplayDate in interface BlogsEntryModelpublic void setDisplayDate(Date displayDate)
setDisplayDate in interface BlogsEntryModelpublic boolean getAllowPingbacks()
getAllowPingbacks in interface BlogsEntryModelpublic boolean isAllowPingbacks()
isAllowPingbacks in interface BlogsEntryModelpublic void setAllowPingbacks(boolean allowPingbacks)
setAllowPingbacks in interface BlogsEntryModelpublic boolean getAllowTrackbacks()
getAllowTrackbacks in interface BlogsEntryModelpublic boolean isAllowTrackbacks()
isAllowTrackbacks in interface BlogsEntryModelpublic void setAllowTrackbacks(boolean allowTrackbacks)
setAllowTrackbacks in interface BlogsEntryModelpublic String getTrackbacks()
getTrackbacks in interface BlogsEntryModelpublic void setTrackbacks(String trackbacks)
setTrackbacks in interface BlogsEntryModelpublic int getStatus()
getStatus in interface BlogsEntryModelpublic void setStatus(int status)
setStatus in interface BlogsEntryModelpublic long getStatusByUserId()
getStatusByUserId in interface BlogsEntryModelpublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface BlogsEntryModel
public String getStatusByUserUuid()
throws SystemException
getStatusByUserUuid in interface BlogsEntryModelSystemExceptionpublic void setStatusByUserUuid(String statusByUserUuid)
setStatusByUserUuid in interface BlogsEntryModelpublic String getStatusByUserName()
getStatusByUserName in interface BlogsEntryModelpublic void setStatusByUserName(String statusByUserName)
setStatusByUserName in interface BlogsEntryModelpublic Date getStatusDate()
getStatusDate in interface BlogsEntryModelpublic void setStatusDate(Date statusDate)
setStatusDate in interface BlogsEntryModelpublic boolean isApproved()
isApproved in interface BlogsEntryModelpublic boolean isDraft()
isDraft in interface BlogsEntryModelpublic boolean isExpired()
isExpired in interface BlogsEntryModelpublic boolean isPending()
isPending in interface BlogsEntryModelpublic BlogsEntry toEscapedModel()
toEscapedModel in interface BlogsEntryModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<BlogsEntry>getExpandoBridge in interface BlogsEntryModelgetExpandoBridge in class BaseModelImpl<BlogsEntry>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<BlogsEntry>setExpandoBridgeAttributes in interface BlogsEntryModelsetExpandoBridgeAttributes in class BaseModelImpl<BlogsEntry>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<BlogsEntry>clone in interface BlogsEntryModelclone in class BaseModelImpl<BlogsEntry>public int compareTo(BlogsEntry blogsEntry)
compareTo in interface BlogsEntryModelcompareTo in interface Comparable<BlogsEntry>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface BlogsEntryModelhashCode in class Objectpublic String toString()
toString in interface BlogsEntryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<BlogsEntry>toXmlString in interface BlogsEntryModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||