@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 FormModifier 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 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 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.SocialActivityCounterModel
public void setPrimaryKey(long primaryKey)
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
getPrimaryKeyObj
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
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
setPrimaryKeyObj
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
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 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
public long getOriginalGroupId()
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
public long getOriginalClassNameId()
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
public long getOriginalClassPK()
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
public String getOriginalName()
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
public int getOriginalOwnerType()
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
public int getOriginalStartPeriod()
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
public int getOriginalEndPeriod()
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 interface com.liferay.social.kernel.model.SocialActivityCounterModel
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 interface com.liferay.social.kernel.model.SocialActivityCounterModel
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 interface com.liferay.social.kernel.model.SocialActivityCounterModel
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 interface com.liferay.social.kernel.model.SocialActivityCounterModel
clone
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.SocialActivityCounterModel
compareTo
in interface Comparable<com.liferay.social.kernel.model.SocialActivityCounter>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
hashCode
in class Object
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.SocialActivityCounterModel
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityCounter>
public String toString()
toString
in interface com.liferay.social.kernel.model.SocialActivityCounterModel
toString
in class Object
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