com.liferay.asset.tag.stats.model.impl.AssetTagStatsImpl@Deprecated
public class AssetTagStatsModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>
implements com.liferay.asset.kernel.model.AssetTagStatsModel
This implementation and its corresponding interface AssetTagStatsModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetTagStatsImpl.
AssetTagStatsImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
ASSETCOUNT_COLUMN_BITMASK
Deprecated.
|
static long |
CLASSNAMEID_COLUMN_BITMASK
Deprecated.
|
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
|
static String |
DATA_SOURCE
Deprecated.
|
static boolean |
ENTITY_CACHE_ENABLED
Deprecated.
|
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
|
static long |
LOCK_EXPIRATION_TIME
Deprecated.
|
static String |
ORDER_BY_JPQL
Deprecated.
|
static String |
ORDER_BY_SQL
Deprecated.
|
static String |
SESSION_FACTORY
Deprecated.
|
static Object[][] |
TABLE_COLUMNS
Deprecated.
|
static Map<String,Integer> |
TABLE_COLUMNS_MAP
Deprecated.
|
static String |
TABLE_NAME
Deprecated.
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
static String |
TABLE_SQL_CREATE
Deprecated.
|
static String |
TABLE_SQL_DROP
Deprecated.
|
static long |
TAGID_COLUMN_BITMASK
Deprecated.
|
static String |
TX_MANAGER
Deprecated.
|
| Constructor and Description |
|---|
AssetTagStatsModelImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Deprecated.
|
int |
compareTo(com.liferay.asset.kernel.model.AssetTagStats assetTagStats)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
int |
getAssetCount()
Deprecated.
|
Map<String,Function<com.liferay.asset.kernel.model.AssetTagStats,Object>> |
getAttributeGetterFunctions()
Deprecated.
|
Map<String,BiConsumer<com.liferay.asset.kernel.model.AssetTagStats,Object>> |
getAttributeSetterBiConsumers()
Deprecated.
|
String |
getClassName()
Deprecated.
|
long |
getClassNameId()
Deprecated.
|
long |
getColumnBitmask()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge()
Deprecated.
|
Map<String,Object> |
getModelAttributes()
Deprecated.
|
Class<?> |
getModelClass()
Deprecated.
|
String |
getModelClassName()
Deprecated.
|
long |
getOriginalClassNameId()
Deprecated.
|
long |
getOriginalTagId()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
Serializable |
getPrimaryKeyObj()
Deprecated.
|
long |
getTagId()
Deprecated.
|
long |
getTagStatsId()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isEntityCacheEnabled()
Deprecated.
|
boolean |
isFinderCacheEnabled()
Deprecated.
|
void |
resetOriginalValues()
Deprecated.
|
void |
setAssetCount(int assetCount)
Deprecated.
|
void |
setClassName(String className)
Deprecated.
|
void |
setClassNameId(long classNameId)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
|
void |
setModelAttributes(Map<String,Object> attributes)
Deprecated.
|
void |
setPrimaryKey(long primaryKey)
Deprecated.
|
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Deprecated.
|
void |
setTagId(long tagId)
Deprecated.
|
void |
setTagStatsId(long tagStatsId)
Deprecated.
|
com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetTagStats> |
toCacheModel()
Deprecated.
|
com.liferay.asset.kernel.model.AssetTagStats |
toEscapedModel()
Deprecated.
|
String |
toString()
Deprecated.
|
String |
toXmlString()
Deprecated.
|
public static final String TABLE_NAME
AssetTagStats interface instead.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
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 CLASSNAMEID_COLUMN_BITMASK
public static final long TAGID_COLUMN_BITMASK
public static final long ASSETCOUNT_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>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.asset.kernel.model.AssetTagStats>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>public Map<String,Function<com.liferay.asset.kernel.model.AssetTagStats,Object>> getAttributeGetterFunctions()
public Map<String,BiConsumer<com.liferay.asset.kernel.model.AssetTagStats,Object>> getAttributeSetterBiConsumers()
public long getTagStatsId()
getTagStatsId in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic void setTagStatsId(long tagStatsId)
setTagStatsId in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic long getCompanyId()
getCompanyId in interface com.liferay.asset.kernel.model.AssetTagStatsModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.asset.kernel.model.AssetTagStatsModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getTagId()
getTagId in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic void setTagId(long tagId)
setTagId in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic long getOriginalTagId()
public String getClassName()
getClassName in interface com.liferay.asset.kernel.model.AssetTagStatsModelgetClassName in interface com.liferay.portal.kernel.model.TypedModelpublic void setClassName(String className)
setClassName in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic long getClassNameId()
getClassNameId in interface com.liferay.asset.kernel.model.AssetTagStatsModelgetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.asset.kernel.model.AssetTagStatsModelsetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic long getOriginalClassNameId()
public int getAssetCount()
getAssetCount in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic void setAssetCount(int assetCount)
setAssetCount in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>public com.liferay.asset.kernel.model.AssetTagStats toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>public Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>public int compareTo(com.liferay.asset.kernel.model.AssetTagStats assetTagStats)
compareTo in interface Comparable<com.liferay.asset.kernel.model.AssetTagStats>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>public com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetTagStats> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>public String toString()
toString in class Objectpublic String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>