@JSON(strict=true)
@ProviderType
public class RatingsEntryModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.ratings.kernel.model.RatingsEntry>
implements com.liferay.ratings.kernel.model.RatingsEntryModel
This implementation and its corresponding interface RatingsEntryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in RatingsEntryImpl.
RatingsEntryImpl,
RatingsEntry,
RatingsEntryModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK |
static long |
CLASSPK_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static long |
ENTRYID_COLUMN_BITMASK |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static long |
SCORE_COLUMN_BITMASK |
static String |
SESSION_FACTORY |
static Object[][] |
TABLE_COLUMNS |
static Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME |
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static String |
TX_MANAGER |
static long |
USERID_COLUMN_BITMASK |
static long |
UUID_COLUMN_BITMASK |
| Constructor and Description |
|---|
RatingsEntryModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(com.liferay.ratings.kernel.model.RatingsEntry ratingsEntry) |
boolean |
equals(Object obj) |
String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
long |
getColumnBitmask() |
long |
getCompanyId() |
Date |
getCreateDate() |
long |
getEntryId() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate() |
long |
getOriginalClassNameId() |
long |
getOriginalClassPK() |
long |
getOriginalCompanyId() |
double |
getOriginalScore() |
long |
getOriginalUserId() |
String |
getOriginalUuid() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
double |
getScore() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId() |
String |
getUserName() |
String |
getUserUuid() |
String |
getUuid() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setClassName(String className) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(Date createDate) |
void |
setEntryId(long entryId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setScore(double score) |
void |
setUserId(long userId) |
void |
setUserName(String userName) |
void |
setUserUuid(String userUuid) |
void |
setUuid(String uuid) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.ratings.kernel.model.RatingsEntry> |
toCacheModel() |
com.liferay.ratings.kernel.model.RatingsEntry |
toEscapedModel() |
static com.liferay.ratings.kernel.model.RatingsEntry |
toModel(com.liferay.ratings.kernel.model.RatingsEntrySoap soapModel)
Converts the soap model instance into a normal model instance.
|
static List<com.liferay.ratings.kernel.model.RatingsEntry> |
toModels(com.liferay.ratings.kernel.model.RatingsEntrySoap[] soapModels)
Converts the soap model instances into normal model instances.
|
String |
toString() |
String |
toXmlString() |
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 CLASSNAMEID_COLUMN_BITMASK
public static final long CLASSPK_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long SCORE_COLUMN_BITMASK
public static final long USERID_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long ENTRYID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.ratings.kernel.model.RatingsEntry toModel(com.liferay.ratings.kernel.model.RatingsEntrySoap soapModel)
soapModel - the soap model instance to convertpublic static List<com.liferay.ratings.kernel.model.RatingsEntry> toModels(com.liferay.ratings.kernel.model.RatingsEntrySoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.ratings.kernel.model.RatingsEntry>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.ratings.kernel.model.RatingsEntry>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.ratings.kernel.model.RatingsEntry>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.ratings.kernel.model.RatingsEntry>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.ratings.kernel.model.RatingsEntry>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.ratings.kernel.model.RatingsEntry>@JSON public String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelgetUuid in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic void setUuid(String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModelsetUuid in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic String getOriginalUuid()
@JSON public long getEntryId()
getEntryId in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic void setEntryId(long entryId)
setEntryId in interface com.liferay.ratings.kernel.model.RatingsEntryModel@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelgetCompanyId in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelsetCompanyId in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic long getOriginalCompanyId()
@JSON public long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic void setUserUuid(String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic long getOriginalUserId()
@JSON public String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic void setUserName(String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface com.liferay.ratings.kernel.model.RatingsEntryModel@JSON public Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelgetCreateDate in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic void setCreateDate(Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelsetCreateDate in interface com.liferay.ratings.kernel.model.RatingsEntryModel@JSON public Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelgetModifiedDate in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelsetModifiedDate in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelgetClassName in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic void setClassName(String className)
setClassName in interface com.liferay.ratings.kernel.model.RatingsEntryModel@JSON public long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelgetClassNameId in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelsetClassNameId in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic long getOriginalClassNameId()
@JSON public long getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelgetClassPK in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelsetClassPK in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic long getOriginalClassPK()
@JSON public double getScore()
getScore in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic void setScore(double score)
setScore in interface com.liferay.ratings.kernel.model.RatingsEntryModelpublic double getOriginalScore()
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.ratings.kernel.model.RatingsEntry>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface com.liferay.ratings.kernel.model.RatingsEntryModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.ratings.kernel.model.RatingsEntry>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.ratings.kernel.model.RatingsEntry>setExpandoBridgeAttributes in interface com.liferay.ratings.kernel.model.RatingsEntryModelsetExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.ratings.kernel.model.RatingsEntry>public com.liferay.ratings.kernel.model.RatingsEntry toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.ratings.kernel.model.RatingsEntry>toEscapedModel in interface com.liferay.ratings.kernel.model.RatingsEntryModeltoEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.ratings.kernel.model.RatingsEntry>public Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.ratings.kernel.model.RatingsEntry>clone in interface com.liferay.portal.kernel.model.StagedModelclone in interface com.liferay.ratings.kernel.model.RatingsEntryModelclone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.ratings.kernel.model.RatingsEntry>public int compareTo(com.liferay.ratings.kernel.model.RatingsEntry ratingsEntry)
compareTo in interface com.liferay.ratings.kernel.model.RatingsEntryModelcompareTo in interface Comparable<com.liferay.ratings.kernel.model.RatingsEntry>public int hashCode()
public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.ratings.kernel.model.RatingsEntry>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.ratings.kernel.model.RatingsEntry>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.ratings.kernel.model.RatingsEntry>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.ratings.kernel.model.RatingsEntry>public com.liferay.portal.kernel.model.CacheModel<com.liferay.ratings.kernel.model.RatingsEntry> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.ratings.kernel.model.RatingsEntry>toCacheModel in interface com.liferay.ratings.kernel.model.RatingsEntryModeltoCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.ratings.kernel.model.RatingsEntry>public String toString()
public String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.ratings.kernel.model.RatingsEntry>toXmlString in interface com.liferay.ratings.kernel.model.RatingsEntryModel