@ProviderType
public class DLContentModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>
implements com.liferay.document.library.kernel.model.DLContentModel
This implementation and its corresponding interface DLContentModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DLContentImpl.
DLContentImpl,
DLContent,
DLContentModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static String |
DATA_SOURCE |
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 long |
PATH_COLUMN_BITMASK |
static long |
REPOSITORYID_COLUMN_BITMASK |
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 |
VERSION_COLUMN_BITMASK |
| Constructor and Description |
|---|
DLContentModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(com.liferay.document.library.kernel.model.DLContent dlContent) |
boolean |
equals(Object obj) |
long |
getColumnBitmask() |
long |
getCompanyId() |
long |
getContentId() |
Blob |
getData() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getOriginalCompanyId() |
String |
getOriginalPath() |
long |
getOriginalRepositoryId() |
String |
getOriginalVersion() |
String |
getPath() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
long |
getRepositoryId() |
long |
getSize() |
String |
getVersion() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setCompanyId(long companyId) |
void |
setContentId(long contentId) |
void |
setData(Blob data) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setPath(String path) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setRepositoryId(long repositoryId) |
void |
setSize(long size) |
void |
setVersion(String version) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLContent> |
toCacheModel() |
com.liferay.document.library.kernel.model.DLContent |
toEscapedModel() |
String |
toString() |
String |
toXmlString() |
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 final long COMPANYID_COLUMN_BITMASK
public static final long PATH_COLUMN_BITMASK
public static final long REPOSITORYID_COLUMN_BITMASK
public static final long VERSION_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.document.library.kernel.model.DLContentModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.document.library.kernel.model.DLContentModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.document.library.kernel.model.DLContentModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.document.library.kernel.model.DLContentModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>public long getContentId()
getContentId in interface com.liferay.document.library.kernel.model.DLContentModelpublic void setContentId(long contentId)
setContentId in interface com.liferay.document.library.kernel.model.DLContentModelpublic long getGroupId()
getGroupId in interface com.liferay.document.library.kernel.model.DLContentModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.document.library.kernel.model.DLContentModelpublic long getCompanyId()
getCompanyId in interface com.liferay.document.library.kernel.model.DLContentModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.document.library.kernel.model.DLContentModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getOriginalCompanyId()
public long getRepositoryId()
getRepositoryId in interface com.liferay.document.library.kernel.model.DLContentModelpublic void setRepositoryId(long repositoryId)
setRepositoryId in interface com.liferay.document.library.kernel.model.DLContentModelpublic long getOriginalRepositoryId()
public String getPath()
getPath in interface com.liferay.document.library.kernel.model.DLContentModelpublic void setPath(String path)
setPath in interface com.liferay.document.library.kernel.model.DLContentModelpublic String getOriginalPath()
public String getVersion()
getVersion in interface com.liferay.document.library.kernel.model.DLContentModelpublic void setVersion(String version)
setVersion in interface com.liferay.document.library.kernel.model.DLContentModelpublic String getOriginalVersion()
public Blob getData()
getData in interface com.liferay.document.library.kernel.model.DLContentModelpublic void setData(Blob data)
setData in interface com.liferay.document.library.kernel.model.DLContentModelpublic long getSize()
getSize in interface com.liferay.document.library.kernel.model.DLContentModelpublic void setSize(long size)
setSize in interface com.liferay.document.library.kernel.model.DLContentModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.document.library.kernel.model.DLContentModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.document.library.kernel.model.DLContentModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>public com.liferay.document.library.kernel.model.DLContent toEscapedModel()
toEscapedModel in interface com.liferay.document.library.kernel.model.DLContentModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>public Object clone()
clone in interface com.liferay.document.library.kernel.model.DLContentModelclone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>public int compareTo(com.liferay.document.library.kernel.model.DLContent dlContent)
compareTo in interface com.liferay.document.library.kernel.model.DLContentModelcompareTo in interface Comparable<com.liferay.document.library.kernel.model.DLContent>public int hashCode()
public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>public com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLContent> toCacheModel()
toCacheModel in interface com.liferay.document.library.kernel.model.DLContentModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>public String toString()
public String toXmlString()
toXmlString in interface com.liferay.document.library.kernel.model.DLContentModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>