public class DLFileEntryMetadataModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
implements com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
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
,
Serialized FormModifier and Type | Field and Description |
---|---|
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
COMPANYID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
DATA_SOURCE |
static long |
DDMSTRUCTUREID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static boolean |
ENTITY_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
FILEENTRYID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
FILEENTRYMETADATAID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
FILEVERSIONID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
LOCK_EXPIRATION_TIME |
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 |
UUID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
Constructor and Description |
---|
DLFileEntryMetadataModelImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
com.liferay.document.library.kernel.model.DLFileEntryMetadata |
cloneWithOriginalValues() |
int |
compareTo(com.liferay.document.library.kernel.model.DLFileEntryMetadata dlFileEntryMetadata) |
boolean |
equals(Object object) |
Map<String,Function<com.liferay.document.library.kernel.model.DLFileEntryMetadata,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<com.liferay.document.library.kernel.model.DLFileEntryMetadata,Object>> |
getAttributeSetterBiConsumers() |
long |
getColumnBitmask() |
static long |
getColumnBitmask(String columnName) |
<T> T |
getColumnOriginalValue(String columnName) |
<T> T |
getColumnValue(String columnName) |
long |
getCompanyId() |
long |
getCtCollectionId() |
long |
getDDMStorageId() |
long |
getDDMStructureId() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getFileEntryId() |
long |
getFileEntryMetadataId() |
long |
getFileVersionId() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getMvccVersion() |
long |
getOriginalCompanyId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalDDMStructureId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalFileEntryId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalFileVersionId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalUuid()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
String |
getUuid() |
int |
hashCode() |
boolean |
isEntityCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isFinderCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
void |
resetOriginalValues() |
void |
setCompanyId(long companyId) |
void |
setCtCollectionId(long ctCollectionId) |
void |
setDDMStorageId(long DDMStorageId) |
void |
setDDMStructureId(long DDMStructureId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setFileEntryId(long fileEntryId) |
void |
setFileEntryMetadataId(long fileEntryMetadataId) |
void |
setFileVersionId(long fileVersionId) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setUuid(String uuid) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata> |
toCacheModel() |
com.liferay.document.library.kernel.model.DLFileEntryMetadata |
toEscapedModel() |
String |
toString() |
String |
toXmlString() |
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
@Deprecated public static final boolean ENTITY_CACHE_ENABLED
@Deprecated public static final boolean FINDER_CACHE_ENABLED
@Deprecated public static final boolean COLUMN_BITMASK_ENABLED
@Deprecated public static final long DDMSTRUCTUREID_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long COMPANYID_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long FILEENTRYID_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long FILEVERSIONID_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long UUID_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long FILEENTRYMETADATAID_COLUMN_BITMASK
getColumnBitmask(String)
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public Map<String,Function<com.liferay.document.library.kernel.model.DLFileEntryMetadata,Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public Map<String,BiConsumer<com.liferay.document.library.kernel.model.DLFileEntryMetadata,Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public long getMvccVersion()
getMvccVersion
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getCtCollectionId()
getCtCollectionId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public String getUuid()
getUuid
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public void setUuid(String uuid)
setUuid
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
@Deprecated public String getOriginalUuid()
getColumnOriginalValue(String)
public long getFileEntryMetadataId()
getFileEntryMetadataId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public void setFileEntryMetadataId(long fileEntryMetadataId)
setFileEntryMetadataId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public long getCompanyId()
getCompanyId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
@Deprecated public long getOriginalCompanyId()
getColumnOriginalValue(String)
public long getDDMStorageId()
getDDMStorageId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public void setDDMStorageId(long DDMStorageId)
setDDMStorageId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public long getDDMStructureId()
getDDMStructureId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public void setDDMStructureId(long DDMStructureId)
setDDMStructureId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
@Deprecated public long getOriginalDDMStructureId()
getColumnOriginalValue(String)
public long getFileEntryId()
getFileEntryId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public void setFileEntryId(long fileEntryId)
setFileEntryId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
@Deprecated public long getOriginalFileEntryId()
getColumnOriginalValue(String)
public long getFileVersionId()
getFileVersionId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
public void setFileVersionId(long fileVersionId)
setFileVersionId
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
@Deprecated public long getOriginalFileVersionId()
getColumnOriginalValue(String)
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public com.liferay.document.library.kernel.model.DLFileEntryMetadata toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public com.liferay.document.library.kernel.model.DLFileEntryMetadata cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.document.library.kernel.model.DLFileEntryMetadataModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public int compareTo(com.liferay.document.library.kernel.model.DLFileEntryMetadata dlFileEntryMetadata)
compareTo
in interface Comparable<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public boolean equals(Object object)
equals
in class Object
public int hashCode()
hashCode
in class Object
@Deprecated public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
@Deprecated public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public String toString()
toString
in class Object
public String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public <T> T getColumnValue(String columnName)
public <T> T getColumnOriginalValue(String columnName)
public static long getColumnBitmask(String columnName)