public class SocialActivityCounterModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityCounter>
implements com.liferay.social.kernel.model.SocialActivityCounterModel
This implementation and its corresponding interface SocialActivityCounterModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialActivityCounterImpl
.
SocialActivityCounterImpl
,
Serialized FormModifier and Type | Field and Description |
---|---|
static long |
ACTIVITYCOUNTERID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
CLASSNAMEID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
CLASSPK_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static String |
DATA_SOURCE |
static long |
ENDPERIOD_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 boolean |
FINDER_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
GROUPID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
LOCK_EXPIRATION_TIME |
static long |
NAME_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static long |
OWNERTYPE_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
SESSION_FACTORY |
static long |
STARTPERIOD_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
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 |
Constructor and Description |
---|
SocialActivityCounterModelImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
com.liferay.social.kernel.model.SocialActivityCounter |
cloneWithOriginalValues() |
int |
compareTo(com.liferay.social.kernel.model.SocialActivityCounter socialActivityCounter) |
boolean |
equals(Object object) |
boolean |
getActive() |
long |
getActivityCounterId() |
Map<String,Function<com.liferay.social.kernel.model.SocialActivityCounter,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<com.liferay.social.kernel.model.SocialActivityCounter,Object>> |
getAttributeSetterBiConsumers() |
String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
long |
getColumnBitmask() |
static long |
getColumnBitmask(String columnName) |
<T> T |
getColumnOriginalValue(String columnName) |
<T> T |
getColumnValue(String columnName) |
long |
getCompanyId() |
long |
getCtCollectionId() |
int |
getCurrentValue() |
int |
getEndPeriod() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
int |
getGraceValue() |
long |
getGroupId() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getMvccVersion() |
String |
getName() |
long |
getOriginalClassNameId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalClassPK()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
int |
getOriginalEndPeriod()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalGroupId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalName()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
int |
getOriginalOwnerType()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
int |
getOriginalStartPeriod()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
int |
getOwnerType() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
int |
getStartPeriod() |
int |
getTotalValue() |
int |
hashCode() |
boolean |
isActive() |
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 |
setActive(boolean active) |
void |
setActivityCounterId(long activityCounterId) |
void |
setClassName(String className) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setCompanyId(long companyId) |
void |
setCtCollectionId(long ctCollectionId) |
void |
setCurrentValue(int currentValue) |
void |
setEndPeriod(int endPeriod) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGraceValue(int graceValue) |
void |
setGroupId(long groupId) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(String name) |
void |
setOwnerType(int ownerType) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setStartPeriod(int startPeriod) |
void |
setTotalValue(int totalValue) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.social.kernel.model.SocialActivityCounter> |
toCacheModel() |
com.liferay.social.kernel.model.SocialActivityCounter |
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 CLASSNAMEID_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long CLASSPK_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long ENDPERIOD_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long GROUPID_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long NAME_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long OWNERTYPE_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long STARTPERIOD_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long ACTIVITYCOUNTERID_COLUMN_BITMASK
getColumnBitmask(String)
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivityCounter>
getPrimaryKey
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivityCounter>
setPrimaryKey
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityCounter>
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.social.kernel.model.SocialActivityCounter>
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.social.kernel.model.SocialActivityCounter>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityCounter>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityCounter>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityCounter>
public Map<String,Function<com.liferay.social.kernel.model.SocialActivityCounter,Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityCounter>
public Map<String,BiConsumer<com.liferay.social.kernel.model.SocialActivityCounter,Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityCounter>
public long getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
getMvccVersion
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
setMvccVersion
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public long getCtCollectionId()
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivityCounter>
getCtCollectionId
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivityCounter>
setCtCollectionId
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public long getActivityCounterId()
getActivityCounterId
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setActivityCounterId(long activityCounterId)
setActivityCounterId
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public long getGroupId()
getGroupId
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setGroupId(long groupId)
setGroupId
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
@Deprecated public long getOriginalGroupId()
getColumnOriginalValue(String)
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public String getClassName()
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
getClassName
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setClassName(String className)
setClassName
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public long getClassNameId()
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
getClassNameId
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setClassNameId(long classNameId)
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
setClassNameId
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
@Deprecated public long getOriginalClassNameId()
getColumnOriginalValue(String)
public long getClassPK()
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
getClassPK
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setClassPK(long classPK)
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
setClassPK
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
@Deprecated public long getOriginalClassPK()
getColumnOriginalValue(String)
public String getName()
getName
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setName(String name)
setName
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
@Deprecated public String getOriginalName()
getColumnOriginalValue(String)
public int getOwnerType()
getOwnerType
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setOwnerType(int ownerType)
setOwnerType
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
@Deprecated public int getOriginalOwnerType()
getColumnOriginalValue(String)
public int getCurrentValue()
getCurrentValue
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setCurrentValue(int currentValue)
setCurrentValue
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public int getTotalValue()
getTotalValue
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setTotalValue(int totalValue)
setTotalValue
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public int getGraceValue()
getGraceValue
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setGraceValue(int graceValue)
setGraceValue
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public int getStartPeriod()
getStartPeriod
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setStartPeriod(int startPeriod)
setStartPeriod
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
@Deprecated public int getOriginalStartPeriod()
getColumnOriginalValue(String)
public int getEndPeriod()
getEndPeriod
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setEndPeriod(int endPeriod)
setEndPeriod
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
@Deprecated public int getOriginalEndPeriod()
getColumnOriginalValue(String)
public boolean getActive()
getActive
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public boolean isActive()
isActive
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public void setActive(boolean active)
setActive
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityCounter>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityCounter>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityCounter>
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityCounter>
public com.liferay.social.kernel.model.SocialActivityCounter toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityCounter>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityCounter>
public Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityCounter>
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityCounter>
public com.liferay.social.kernel.model.SocialActivityCounter cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityCounter>
cloneWithOriginalValues
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
public int compareTo(com.liferay.social.kernel.model.SocialActivityCounter socialActivityCounter)
compareTo
in interface Comparable<com.liferay.social.kernel.model.SocialActivityCounter>
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.social.kernel.model.SocialActivityCounter>
@Deprecated public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityCounter>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityCounter>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityCounter>
public com.liferay.portal.kernel.model.CacheModel<com.liferay.social.kernel.model.SocialActivityCounter> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityCounter>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityCounter>
public String toString()
toString
in class Object
public String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityCounter>
public <T> T getColumnValue(String columnName)
public <T> T getColumnOriginalValue(String columnName)
public static long getColumnBitmask(String columnName)