|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<JournalFeed>
com.liferay.portlet.journal.model.impl.JournalFeedModelImpl
@JSON(strict=true) @ProviderType public class JournalFeedModelImpl
The base model implementation for the JournalFeed service. Represents a row in the "JournalFeed" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface JournalFeedModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in JournalFeedImpl.
JournalFeedImpl,
JournalFeed,
JournalFeedModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static long |
FEEDID_COLUMN_BITMASK
|
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 Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
UUID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
JournalFeedModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(JournalFeed journalFeed)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this journal feed. |
String |
getContentField()
Returns the content field of this journal feed. |
Date |
getCreateDate()
Returns the create date of this journal feed. |
String |
getDDMRendererTemplateKey()
Returns the d d m renderer template key of this journal feed. |
String |
getDDMStructureKey()
Returns the d d m structure key of this journal feed. |
String |
getDDMTemplateKey()
Returns the d d m template key of this journal feed. |
int |
getDelta()
Returns the delta of this journal feed. |
String |
getDescription()
Returns the description of this journal feed. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getFeedFormat()
Returns the feed format of this journal feed. |
String |
getFeedId()
Returns the feed ID of this journal feed. |
double |
getFeedVersion()
Returns the feed version of this journal feed. |
long |
getGroupId()
Returns the group ID of this journal feed. |
long |
getId()
Returns the ID of this journal feed. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this journal feed. |
String |
getName()
Returns the name of this journal feed. |
String |
getOrderByCol()
Returns the order by col of this journal feed. |
String |
getOrderByType()
Returns the order by type of this journal feed. |
long |
getOriginalCompanyId()
|
String |
getOriginalFeedId()
|
long |
getOriginalGroupId()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
Returns the primary key of this journal feed. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
StagedModelType |
getStagedModelType()
|
String |
getTargetLayoutFriendlyUrl()
Returns the target layout friendly url of this journal feed. |
String |
getTargetPortletId()
Returns the target portlet ID of this journal feed. |
long |
getUserId()
Returns the user ID of this journal feed. |
String |
getUserName()
Returns the user name of this journal feed. |
String |
getUserUuid()
Returns the user uuid of this journal feed. |
String |
getUuid()
Returns the uuid of this journal feed. |
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 |
setCompanyId(long companyId)
Sets the company ID of this journal feed. |
void |
setContentField(String contentField)
Sets the content field of this journal feed. |
void |
setCreateDate(Date createDate)
Sets the create date of this journal feed. |
void |
setDDMRendererTemplateKey(String DDMRendererTemplateKey)
Sets the d d m renderer template key of this journal feed. |
void |
setDDMStructureKey(String DDMStructureKey)
Sets the d d m structure key of this journal feed. |
void |
setDDMTemplateKey(String DDMTemplateKey)
Sets the d d m template key of this journal feed. |
void |
setDelta(int delta)
Sets the delta of this journal feed. |
void |
setDescription(String description)
Sets the description of this journal feed. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFeedFormat(String feedFormat)
Sets the feed format of this journal feed. |
void |
setFeedId(String feedId)
Sets the feed ID of this journal feed. |
void |
setFeedVersion(double feedVersion)
Sets the feed version of this journal feed. |
void |
setGroupId(long groupId)
Sets the group ID of this journal feed. |
void |
setId(long id)
Sets the ID of this journal feed. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this journal feed. |
void |
setName(String name)
Sets the name of this journal feed. |
void |
setOrderByCol(String orderByCol)
Sets the order by col of this journal feed. |
void |
setOrderByType(String orderByType)
Sets the order by type of this journal feed. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this journal feed. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setTargetLayoutFriendlyUrl(String targetLayoutFriendlyUrl)
Sets the target layout friendly url of this journal feed. |
void |
setTargetPortletId(String targetPortletId)
Sets the target portlet ID of this journal feed. |
void |
setUserId(long userId)
Sets the user ID of this journal feed. |
void |
setUserName(String userName)
Sets the user name of this journal feed. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this journal feed. |
void |
setUuid(String uuid)
Sets the uuid of this journal feed. |
CacheModel<JournalFeed> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
JournalFeed |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static JournalFeed |
toModel(JournalFeedSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<JournalFeed> |
toModels(JournalFeedSoap[] 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.portlet.journal.model.JournalFeedModel |
|---|
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 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 COMPANYID_COLUMN_BITMASK
public static final long FEEDID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public JournalFeedModelImpl()
| Method Detail |
|---|
public static JournalFeed toModel(JournalFeedSoap soapModel)
soapModel - the soap model instance to convert
public static List<JournalFeed> toModels(JournalFeedSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
JournalFeedModel
getPrimaryKey in interface JournalFeedModelpublic void setPrimaryKey(long primaryKey)
JournalFeedModel
setPrimaryKey in interface JournalFeedModelprimaryKey - the primary key of this journal feedpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<JournalFeed>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface JournalFeedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<JournalFeed>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface JournalFeedModelprimaryKeyObj - 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<JournalFeed>getModelAttributes in class BaseModelImpl<JournalFeed>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<JournalFeed>setModelAttributes in class BaseModelImpl<JournalFeed>@JSON public String getUuid()
JournalFeedModel
getUuid in interface StagedModelgetUuid in interface JournalFeedModelpublic void setUuid(String uuid)
JournalFeedModel
setUuid in interface StagedModelsetUuid in interface JournalFeedModeluuid - the uuid of this journal feedpublic String getOriginalUuid()
@JSON public long getId()
JournalFeedModel
getId in interface JournalFeedModelpublic void setId(long id)
JournalFeedModel
setId in interface JournalFeedModelid - the ID of this journal feed@JSON public long getGroupId()
JournalFeedModel
getGroupId in interface GroupedModelgetGroupId in interface JournalFeedModelpublic void setGroupId(long groupId)
JournalFeedModel
setGroupId in interface GroupedModelsetGroupId in interface JournalFeedModelgroupId - the group ID of this journal feedpublic long getOriginalGroupId()
@JSON public long getCompanyId()
JournalFeedModel
getCompanyId in interface AuditedModelgetCompanyId in interface StagedModelgetCompanyId in interface JournalFeedModelpublic void setCompanyId(long companyId)
JournalFeedModel
setCompanyId in interface AuditedModelsetCompanyId in interface StagedModelsetCompanyId in interface JournalFeedModelcompanyId - the company ID of this journal feedpublic long getOriginalCompanyId()
@JSON public long getUserId()
JournalFeedModel
getUserId in interface AuditedModelgetUserId in interface JournalFeedModelpublic void setUserId(long userId)
JournalFeedModel
setUserId in interface AuditedModelsetUserId in interface JournalFeedModeluserId - the user ID of this journal feedpublic String getUserUuid()
JournalFeedModel
getUserUuid in interface AuditedModelgetUserUuid in interface JournalFeedModelpublic void setUserUuid(String userUuid)
JournalFeedModel
setUserUuid in interface AuditedModelsetUserUuid in interface JournalFeedModeluserUuid - the user uuid of this journal feed@JSON public String getUserName()
JournalFeedModel
getUserName in interface AuditedModelgetUserName in interface JournalFeedModelpublic void setUserName(String userName)
JournalFeedModel
setUserName in interface AuditedModelsetUserName in interface JournalFeedModeluserName - the user name of this journal feed@JSON public Date getCreateDate()
JournalFeedModel
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface JournalFeedModelpublic void setCreateDate(Date createDate)
JournalFeedModel
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface JournalFeedModelcreateDate - the create date of this journal feed@JSON public Date getModifiedDate()
JournalFeedModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface JournalFeedModelpublic void setModifiedDate(Date modifiedDate)
JournalFeedModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface JournalFeedModelmodifiedDate - the modified date of this journal feed@JSON public String getFeedId()
JournalFeedModel
getFeedId in interface JournalFeedModelpublic void setFeedId(String feedId)
JournalFeedModel
setFeedId in interface JournalFeedModelfeedId - the feed ID of this journal feedpublic String getOriginalFeedId()
@JSON public String getName()
JournalFeedModel
getName in interface JournalFeedModelpublic void setName(String name)
JournalFeedModel
setName in interface JournalFeedModelname - the name of this journal feed@JSON public String getDescription()
JournalFeedModel
getDescription in interface JournalFeedModelpublic void setDescription(String description)
JournalFeedModel
setDescription in interface JournalFeedModeldescription - the description of this journal feed@JSON public String getDDMStructureKey()
JournalFeedModel
getDDMStructureKey in interface JournalFeedModelpublic void setDDMStructureKey(String DDMStructureKey)
JournalFeedModel
setDDMStructureKey in interface JournalFeedModelDDMStructureKey - the d d m structure key of this journal feed@JSON public String getDDMTemplateKey()
JournalFeedModel
getDDMTemplateKey in interface JournalFeedModelpublic void setDDMTemplateKey(String DDMTemplateKey)
JournalFeedModel
setDDMTemplateKey in interface JournalFeedModelDDMTemplateKey - the d d m template key of this journal feed@JSON public String getDDMRendererTemplateKey()
JournalFeedModel
getDDMRendererTemplateKey in interface JournalFeedModelpublic void setDDMRendererTemplateKey(String DDMRendererTemplateKey)
JournalFeedModel
setDDMRendererTemplateKey in interface JournalFeedModelDDMRendererTemplateKey - the d d m renderer template key of this journal feed@JSON public int getDelta()
JournalFeedModel
getDelta in interface JournalFeedModelpublic void setDelta(int delta)
JournalFeedModel
setDelta in interface JournalFeedModeldelta - the delta of this journal feed@JSON public String getOrderByCol()
JournalFeedModel
getOrderByCol in interface JournalFeedModelpublic void setOrderByCol(String orderByCol)
JournalFeedModel
setOrderByCol in interface JournalFeedModelorderByCol - the order by col of this journal feed@JSON public String getOrderByType()
JournalFeedModel
getOrderByType in interface JournalFeedModelpublic void setOrderByType(String orderByType)
JournalFeedModel
setOrderByType in interface JournalFeedModelorderByType - the order by type of this journal feed@JSON public String getTargetLayoutFriendlyUrl()
JournalFeedModel
getTargetLayoutFriendlyUrl in interface JournalFeedModelpublic void setTargetLayoutFriendlyUrl(String targetLayoutFriendlyUrl)
JournalFeedModel
setTargetLayoutFriendlyUrl in interface JournalFeedModeltargetLayoutFriendlyUrl - the target layout friendly url of this journal feed@JSON public String getTargetPortletId()
JournalFeedModel
getTargetPortletId in interface JournalFeedModelpublic void setTargetPortletId(String targetPortletId)
JournalFeedModel
setTargetPortletId in interface JournalFeedModeltargetPortletId - the target portlet ID of this journal feed@JSON public String getContentField()
JournalFeedModel
getContentField in interface JournalFeedModelpublic void setContentField(String contentField)
JournalFeedModel
setContentField in interface JournalFeedModelcontentField - the content field of this journal feed@JSON public String getFeedFormat()
JournalFeedModel
getFeedFormat in interface JournalFeedModelpublic void setFeedFormat(String feedFormat)
JournalFeedModel
setFeedFormat in interface JournalFeedModelfeedFormat - the feed format of this journal feed@JSON public double getFeedVersion()
JournalFeedModel
getFeedVersion in interface JournalFeedModelpublic void setFeedVersion(double feedVersion)
JournalFeedModel
setFeedVersion in interface JournalFeedModelfeedVersion - the feed version of this journal feedpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<JournalFeed>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface JournalFeedModelgetExpandoBridge in class BaseModelImpl<JournalFeed>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<JournalFeed>setExpandoBridgeAttributes in interface JournalFeedModelsetExpandoBridgeAttributes in class BaseModelImpl<JournalFeed>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public JournalFeed toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<JournalFeed>toEscapedModel in interface JournalFeedModeltoEscapedModel in class BaseModelImpl<JournalFeed>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<JournalFeed>clone in interface StagedModelclone in interface JournalFeedModelclone in class BaseModelImpl<JournalFeed>public int compareTo(JournalFeed journalFeed)
compareTo in interface JournalFeedModelcompareTo in interface Comparable<JournalFeed>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface JournalFeedModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<JournalFeed>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<JournalFeed>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<JournalFeed>resetOriginalValues in class BaseModelImpl<JournalFeed>public CacheModel<JournalFeed> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<JournalFeed>toCacheModel in interface JournalFeedModeltoCacheModel in class BaseModelImpl<JournalFeed>public String toString()
toString in interface JournalFeedModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<JournalFeed>toXmlString in interface JournalFeedModel
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||