|
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<DLSyncEvent> com.liferay.portlet.documentlibrary.model.impl.DLSyncEventModelImpl
public class DLSyncEventModelImpl
The base model implementation for the DLSyncEvent service. Represents a row in the "DLSyncEvent" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface DLSyncEventModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DLSyncEventImpl
.
DLSyncEventImpl
,
DLSyncEvent
,
DLSyncEventModel
,
Serialized FormField Summary | |
---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static long |
MODIFIEDTIME_COLUMN_BITMASK
|
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 |
TYPEPK_COLUMN_BITMASK
|
Constructor Summary | |
---|---|
DLSyncEventModelImpl()
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DLSyncEvent dlSyncEvent)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
String |
getEvent()
Returns the event of this d l sync event. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getModifiedTime()
Returns the modified time of this d l sync event. |
long |
getOriginalModifiedTime()
|
long |
getOriginalTypePK()
|
long |
getPrimaryKey()
Returns the primary key of this d l sync event. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getSyncEventId()
Returns the sync event ID of this d l sync event. |
String |
getType()
Returns the type of this d l sync event. |
long |
getTypePK()
Returns the type p k of this d l sync event. |
int |
hashCode()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setEvent(String event)
Sets the event of this d l sync event. |
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 |
setModifiedTime(long modifiedTime)
Sets the modified time of this d l sync event. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this d l sync event. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setSyncEventId(long syncEventId)
Sets the sync event ID of this d l sync event. |
void |
setType(String type)
Sets the type of this d l sync event. |
void |
setTypePK(long typePK)
Sets the type p k of this d l sync event. |
CacheModel<DLSyncEvent> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
DLSyncEvent |
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.portlet.documentlibrary.model.DLSyncEventModel |
---|
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 MODIFIEDTIME_COLUMN_BITMASK
public static long TYPEPK_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public DLSyncEventModelImpl()
Method Detail |
---|
public long getPrimaryKey()
DLSyncEventModel
getPrimaryKey
in interface DLSyncEventModel
public void setPrimaryKey(long primaryKey)
DLSyncEventModel
setPrimaryKey
in interface DLSyncEventModel
primaryKey
- the primary key of this d l sync eventpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<DLSyncEvent>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface DLSyncEventModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<DLSyncEvent>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface DLSyncEventModel
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<DLSyncEvent>
getModelAttributes
in class BaseModelImpl<DLSyncEvent>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<DLSyncEvent>
setModelAttributes
in class BaseModelImpl<DLSyncEvent>
public long getSyncEventId()
DLSyncEventModel
getSyncEventId
in interface DLSyncEventModel
public void setSyncEventId(long syncEventId)
DLSyncEventModel
setSyncEventId
in interface DLSyncEventModel
syncEventId
- the sync event ID of this d l sync eventpublic long getModifiedTime()
DLSyncEventModel
getModifiedTime
in interface DLSyncEventModel
public void setModifiedTime(long modifiedTime)
DLSyncEventModel
setModifiedTime
in interface DLSyncEventModel
modifiedTime
- the modified time of this d l sync eventpublic long getOriginalModifiedTime()
public String getEvent()
DLSyncEventModel
getEvent
in interface DLSyncEventModel
public void setEvent(String event)
DLSyncEventModel
setEvent
in interface DLSyncEventModel
event
- the event of this d l sync eventpublic String getType()
DLSyncEventModel
getType
in interface DLSyncEventModel
public void setType(String type)
DLSyncEventModel
setType
in interface DLSyncEventModel
type
- the type of this d l sync eventpublic long getTypePK()
DLSyncEventModel
getTypePK
in interface DLSyncEventModel
public void setTypePK(long typePK)
DLSyncEventModel
setTypePK
in interface DLSyncEventModel
typePK
- the type p k of this d l sync eventpublic long getOriginalTypePK()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<DLSyncEvent>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface DLSyncEventModel
getExpandoBridge
in class BaseModelImpl<DLSyncEvent>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<DLSyncEvent>
setExpandoBridgeAttributes
in interface DLSyncEventModel
setExpandoBridgeAttributes
in class BaseModelImpl<DLSyncEvent>
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)
public DLSyncEvent toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<DLSyncEvent>
toEscapedModel
in interface DLSyncEventModel
toEscapedModel
in class BaseModelImpl<DLSyncEvent>
AutoEscapeBeanHandler
public Object clone()
BaseModel
clone
in interface BaseModel<DLSyncEvent>
clone
in interface DLSyncEventModel
clone
in class BaseModelImpl<DLSyncEvent>
public int compareTo(DLSyncEvent dlSyncEvent)
compareTo
in interface DLSyncEventModel
compareTo
in interface Comparable<DLSyncEvent>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface DLSyncEventModel
hashCode
in class Object
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<DLSyncEvent>
resetOriginalValues
in class BaseModelImpl<DLSyncEvent>
public CacheModel<DLSyncEvent> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<DLSyncEvent>
toCacheModel
in interface DLSyncEventModel
toCacheModel
in class BaseModelImpl<DLSyncEvent>
public String toString()
toString
in interface DLSyncEventModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<DLSyncEvent>
toXmlString
in interface DLSyncEventModel
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |