|
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<BlogsEntry>
com.liferay.portlet.blogs.model.impl.BlogsEntryModelImpl
public class BlogsEntryModelImpl
The base model implementation for the BlogsEntry service. Represents a row in the "BlogsEntry" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface BlogsEntryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in BlogsEntryImpl.
Never modify or reference this class directly. All methods that expect a blogs entry model instance should use the BlogsEntry interface instead.
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()
Gets the allow pingbacks of this blogs entry. |
boolean |
getAllowTrackbacks()
Gets the allow trackbacks of this blogs entry. |
long |
getCompanyId()
Gets the company id of this blogs entry. |
String |
getContent()
Gets the content of this blogs entry. |
Date |
getCreateDate()
Gets the create date of this blogs entry. |
Date |
getDisplayDate()
Gets the display date of this blogs entry. |
long |
getEntryId()
Gets the entry id of this blogs entry. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this blogs entry. |
Date |
getModifiedDate()
Gets the modified date of this blogs entry. |
long |
getOriginalGroupId()
|
String |
getOriginalUrlTitle()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
Gets the primary key of this blogs entry. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
int |
getStatus()
Gets the status of this blogs entry. |
long |
getStatusByUserId()
Gets the status by user id of this blogs entry. |
String |
getStatusByUserName()
Gets the status by user name of this blogs entry. |
String |
getStatusByUserUuid()
Gets the status by user uuid of this blogs entry. |
Date |
getStatusDate()
Gets the status date of this blogs entry. |
String |
getTitle()
Gets the title of this blogs entry. |
String |
getTrackbacks()
Gets the trackbacks of this blogs entry. |
String |
getUrlTitle()
Gets the url title of this blogs entry. |
long |
getUserId()
Gets the user id of this blogs entry. |
String |
getUserName()
Gets the user name of this blogs entry. |
String |
getUserUuid()
Gets the user uuid of this blogs entry. |
String |
getUuid()
Gets the uuid of this blogs entry. |
int |
hashCode()
|
boolean |
isAllowPingbacks()
Determines whether this blogs entry is allow pingbacks. |
boolean |
isAllowTrackbacks()
Determines whether this blogs entry is allow trackbacks. |
boolean |
isApproved()
Determines whether this blogs entry is approved. |
boolean |
isDraft()
Determines whether this blogs entry is a draft. |
boolean |
isExpired()
Determines whether this blogs entry is expired. |
boolean |
isPending()
Determines whether this blogs entry is pending. |
void |
setAllowPingbacks(boolean allowPingbacks)
Sets whether this {$entity.humanName} is allow pingbacks. |
void |
setAllowTrackbacks(boolean allowTrackbacks)
Sets whether this {$entity.humanName} is allow trackbacks. |
void |
setCompanyId(long companyId)
Sets the company id of this blogs entry. |
void |
setContent(String content)
Sets the content of this blogs entry. |
void |
setCreateDate(Date createDate)
Sets the create date of this blogs entry. |
void |
setDisplayDate(Date displayDate)
Sets the display date of this blogs entry. |
void |
setEntryId(long entryId)
Sets the entry id of this blogs entry. |
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 blogs entry. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this blogs entry. |
void |
setPrimaryKey(long pk)
Sets the primary key of this blogs entry |
void |
setStatus(int status)
Sets the status of this blogs entry. |
void |
setStatusByUserId(long statusByUserId)
Sets the status by user id of this blogs entry. |
void |
setStatusByUserName(String statusByUserName)
Sets the status by user name of this blogs entry. |
void |
setStatusByUserUuid(String statusByUserUuid)
Sets the status by user uuid of this blogs entry. |
void |
setStatusDate(Date statusDate)
Sets the status date of this blogs entry. |
void |
setTitle(String title)
Sets the title of this blogs entry. |
void |
setTrackbacks(String trackbacks)
Sets the trackbacks of this blogs entry. |
void |
setUrlTitle(String urlTitle)
Sets the url title of this blogs entry. |
void |
setUserId(long userId)
Sets the user id of this blogs entry. |
void |
setUserName(String userName)
Sets the user name of this blogs entry. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this blogs entry. |
void |
setUuid(String uuid)
Sets the uuid of this blogs entry. |
BlogsEntry |
toEscapedModel()
Gets a copy of this blogs entry as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static BlogsEntry |
toModel(BlogsEntrySoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<BlogsEntry> |
toModels(BlogsEntrySoap[] 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.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)
soapModel - the soap model instance to convert
public static List<BlogsEntry> toModels(BlogsEntrySoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
BlogsEntryModel
getPrimaryKey in interface BlogsEntryModelpublic void setPrimaryKey(long pk)
BlogsEntryModel
setPrimaryKey in interface BlogsEntryModelpk - the primary key of this blogs entrypublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<BlogsEntry>getPrimaryKeyObj in interface BlogsEntryModelpublic String getUuid()
BlogsEntryModel
getUuid in interface BlogsEntryModelpublic void setUuid(String uuid)
BlogsEntryModel
setUuid in interface BlogsEntryModeluuid - the uuid of this blogs entrypublic String getOriginalUuid()
public long getEntryId()
BlogsEntryModel
getEntryId in interface BlogsEntryModelpublic void setEntryId(long entryId)
BlogsEntryModel
setEntryId in interface BlogsEntryModelentryId - the entry id of this blogs entrypublic long getGroupId()
BlogsEntryModel
getGroupId in interface BlogsEntryModelpublic void setGroupId(long groupId)
BlogsEntryModel
setGroupId in interface BlogsEntryModelgroupId - the group id of this blogs entrypublic long getOriginalGroupId()
public long getCompanyId()
BlogsEntryModel
getCompanyId in interface BlogsEntryModelpublic void setCompanyId(long companyId)
BlogsEntryModel
setCompanyId in interface BlogsEntryModelcompanyId - the company id of this blogs entrypublic long getUserId()
BlogsEntryModel
getUserId in interface BlogsEntryModelpublic void setUserId(long userId)
BlogsEntryModel
setUserId in interface BlogsEntryModeluserId - the user id of this blogs entry
public String getUserUuid()
throws SystemException
BlogsEntryModel
getUserUuid in interface BlogsEntryModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
BlogsEntryModel
setUserUuid in interface BlogsEntryModeluserUuid - the user uuid of this blogs entrypublic String getUserName()
BlogsEntryModel
getUserName in interface BlogsEntryModelpublic void setUserName(String userName)
BlogsEntryModel
setUserName in interface BlogsEntryModeluserName - the user name of this blogs entrypublic Date getCreateDate()
BlogsEntryModel
getCreateDate in interface BlogsEntryModelpublic void setCreateDate(Date createDate)
BlogsEntryModel
setCreateDate in interface BlogsEntryModelcreateDate - the create date of this blogs entrypublic Date getModifiedDate()
BlogsEntryModel
getModifiedDate in interface BlogsEntryModelpublic void setModifiedDate(Date modifiedDate)
BlogsEntryModel
setModifiedDate in interface BlogsEntryModelmodifiedDate - the modified date of this blogs entrypublic String getTitle()
BlogsEntryModel
getTitle in interface BlogsEntryModelpublic void setTitle(String title)
BlogsEntryModel
setTitle in interface BlogsEntryModeltitle - the title of this blogs entrypublic String getUrlTitle()
BlogsEntryModel
getUrlTitle in interface BlogsEntryModelpublic void setUrlTitle(String urlTitle)
BlogsEntryModel
setUrlTitle in interface BlogsEntryModelurlTitle - the url title of this blogs entrypublic String getOriginalUrlTitle()
public String getContent()
BlogsEntryModel
getContent in interface BlogsEntryModelpublic void setContent(String content)
BlogsEntryModel
setContent in interface BlogsEntryModelcontent - the content of this blogs entrypublic Date getDisplayDate()
BlogsEntryModel
getDisplayDate in interface BlogsEntryModelpublic void setDisplayDate(Date displayDate)
BlogsEntryModel
setDisplayDate in interface BlogsEntryModeldisplayDate - the display date of this blogs entrypublic boolean getAllowPingbacks()
BlogsEntryModel
getAllowPingbacks in interface BlogsEntryModelpublic boolean isAllowPingbacks()
BlogsEntryModel
isAllowPingbacks in interface BlogsEntryModelpublic void setAllowPingbacks(boolean allowPingbacks)
BlogsEntryModel
setAllowPingbacks in interface BlogsEntryModelallowPingbacks - the allow pingbacks of this blogs entrypublic boolean getAllowTrackbacks()
BlogsEntryModel
getAllowTrackbacks in interface BlogsEntryModelpublic boolean isAllowTrackbacks()
BlogsEntryModel
isAllowTrackbacks in interface BlogsEntryModelpublic void setAllowTrackbacks(boolean allowTrackbacks)
BlogsEntryModel
setAllowTrackbacks in interface BlogsEntryModelallowTrackbacks - the allow trackbacks of this blogs entrypublic String getTrackbacks()
BlogsEntryModel
getTrackbacks in interface BlogsEntryModelpublic void setTrackbacks(String trackbacks)
BlogsEntryModel
setTrackbacks in interface BlogsEntryModeltrackbacks - the trackbacks of this blogs entrypublic int getStatus()
BlogsEntryModel
getStatus in interface BlogsEntryModelpublic void setStatus(int status)
BlogsEntryModel
setStatus in interface BlogsEntryModelstatus - the status of this blogs entrypublic long getStatusByUserId()
BlogsEntryModel
getStatusByUserId in interface BlogsEntryModelpublic void setStatusByUserId(long statusByUserId)
BlogsEntryModel
setStatusByUserId in interface BlogsEntryModelstatusByUserId - the status by user id of this blogs entry
public String getStatusByUserUuid()
throws SystemException
BlogsEntryModel
getStatusByUserUuid in interface BlogsEntryModelSystemException - if a system exception occurredpublic void setStatusByUserUuid(String statusByUserUuid)
BlogsEntryModel
setStatusByUserUuid in interface BlogsEntryModelstatusByUserUuid - the status by user uuid of this blogs entrypublic String getStatusByUserName()
BlogsEntryModel
getStatusByUserName in interface BlogsEntryModelpublic void setStatusByUserName(String statusByUserName)
BlogsEntryModel
setStatusByUserName in interface BlogsEntryModelstatusByUserName - the status by user name of this blogs entrypublic Date getStatusDate()
BlogsEntryModel
getStatusDate in interface BlogsEntryModelpublic void setStatusDate(Date statusDate)
BlogsEntryModel
setStatusDate in interface BlogsEntryModelstatusDate - the status date of this blogs entrypublic boolean isApproved()
BlogsEntryModel
isApproved in interface BlogsEntryModelpublic boolean isDraft()
BlogsEntryModel
isDraft in interface BlogsEntryModelpublic boolean isExpired()
BlogsEntryModel
isExpired in interface BlogsEntryModelpublic boolean isPending()
BlogsEntryModel
isPending in interface BlogsEntryModelpublic BlogsEntry toEscapedModel()
BlogsEntryModelAutoEscapeBeanHandler.
toEscapedModel in interface BlogsEntryModelAutoEscapeBeanHandlerpublic 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.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||