|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.model.impl.BaseModelImpl<UserNotificationEvent> com.liferay.portal.model.impl.UserNotificationEventModelImpl
public class UserNotificationEventModelImpl
The base model implementation for the UserNotificationEvent service. Represents a row in the "UserNotificationEvent" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface UserNotificationEventModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in UserNotificationEventImpl
.
UserNotificationEventImpl
,
UserNotificationEvent
,
UserNotificationEventModel
,
Serialized FormField Summary | |
---|---|
static long |
ARCHIVED_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static long |
DELIVERED_COLUMN_BITMASK
|
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 long |
TIMESTAMP_COLUMN_BITMASK
|
static String |
TX_MANAGER
|
static long |
USERID_COLUMN_BITMASK
|
static long |
UUID_COLUMN_BITMASK
|
Constructor Summary | |
---|---|
UserNotificationEventModelImpl()
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(UserNotificationEvent userNotificationEvent)
|
boolean |
equals(Object obj)
|
boolean |
getArchived()
Returns the archived of this user notification event. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this user notification event. |
long |
getDeliverBy()
Returns the deliver by of this user notification event. |
boolean |
getDelivered()
Returns the delivered of this user notification event. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
boolean |
getOriginalArchived()
|
long |
getOriginalCompanyId()
|
boolean |
getOriginalDelivered()
|
long |
getOriginalUserId()
|
String |
getOriginalUuid()
|
String |
getPayload()
Returns the payload of this user notification event. |
long |
getPrimaryKey()
Returns the primary key of this user notification event. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getTimestamp()
Returns the timestamp of this user notification event. |
String |
getType()
Returns the type of this user notification event. |
long |
getUserId()
Returns the user ID of this user notification event. |
long |
getUserNotificationEventId()
Returns the user notification event ID of this user notification event. |
String |
getUserUuid()
Returns the user uuid of this user notification event. |
String |
getUuid()
Returns the uuid of this user notification event. |
int |
hashCode()
|
boolean |
isArchived()
Returns true if this user notification event is archived. |
boolean |
isDelivered()
Returns true if this user notification event is delivered. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setArchived(boolean archived)
Sets whether this user notification event is archived. |
void |
setCompanyId(long companyId)
Sets the company ID of this user notification event. |
void |
setDeliverBy(long deliverBy)
Sets the deliver by of this user notification event. |
void |
setDelivered(boolean delivered)
Sets whether this user notification event is delivered. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setPayload(String payload)
Sets the payload of this user notification event. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this user notification event. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setTimestamp(long timestamp)
Sets the timestamp of this user notification event. |
void |
setType(String type)
Sets the type of this user notification event. |
void |
setUserId(long userId)
Sets the user ID of this user notification event. |
void |
setUserNotificationEventId(long userNotificationEventId)
Sets the user notification event ID of this user notification event. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this user notification event. |
void |
setUuid(String uuid)
Sets the uuid of this user notification event. |
CacheModel<UserNotificationEvent> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
UserNotificationEvent |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
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.portal.model.UserNotificationEventModel |
---|
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 long ARCHIVED_COLUMN_BITMASK
public static long COMPANYID_COLUMN_BITMASK
public static long DELIVERED_COLUMN_BITMASK
public static long USERID_COLUMN_BITMASK
public static long UUID_COLUMN_BITMASK
public static long TIMESTAMP_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public UserNotificationEventModelImpl()
Method Detail |
---|
public long getPrimaryKey()
UserNotificationEventModel
getPrimaryKey
in interface UserNotificationEventModel
public void setPrimaryKey(long primaryKey)
UserNotificationEventModel
setPrimaryKey
in interface UserNotificationEventModel
primaryKey
- the primary key of this user notification eventpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<UserNotificationEvent>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface UserNotificationEventModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<UserNotificationEvent>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface UserNotificationEventModel
primaryKeyObj
- the primary key of this model instancepublic Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<UserNotificationEvent>
getModelAttributes
in class BaseModelImpl<UserNotificationEvent>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<UserNotificationEvent>
setModelAttributes
in class BaseModelImpl<UserNotificationEvent>
public String getUuid()
UserNotificationEventModel
getUuid
in interface UserNotificationEventModel
public void setUuid(String uuid)
UserNotificationEventModel
setUuid
in interface UserNotificationEventModel
uuid
- the uuid of this user notification eventpublic String getOriginalUuid()
public long getUserNotificationEventId()
UserNotificationEventModel
getUserNotificationEventId
in interface UserNotificationEventModel
public void setUserNotificationEventId(long userNotificationEventId)
UserNotificationEventModel
setUserNotificationEventId
in interface UserNotificationEventModel
userNotificationEventId
- the user notification event ID of this user notification eventpublic long getCompanyId()
UserNotificationEventModel
getCompanyId
in interface UserNotificationEventModel
public void setCompanyId(long companyId)
UserNotificationEventModel
setCompanyId
in interface UserNotificationEventModel
companyId
- the company ID of this user notification eventpublic long getOriginalCompanyId()
public long getUserId()
UserNotificationEventModel
getUserId
in interface UserNotificationEventModel
public void setUserId(long userId)
UserNotificationEventModel
setUserId
in interface UserNotificationEventModel
userId
- the user ID of this user notification eventpublic String getUserUuid() throws SystemException
UserNotificationEventModel
getUserUuid
in interface UserNotificationEventModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
UserNotificationEventModel
setUserUuid
in interface UserNotificationEventModel
userUuid
- the user uuid of this user notification eventpublic long getOriginalUserId()
public String getType()
UserNotificationEventModel
getType
in interface UserNotificationEventModel
public void setType(String type)
UserNotificationEventModel
setType
in interface UserNotificationEventModel
type
- the type of this user notification eventpublic long getTimestamp()
UserNotificationEventModel
getTimestamp
in interface UserNotificationEventModel
public void setTimestamp(long timestamp)
UserNotificationEventModel
setTimestamp
in interface UserNotificationEventModel
timestamp
- the timestamp of this user notification eventpublic long getDeliverBy()
UserNotificationEventModel
getDeliverBy
in interface UserNotificationEventModel
public void setDeliverBy(long deliverBy)
UserNotificationEventModel
setDeliverBy
in interface UserNotificationEventModel
deliverBy
- the deliver by of this user notification eventpublic boolean getDelivered()
UserNotificationEventModel
getDelivered
in interface UserNotificationEventModel
public boolean isDelivered()
UserNotificationEventModel
true
if this user notification event is delivered.
isDelivered
in interface UserNotificationEventModel
true
if this user notification event is delivered; false
otherwisepublic void setDelivered(boolean delivered)
UserNotificationEventModel
setDelivered
in interface UserNotificationEventModel
delivered
- the delivered of this user notification eventpublic boolean getOriginalDelivered()
public String getPayload()
UserNotificationEventModel
getPayload
in interface UserNotificationEventModel
public void setPayload(String payload)
UserNotificationEventModel
setPayload
in interface UserNotificationEventModel
payload
- the payload of this user notification eventpublic boolean getArchived()
UserNotificationEventModel
getArchived
in interface UserNotificationEventModel
public boolean isArchived()
UserNotificationEventModel
true
if this user notification event is archived.
isArchived
in interface UserNotificationEventModel
true
if this user notification event is archived; false
otherwisepublic void setArchived(boolean archived)
UserNotificationEventModel
setArchived
in interface UserNotificationEventModel
archived
- the archived of this user notification eventpublic boolean getOriginalArchived()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<UserNotificationEvent>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface UserNotificationEventModel
getExpandoBridge
in class BaseModelImpl<UserNotificationEvent>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<UserNotificationEvent>
setExpandoBridgeAttributes
in interface UserNotificationEventModel
setExpandoBridgeAttributes
in class BaseModelImpl<UserNotificationEvent>
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)
public UserNotificationEvent toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<UserNotificationEvent>
toEscapedModel
in interface UserNotificationEventModel
toEscapedModel
in class BaseModelImpl<UserNotificationEvent>
AutoEscapeBeanHandler
public Object clone()
BaseModel
clone
in interface BaseModel<UserNotificationEvent>
clone
in interface UserNotificationEventModel
clone
in class BaseModelImpl<UserNotificationEvent>
public int compareTo(UserNotificationEvent userNotificationEvent)
compareTo
in interface UserNotificationEventModel
compareTo
in interface Comparable<UserNotificationEvent>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface UserNotificationEventModel
hashCode
in class Object
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<UserNotificationEvent>
resetOriginalValues
in class BaseModelImpl<UserNotificationEvent>
public CacheModel<UserNotificationEvent> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<UserNotificationEvent>
toCacheModel
in interface UserNotificationEventModel
toCacheModel
in class BaseModelImpl<UserNotificationEvent>
public String toString()
toString
in interface UserNotificationEventModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<UserNotificationEvent>
toXmlString
in interface UserNotificationEventModel
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |