|
Liferay 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<DLFileEntryMetadata>
com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataModelImpl
public class DLFileEntryMetadataModelImpl
The base model implementation for the DLFileEntryMetadata service. Represents a row in the "DLFileEntryMetadata" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface DLFileEntryMetadataModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DLFileEntryMetadataImpl.
DLFileEntryMetadataImpl,
DLFileEntryMetadata,
DLFileEntryMetadataModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static String |
DATA_SOURCE
|
static long |
DDMSTRUCTUREID_COLUMN_BITMASK
|
static boolean |
ENTITY_CACHE_ENABLED
|
static long |
FILEENTRYID_COLUMN_BITMASK
|
static long |
FILEENTRYMETADATAID_COLUMN_BITMASK
|
static long |
FILEENTRYTYPEID_COLUMN_BITMASK
|
static long |
FILEVERSIONID_COLUMN_BITMASK
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
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 |
UUID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
DLFileEntryMetadataModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DLFileEntryMetadata dlFileEntryMetadata)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getDDMStorageId()
Returns the d d m storage ID of this document library file entry metadata. |
long |
getDDMStructureId()
Returns the d d m structure ID of this document library file entry metadata. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getFileEntryId()
Returns the file entry ID of this document library file entry metadata. |
long |
getFileEntryMetadataId()
Returns the file entry metadata ID of this document library file entry metadata. |
long |
getFileEntryTypeId()
Returns the file entry type ID of this document library file entry metadata. |
long |
getFileVersionId()
Returns the file version ID of this document library file entry metadata. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getOriginalDDMStructureId()
|
long |
getOriginalFileEntryId()
|
long |
getOriginalFileEntryTypeId()
|
long |
getOriginalFileVersionId()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
Returns the primary key of this document library file entry metadata. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
String |
getUuid()
Returns the uuid of this document library file entry metadata. |
int |
hashCode()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setDDMStorageId(long DDMStorageId)
Sets the d d m storage ID of this document library file entry metadata. |
void |
setDDMStructureId(long DDMStructureId)
Sets the d d m structure ID of this document library file entry metadata. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFileEntryId(long fileEntryId)
Sets the file entry ID of this document library file entry metadata. |
void |
setFileEntryMetadataId(long fileEntryMetadataId)
Sets the file entry metadata ID of this document library file entry metadata. |
void |
setFileEntryTypeId(long fileEntryTypeId)
Sets the file entry type ID of this document library file entry metadata. |
void |
setFileVersionId(long fileVersionId)
Sets the file version ID of this document library file entry metadata. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this document library file entry metadata. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setUuid(String uuid)
Sets the uuid of this document library file entry metadata. |
CacheModel<DLFileEntryMetadata> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
DLFileEntryMetadata |
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.DLFileEntryMetadataModel |
|---|
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 DDMSTRUCTUREID_COLUMN_BITMASK
public static long FILEENTRYID_COLUMN_BITMASK
public static long FILEENTRYTYPEID_COLUMN_BITMASK
public static long FILEVERSIONID_COLUMN_BITMASK
public static long UUID_COLUMN_BITMASK
public static long FILEENTRYMETADATAID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public DLFileEntryMetadataModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
DLFileEntryMetadataModel
getPrimaryKey in interface DLFileEntryMetadataModelpublic void setPrimaryKey(long primaryKey)
DLFileEntryMetadataModel
setPrimaryKey in interface DLFileEntryMetadataModelprimaryKey - the primary key of this document library file entry metadatapublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DLFileEntryMetadata>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface DLFileEntryMetadataModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<DLFileEntryMetadata>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface DLFileEntryMetadataModelprimaryKeyObj - 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<DLFileEntryMetadata>getModelAttributes in class BaseModelImpl<DLFileEntryMetadata>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<DLFileEntryMetadata>setModelAttributes in class BaseModelImpl<DLFileEntryMetadata>public String getUuid()
DLFileEntryMetadataModel
getUuid in interface DLFileEntryMetadataModelpublic void setUuid(String uuid)
DLFileEntryMetadataModel
setUuid in interface DLFileEntryMetadataModeluuid - the uuid of this document library file entry metadatapublic String getOriginalUuid()
public long getFileEntryMetadataId()
DLFileEntryMetadataModel
getFileEntryMetadataId in interface DLFileEntryMetadataModelpublic void setFileEntryMetadataId(long fileEntryMetadataId)
DLFileEntryMetadataModel
setFileEntryMetadataId in interface DLFileEntryMetadataModelfileEntryMetadataId - the file entry metadata ID of this document library file entry metadatapublic long getDDMStorageId()
DLFileEntryMetadataModel
getDDMStorageId in interface DLFileEntryMetadataModelpublic void setDDMStorageId(long DDMStorageId)
DLFileEntryMetadataModel
setDDMStorageId in interface DLFileEntryMetadataModelDDMStorageId - the d d m storage ID of this document library file entry metadatapublic long getDDMStructureId()
DLFileEntryMetadataModel
getDDMStructureId in interface DLFileEntryMetadataModelpublic void setDDMStructureId(long DDMStructureId)
DLFileEntryMetadataModel
setDDMStructureId in interface DLFileEntryMetadataModelDDMStructureId - the d d m structure ID of this document library file entry metadatapublic long getOriginalDDMStructureId()
public long getFileEntryTypeId()
DLFileEntryMetadataModel
getFileEntryTypeId in interface DLFileEntryMetadataModelpublic void setFileEntryTypeId(long fileEntryTypeId)
DLFileEntryMetadataModel
setFileEntryTypeId in interface DLFileEntryMetadataModelfileEntryTypeId - the file entry type ID of this document library file entry metadatapublic long getOriginalFileEntryTypeId()
public long getFileEntryId()
DLFileEntryMetadataModel
getFileEntryId in interface DLFileEntryMetadataModelpublic void setFileEntryId(long fileEntryId)
DLFileEntryMetadataModel
setFileEntryId in interface DLFileEntryMetadataModelfileEntryId - the file entry ID of this document library file entry metadatapublic long getOriginalFileEntryId()
public long getFileVersionId()
DLFileEntryMetadataModel
getFileVersionId in interface DLFileEntryMetadataModelpublic void setFileVersionId(long fileVersionId)
DLFileEntryMetadataModel
setFileVersionId in interface DLFileEntryMetadataModelfileVersionId - the file version ID of this document library file entry metadatapublic long getOriginalFileVersionId()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DLFileEntryMetadata>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface DLFileEntryMetadataModelgetExpandoBridge in class BaseModelImpl<DLFileEntryMetadata>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DLFileEntryMetadata>setExpandoBridgeAttributes in interface DLFileEntryMetadataModelsetExpandoBridgeAttributes in class BaseModelImpl<DLFileEntryMetadata>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public DLFileEntryMetadata toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<DLFileEntryMetadata>toEscapedModel in interface DLFileEntryMetadataModeltoEscapedModel in class BaseModelImpl<DLFileEntryMetadata>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<DLFileEntryMetadata>clone in interface DLFileEntryMetadataModelclone in class BaseModelImpl<DLFileEntryMetadata>public int compareTo(DLFileEntryMetadata dlFileEntryMetadata)
compareTo in interface DLFileEntryMetadataModelcompareTo in interface Comparable<DLFileEntryMetadata>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface DLFileEntryMetadataModelhashCode in class Objectpublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<DLFileEntryMetadata>resetOriginalValues in class BaseModelImpl<DLFileEntryMetadata>public CacheModel<DLFileEntryMetadata> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<DLFileEntryMetadata>toCacheModel in interface DLFileEntryMetadataModeltoCacheModel in class BaseModelImpl<DLFileEntryMetadata>public String toString()
toString in interface DLFileEntryMetadataModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DLFileEntryMetadata>toXmlString in interface DLFileEntryMetadataModel
|
Liferay 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||