|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<DLSyncEvent>
com.liferay.portlet.documentlibrary.model.impl.DLSyncEventModelImpl
@ProviderType 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 Form| Field 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 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 |
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()
|
long |
getCompanyId()
Returns the company ID of this d l sync event. |
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()
|
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 d l sync event. |
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 Map<String,Integer> TABLE_COLUMNS_MAP
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 MODIFIEDTIME_COLUMN_BITMASK
public static final long TYPEPK_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public DLSyncEventModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
DLSyncEventModel
getPrimaryKey in interface DLSyncEventModelpublic void setPrimaryKey(long primaryKey)
DLSyncEventModel
setPrimaryKey in interface DLSyncEventModelprimaryKey - the primary key of this d l sync eventpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DLSyncEvent>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface DLSyncEventModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<DLSyncEvent>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface DLSyncEventModelprimaryKeyObj - 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<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 DLSyncEventModelpublic void setSyncEventId(long syncEventId)
DLSyncEventModel
setSyncEventId in interface DLSyncEventModelsyncEventId - the sync event ID of this d l sync eventpublic long getCompanyId()
DLSyncEventModel
getCompanyId in interface ShardedModelgetCompanyId in interface DLSyncEventModelpublic void setCompanyId(long companyId)
DLSyncEventModel
setCompanyId in interface ShardedModelsetCompanyId in interface DLSyncEventModelcompanyId - the company ID of this d l sync eventpublic long getModifiedTime()
DLSyncEventModel
getModifiedTime in interface DLSyncEventModelpublic void setModifiedTime(long modifiedTime)
DLSyncEventModel
setModifiedTime in interface DLSyncEventModelmodifiedTime - the modified time of this d l sync eventpublic long getOriginalModifiedTime()
public String getEvent()
DLSyncEventModel
getEvent in interface DLSyncEventModelpublic void setEvent(String event)
DLSyncEventModel
setEvent in interface DLSyncEventModelevent - the event of this d l sync eventpublic String getType()
DLSyncEventModel
getType in interface DLSyncEventModelpublic void setType(String type)
DLSyncEventModel
setType in interface DLSyncEventModeltype - the type of this d l sync eventpublic long getTypePK()
DLSyncEventModel
getTypePK in interface DLSyncEventModelpublic void setTypePK(long typePK)
DLSyncEventModel
setTypePK in interface DLSyncEventModeltypePK - 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 ClassedModelgetExpandoBridge in interface DLSyncEventModelgetExpandoBridge in class BaseModelImpl<DLSyncEvent>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DLSyncEvent>setExpandoBridgeAttributes in interface DLSyncEventModelsetExpandoBridgeAttributes in class BaseModelImpl<DLSyncEvent>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public DLSyncEvent toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<DLSyncEvent>toEscapedModel in interface DLSyncEventModeltoEscapedModel in class BaseModelImpl<DLSyncEvent>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<DLSyncEvent>clone in interface DLSyncEventModelclone in class BaseModelImpl<DLSyncEvent>public int compareTo(DLSyncEvent dlSyncEvent)
compareTo in interface DLSyncEventModelcompareTo in interface Comparable<DLSyncEvent>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface DLSyncEventModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<DLSyncEvent>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<DLSyncEvent>true if this model's finder cache is enabled;
false otherwisepublic 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 DLSyncEventModeltoCacheModel in class BaseModelImpl<DLSyncEvent>public String toString()
toString in interface DLSyncEventModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DLSyncEvent>toXmlString in interface DLSyncEventModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||