|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlogsEntryModel
The base model interface for the BlogsEntry service. Represents a row in the "BlogsEntry" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation BlogsEntryModelImpl
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 interface directly. All methods that expect a blogs entry model instance should use the BlogsEntry
interface instead.
BlogsEntry
,
BlogsEntryImpl
,
BlogsEntryModelImpl
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(BlogsEntry blogsEntry)
|
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 |
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 |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isDraft()
Determines whether this blogs entry is a draft. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isExpired()
Determines whether this blogs entry is expired. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
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 |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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 |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
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 . |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
Method Detail |
---|
long getPrimaryKey()
void setPrimaryKey(long pk)
pk
- the primary key of this blogs entry@AutoEscape String getUuid()
void setUuid(String uuid)
uuid
- the uuid of this blogs entrylong getEntryId()
void setEntryId(long entryId)
entryId
- the entry id of this blogs entrylong getGroupId()
void setGroupId(long groupId)
groupId
- the group id of this blogs entrylong getCompanyId()
void setCompanyId(long companyId)
companyId
- the company id of this blogs entrylong getUserId()
void setUserId(long userId)
userId
- the user id of this blogs entryString getUserUuid() throws SystemException
SystemException
- if a system exception occurredvoid setUserUuid(String userUuid)
userUuid
- the user uuid of this blogs entry@AutoEscape String getUserName()
void setUserName(String userName)
userName
- the user name of this blogs entryDate getCreateDate()
void setCreateDate(Date createDate)
createDate
- the create date of this blogs entryDate getModifiedDate()
void setModifiedDate(Date modifiedDate)
modifiedDate
- the modified date of this blogs entry@AutoEscape String getTitle()
void setTitle(String title)
title
- the title of this blogs entry@AutoEscape String getUrlTitle()
void setUrlTitle(String urlTitle)
urlTitle
- the url title of this blogs entry@AutoEscape String getContent()
void setContent(String content)
content
- the content of this blogs entryDate getDisplayDate()
void setDisplayDate(Date displayDate)
displayDate
- the display date of this blogs entryboolean getAllowPingbacks()
boolean isAllowPingbacks()
void setAllowPingbacks(boolean allowPingbacks)
allowPingbacks
- the allow pingbacks of this blogs entryboolean getAllowTrackbacks()
boolean isAllowTrackbacks()
void setAllowTrackbacks(boolean allowTrackbacks)
allowTrackbacks
- the allow trackbacks of this blogs entry@AutoEscape String getTrackbacks()
void setTrackbacks(String trackbacks)
trackbacks
- the trackbacks of this blogs entryint getStatus()
void setStatus(int status)
status
- the status of this blogs entrylong getStatusByUserId()
void setStatusByUserId(long statusByUserId)
statusByUserId
- the status by user id of this blogs entryString getStatusByUserUuid() throws SystemException
SystemException
- if a system exception occurredvoid setStatusByUserUuid(String statusByUserUuid)
statusByUserUuid
- the status by user uuid of this blogs entry@AutoEscape String getStatusByUserName()
void setStatusByUserName(String statusByUserName)
statusByUserName
- the status by user name of this blogs entryDate getStatusDate()
void setStatusDate(Date statusDate)
statusDate
- the status date of this blogs entryboolean isApproved()
boolean isDraft()
boolean isExpired()
boolean isPending()
BlogsEntry toEscapedModel()
AutoEscapeBeanHandler
.
AutoEscapeBeanHandler
boolean isNew()
BaseModel
isNew
in interface BaseModel<BlogsEntry>
true
if this model instance does not yet exist in
the database; false
otherwisevoid setNew(boolean n)
BaseModel
setNew
in interface BaseModel<BlogsEntry>
n
- whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
isCachedModel
in interface BaseModel<BlogsEntry>
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<BlogsEntry>
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
boolean isEscapedModel()
BaseModel
isEscapedModel
in interface BaseModel<BlogsEntry>
true
if this model instance is escaped;
false
otherwiseBaseModel.setEscapedModel(boolean)
void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel
method. For example,
UserModel.toEscapedModel()
.
setEscapedModel
in interface BaseModel<BlogsEntry>
escapedModel
- whether this model instance is escapedAutoEscapeBeanHandler
Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<BlogsEntry>
ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<BlogsEntry>
void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<BlogsEntry>
serviceContext
- the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)
Object clone()
BaseModel
clone
in interface BaseModel<BlogsEntry>
int compareTo(BlogsEntry blogsEntry)
compareTo
in interface Comparable<BlogsEntry>
int hashCode()
hashCode
in class Object
String toString()
toString
in class Object
String toXmlString()
BaseModel
toXmlString
in interface BaseModel<BlogsEntry>
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |