|
Liferay 6.1.2-ce-ga3 | |||||||||
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<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 FormField 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 |
getDescription()
Returns the description 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. |
Map<String,Object> |
getModelAttributes()
|
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 |
setDescription(String description)
Sets the description 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 |
setModelAttributes(Map<String,Object> attributes)
|
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()
|
DLSync |
toUnescapedModel()
|
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 DLSyncModel
public void setPrimaryKey(long primaryKey)
DLSyncModel
setPrimaryKey
in interface DLSyncModel
primaryKey
- the primary key of this d l syncpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<DLSync>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface DLSyncModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<DLSync>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface DLSyncModel
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<DLSync>
getModelAttributes
in class BaseModelImpl<DLSync>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<DLSync>
setModelAttributes
in class BaseModelImpl<DLSync>
@JSON public long getSyncId()
DLSyncModel
getSyncId
in interface DLSyncModel
public void setSyncId(long syncId)
DLSyncModel
setSyncId
in interface DLSyncModel
syncId
- the sync ID of this d l sync@JSON public long getCompanyId()
DLSyncModel
getCompanyId
in interface DLSyncModel
public void setCompanyId(long companyId)
DLSyncModel
setCompanyId
in interface DLSyncModel
companyId
- the company ID of this d l syncpublic long getOriginalCompanyId()
@JSON public Date getCreateDate()
DLSyncModel
getCreateDate
in interface DLSyncModel
public void setCreateDate(Date createDate)
DLSyncModel
setCreateDate
in interface DLSyncModel
createDate
- the create date of this d l sync@JSON public Date getModifiedDate()
DLSyncModel
getModifiedDate
in interface DLSyncModel
public void setModifiedDate(Date modifiedDate)
DLSyncModel
setModifiedDate
in interface DLSyncModel
modifiedDate
- the modified date of this d l syncpublic Date getOriginalModifiedDate()
@JSON public long getFileId()
DLSyncModel
getFileId
in interface DLSyncModel
public void setFileId(long fileId)
DLSyncModel
setFileId
in interface DLSyncModel
fileId
- the file ID of this d l syncpublic long getOriginalFileId()
@JSON public String getFileUuid()
DLSyncModel
getFileUuid
in interface DLSyncModel
public void setFileUuid(String fileUuid)
DLSyncModel
setFileUuid
in interface DLSyncModel
fileUuid
- the file uuid of this d l sync@JSON public long getRepositoryId()
DLSyncModel
getRepositoryId
in interface DLSyncModel
public void setRepositoryId(long repositoryId)
DLSyncModel
setRepositoryId
in interface DLSyncModel
repositoryId
- the repository ID of this d l syncpublic long getOriginalRepositoryId()
@JSON public long getParentFolderId()
DLSyncModel
getParentFolderId
in interface DLSyncModel
public void setParentFolderId(long parentFolderId)
DLSyncModel
setParentFolderId
in interface DLSyncModel
parentFolderId
- the parent folder ID of this d l sync@JSON public String getName()
DLSyncModel
getName
in interface DLSyncModel
public void setName(String name)
DLSyncModel
setName
in interface DLSyncModel
name
- the name of this d l sync@JSON public String getDescription()
DLSyncModel
getDescription
in interface DLSyncModel
public void setDescription(String description)
DLSyncModel
setDescription
in interface DLSyncModel
description
- the description of this d l sync@JSON public String getEvent()
DLSyncModel
getEvent
in interface DLSyncModel
public void setEvent(String event)
DLSyncModel
setEvent
in interface DLSyncModel
event
- the event of this d l sync@JSON public String getType()
DLSyncModel
getType
in interface DLSyncModel
public void setType(String type)
DLSyncModel
setType
in interface DLSyncModel
type
- the type of this d l sync@JSON public String getVersion()
DLSyncModel
getVersion
in interface DLSyncModel
public void setVersion(String version)
DLSyncModel
setVersion
in interface DLSyncModel
version
- the version of this d l syncpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<DLSync>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface DLSyncModel
getExpandoBridge
in class BaseModelImpl<DLSync>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<DLSync>
setExpandoBridgeAttributes
in interface DLSyncModel
setExpandoBridgeAttributes
in class BaseModelImpl<DLSync>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public DLSync toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<DLSync>
toEscapedModel
in interface DLSyncModel
toEscapedModel
in class BaseModelImpl<DLSync>
AutoEscapeBeanHandler
public DLSync toUnescapedModel()
toUnescapedModel
in interface BaseModel<DLSync>
toUnescapedModel
in interface DLSyncModel
toUnescapedModel
in class BaseModelImpl<DLSync>
public Object clone()
BaseModel
clone
in interface BaseModel<DLSync>
clone
in interface DLSyncModel
clone
in class BaseModelImpl<DLSync>
public int compareTo(DLSync dlSync)
compareTo
in interface DLSyncModel
compareTo
in interface Comparable<DLSync>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface DLSyncModel
hashCode
in class Object
public 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 DLSyncModel
toCacheModel
in class BaseModelImpl<DLSync>
public String toString()
toString
in interface DLSyncModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<DLSync>
toXmlString
in interface DLSyncModel
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |