|
Liferay 6.1.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<DLSync>
com.liferay.portlet.documentlibrary.model.impl.DLSyncModelImpl
@JSON(strict=true) public class DLSyncModelImpl
The base model implementation for the DLSync service. Represents a row in the "DLSync" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface DLSyncModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DLSyncImpl.
DLSyncImpl,
DLSync,
DLSyncModel,
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 |
FILEID_COLUMN_BITMASK
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static long |
MODIFIEDDATE_COLUMN_BITMASK
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
REPOSITORYID_COLUMN_BITMASK
|
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
|
| Constructor Summary | |
|---|---|
DLSyncModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DLSync dlSync)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this d l sync. |
Date |
getCreateDate()
Returns the create date of this d l sync. |
String |
getEvent()
Returns the event of this d l sync. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getFileId()
Returns the file ID of this d l sync. |
String |
getFileUuid()
Returns the file uuid of this d l sync. |
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this d l sync. |
String |
getName()
Returns the name of this d l sync. |
long |
getOriginalCompanyId()
|
long |
getOriginalFileId()
|
Date |
getOriginalModifiedDate()
|
long |
getOriginalRepositoryId()
|
long |
getParentFolderId()
Returns the parent folder ID of this d l sync. |
long |
getPrimaryKey()
Returns the primary key of this d l sync. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getRepositoryId()
Returns the repository ID of this d l sync. |
long |
getSyncId()
Returns the sync ID of this d l sync. |
String |
getType()
Returns the type of this d l sync. |
String |
getVersion()
Returns the version of this d l sync. |
int |
hashCode()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCompanyId(long companyId)
Sets the company ID of this d l sync. |
void |
setCreateDate(Date createDate)
Sets the create date of this d l sync. |
void |
setEvent(String event)
Sets the event of this d l sync. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFileId(long fileId)
Sets the file ID of this d l sync. |
void |
setFileUuid(String fileUuid)
Sets the file uuid of this d l sync. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this d l sync. |
void |
setName(String name)
Sets the name of this d l sync. |
void |
setParentFolderId(long parentFolderId)
Sets the parent folder ID of this d l sync. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this d l sync. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRepositoryId(long repositoryId)
Sets the repository ID of this d l sync. |
void |
setSyncId(long syncId)
Sets the sync ID of this d l sync. |
void |
setType(String type)
Sets the type of this d l sync. |
void |
setVersion(String version)
Sets the version of this d l sync. |
CacheModel<DLSync> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
DLSync |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static DLSync |
toModel(DLSyncSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<DLSync> |
toModels(DLSyncSoap[] 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, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLSyncModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew |
| 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 COMPANYID_COLUMN_BITMASK
public static long FILEID_COLUMN_BITMASK
public static long MODIFIEDDATE_COLUMN_BITMASK
public static long REPOSITORYID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public DLSyncModelImpl()
| Method Detail |
|---|
public static DLSync toModel(DLSyncSoap soapModel)
soapModel - the soap model instance to convert
public static List<DLSync> toModels(DLSyncSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
DLSyncModel
getPrimaryKey in interface DLSyncModelpublic void setPrimaryKey(long primaryKey)
DLSyncModel
setPrimaryKey in interface DLSyncModelprimaryKey - the primary key of this d l syncpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DLSync>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface DLSyncModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<DLSync>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface DLSyncModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModel@JSON public long getSyncId()
DLSyncModel
getSyncId in interface DLSyncModelpublic void setSyncId(long syncId)
DLSyncModel
setSyncId in interface DLSyncModelsyncId - the sync ID of this d l sync@JSON public long getCompanyId()
DLSyncModel
getCompanyId in interface DLSyncModelpublic void setCompanyId(long companyId)
DLSyncModel
setCompanyId in interface DLSyncModelcompanyId - the company ID of this d l syncpublic long getOriginalCompanyId()
@JSON public Date getCreateDate()
DLSyncModel
getCreateDate in interface DLSyncModelpublic void setCreateDate(Date createDate)
DLSyncModel
setCreateDate in interface DLSyncModelcreateDate - the create date of this d l sync@JSON public Date getModifiedDate()
DLSyncModel
getModifiedDate in interface DLSyncModelpublic void setModifiedDate(Date modifiedDate)
DLSyncModel
setModifiedDate in interface DLSyncModelmodifiedDate - the modified date of this d l syncpublic Date getOriginalModifiedDate()
@JSON public long getFileId()
DLSyncModel
getFileId in interface DLSyncModelpublic void setFileId(long fileId)
DLSyncModel
setFileId in interface DLSyncModelfileId - the file ID of this d l syncpublic long getOriginalFileId()
@JSON public String getFileUuid()
DLSyncModel
getFileUuid in interface DLSyncModelpublic void setFileUuid(String fileUuid)
DLSyncModel
setFileUuid in interface DLSyncModelfileUuid - the file uuid of this d l sync@JSON public long getRepositoryId()
DLSyncModel
getRepositoryId in interface DLSyncModelpublic void setRepositoryId(long repositoryId)
DLSyncModel
setRepositoryId in interface DLSyncModelrepositoryId - the repository ID of this d l syncpublic long getOriginalRepositoryId()
@JSON public long getParentFolderId()
DLSyncModel
getParentFolderId in interface DLSyncModelpublic void setParentFolderId(long parentFolderId)
DLSyncModel
setParentFolderId in interface DLSyncModelparentFolderId - the parent folder ID of this d l sync@JSON public String getName()
DLSyncModel
getName in interface DLSyncModelpublic void setName(String name)
DLSyncModel
setName in interface DLSyncModelname - the name of this d l sync@JSON public String getEvent()
DLSyncModel
getEvent in interface DLSyncModelpublic void setEvent(String event)
DLSyncModel
setEvent in interface DLSyncModelevent - the event of this d l sync@JSON public String getType()
DLSyncModel
getType in interface DLSyncModelpublic void setType(String type)
DLSyncModel
setType in interface DLSyncModeltype - the type of this d l sync@JSON public String getVersion()
DLSyncModel
getVersion in interface DLSyncModelpublic void setVersion(String version)
DLSyncModel
setVersion in interface DLSyncModelversion - the version of this d l syncpublic long getColumnBitmask()
public DLSync toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<DLSync>toEscapedModel in interface DLSyncModeltoEscapedModel in class BaseModelImpl<DLSync>AutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DLSync>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface DLSyncModelgetExpandoBridge in class BaseModelImpl<DLSync>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DLSync>setExpandoBridgeAttributes in interface DLSyncModelsetExpandoBridgeAttributes in class BaseModelImpl<DLSync>serviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<DLSync>clone in interface DLSyncModelclone in class BaseModelImpl<DLSync>public int compareTo(DLSync dlSync)
compareTo in interface DLSyncModelcompareTo in interface Comparable<DLSync>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface DLSyncModelhashCode in class Objectpublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<DLSync>resetOriginalValues in class BaseModelImpl<DLSync>public CacheModel<DLSync> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<DLSync>toCacheModel in interface DLSyncModeltoCacheModel in class BaseModelImpl<DLSync>public String toString()
toString in interface DLSyncModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DLSync>toXmlString in interface DLSyncModel
|
Liferay 6.1.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||