|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<AssetTagStats>
com.liferay.portlet.asset.model.impl.AssetTagStatsModelImpl
@ProviderType public class AssetTagStatsModelImpl
The base model implementation for the AssetTagStats service. Represents a row in the "AssetTagStats" database table, with each column mapped to a property of this class.
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,
AssetTagStats,
AssetTagStatsModel,
Serialized Form| Field Summary | |
|---|---|
static long |
ASSETCOUNT_COLUMN_BITMASK
|
static long |
CLASSNAMEID_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
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 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 long |
TAGID_COLUMN_BITMASK
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
AssetTagStatsModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetTagStats assetTagStats)
|
boolean |
equals(Object obj)
|
int |
getAssetCount()
Returns the asset count of this asset tag stats. |
String |
getClassName()
Returns the fully qualified class name of this asset tag stats. |
long |
getClassNameId()
Returns the class name ID of this asset tag stats. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this asset tag stats. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getOriginalClassNameId()
|
long |
getOriginalTagId()
|
long |
getPrimaryKey()
Returns the primary key of this asset tag stats. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getTagId()
Returns the tag ID of this asset tag stats. |
long |
getTagStatsId()
Returns the tag stats ID of this asset tag stats. |
int |
hashCode()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setAssetCount(int assetCount)
Sets the asset count of this asset tag stats. |
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this asset tag stats. |
void |
setCompanyId(long companyId)
Sets the company ID of this asset tag stats. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset tag stats. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setTagId(long tagId)
Sets the tag ID of this asset tag stats. |
void |
setTagStatsId(long tagStatsId)
Sets the tag stats ID of this asset tag stats. |
CacheModel<AssetTagStats> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
AssetTagStats |
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.asset.model.AssetTagStatsModel |
|---|
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 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
| Constructor Detail |
|---|
public AssetTagStatsModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
AssetTagStatsModel
getPrimaryKey in interface AssetTagStatsModelpublic void setPrimaryKey(long primaryKey)
AssetTagStatsModel
setPrimaryKey in interface AssetTagStatsModelprimaryKey - the primary key of this asset tag statspublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetTagStats>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface AssetTagStatsModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<AssetTagStats>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface AssetTagStatsModelprimaryKeyObj - 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<AssetTagStats>getModelAttributes in class BaseModelImpl<AssetTagStats>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<AssetTagStats>setModelAttributes in class BaseModelImpl<AssetTagStats>public long getTagStatsId()
AssetTagStatsModel
getTagStatsId in interface AssetTagStatsModelpublic void setTagStatsId(long tagStatsId)
AssetTagStatsModel
setTagStatsId in interface AssetTagStatsModeltagStatsId - the tag stats ID of this asset tag statspublic long getCompanyId()
AssetTagStatsModel
getCompanyId in interface ShardedModelgetCompanyId in interface AssetTagStatsModelpublic void setCompanyId(long companyId)
AssetTagStatsModel
setCompanyId in interface ShardedModelsetCompanyId in interface AssetTagStatsModelcompanyId - the company ID of this asset tag statspublic long getTagId()
AssetTagStatsModel
getTagId in interface AssetTagStatsModelpublic void setTagId(long tagId)
AssetTagStatsModel
setTagId in interface AssetTagStatsModeltagId - the tag ID of this asset tag statspublic long getOriginalTagId()
public String getClassName()
AssetTagStatsModel
getClassName in interface TypedModelgetClassName in interface AssetTagStatsModelpublic void setClassName(String className)
setClassName in interface AssetTagStatsModelpublic long getClassNameId()
AssetTagStatsModel
getClassNameId in interface TypedModelgetClassNameId in interface AssetTagStatsModelpublic void setClassNameId(long classNameId)
AssetTagStatsModel
setClassNameId in interface TypedModelsetClassNameId in interface AssetTagStatsModelclassNameId - the class name ID of this asset tag statspublic long getOriginalClassNameId()
public int getAssetCount()
AssetTagStatsModel
getAssetCount in interface AssetTagStatsModelpublic void setAssetCount(int assetCount)
AssetTagStatsModel
setAssetCount in interface AssetTagStatsModelassetCount - the asset count of this asset tag statspublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetTagStats>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface AssetTagStatsModelgetExpandoBridge in class BaseModelImpl<AssetTagStats>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetTagStats>setExpandoBridgeAttributes in interface AssetTagStatsModelsetExpandoBridgeAttributes in class BaseModelImpl<AssetTagStats>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public AssetTagStats toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<AssetTagStats>toEscapedModel in interface AssetTagStatsModeltoEscapedModel in class BaseModelImpl<AssetTagStats>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<AssetTagStats>clone in interface AssetTagStatsModelclone in class BaseModelImpl<AssetTagStats>public int compareTo(AssetTagStats assetTagStats)
compareTo in interface AssetTagStatsModelcompareTo in interface Comparable<AssetTagStats>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface AssetTagStatsModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<AssetTagStats>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<AssetTagStats>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<AssetTagStats>resetOriginalValues in class BaseModelImpl<AssetTagStats>public CacheModel<AssetTagStats> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<AssetTagStats>toCacheModel in interface AssetTagStatsModeltoCacheModel in class BaseModelImpl<AssetTagStats>public String toString()
toString in interface AssetTagStatsModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetTagStats>toXmlString in interface AssetTagStatsModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||