@ProviderType
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,
SocialActivityCounter,
SocialActivityCounterModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
ACTIVITYCOUNTERID_COLUMN_BITMASK |
static long |
CLASSNAMEID_COLUMN_BITMASK |
static long |
CLASSPK_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static String |
DATA_SOURCE |
static long |
ENDPERIOD_COLUMN_BITMASK |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
GROUPID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static long |
NAME_COLUMN_BITMASK |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static long |
OWNERTYPE_COLUMN_BITMASK |
static String |
SESSION_FACTORY |
static long |
STARTPERIOD_COLUMN_BITMASK |
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() |
int |
compareTo(com.liferay.social.kernel.model.SocialActivityCounter socialActivityCounter) |
boolean |
equals(Object obj) |
boolean |
getActive() |
long |
getActivityCounterId() |
String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
long |
getColumnBitmask() |
long |
getCompanyId() |
int |
getCurrentValue() |
int |
getEndPeriod() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
int |
getGraceValue() |
long |
getGroupId() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
String |
getName() |
long |
getOriginalClassNameId() |
long |
getOriginalClassPK() |
int |
getOriginalEndPeriod() |
long |
getOriginalGroupId() |
String |
getOriginalName() |
int |
getOriginalOwnerType() |
int |
getOriginalStartPeriod() |
int |
getOwnerType() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
int |
getStartPeriod() |
int |
getTotalValue() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
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 |
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 |
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 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 CLASSPK_COLUMN_BITMASK
public static final long ENDPERIOD_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long OWNERTYPE_COLUMN_BITMASK
public static final long STARTPERIOD_COLUMN_BITMASK
public static final long ACTIVITYCOUNTERID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic 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.ClassedModelgetPrimaryKeyObj in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic 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.ClassedModelsetPrimaryKeyObj in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic 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.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 long getActivityCounterId()
getActivityCounterId in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic void setActivityCounterId(long activityCounterId)
setActivityCounterId in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic long getGroupId()
getGroupId in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelgetClassName in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic void setClassName(String className)
setClassName in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelgetClassNameId in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelsetClassNameId in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic long getOriginalClassNameId()
public long getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelgetClassPK in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelsetClassPK in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic long getOriginalClassPK()
public String getName()
getName in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic void setName(String name)
setName in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic String getOriginalName()
public int getOwnerType()
getOwnerType in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic void setOwnerType(int ownerType)
setOwnerType in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic int getOriginalOwnerType()
public int getCurrentValue()
getCurrentValue in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic void setCurrentValue(int currentValue)
setCurrentValue in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic int getTotalValue()
getTotalValue in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic void setTotalValue(int totalValue)
setTotalValue in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic int getGraceValue()
getGraceValue in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic void setGraceValue(int graceValue)
setGraceValue in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic int getStartPeriod()
getStartPeriod in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic void setStartPeriod(int startPeriod)
setStartPeriod in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic int getOriginalStartPeriod()
public int getEndPeriod()
getEndPeriod in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic void setEndPeriod(int endPeriod)
setEndPeriod in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic int getOriginalEndPeriod()
public boolean getActive()
getActive in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic boolean isActive()
isActive in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic void setActive(boolean active)
setActive in interface com.liferay.social.kernel.model.SocialActivityCounterModelpublic 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.ClassedModelgetExpandoBridge in interface com.liferay.social.kernel.model.SocialActivityCounterModelgetExpandoBridge 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 interface com.liferay.social.kernel.model.SocialActivityCounterModelsetExpandoBridgeAttributes 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 interface com.liferay.social.kernel.model.SocialActivityCounterModeltoEscapedModel 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 interface com.liferay.social.kernel.model.SocialActivityCounterModelclone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityCounter>public int compareTo(com.liferay.social.kernel.model.SocialActivityCounter socialActivityCounter)
compareTo in interface com.liferay.social.kernel.model.SocialActivityCounterModelcompareTo in interface Comparable<com.liferay.social.kernel.model.SocialActivityCounter>public int hashCode()
public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityCounter>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 interface com.liferay.social.kernel.model.SocialActivityCounterModeltoCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityCounter>public String toString()
public String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityCounter>toXmlString in interface com.liferay.social.kernel.model.SocialActivityCounterModel