@ProviderType public interface SocialActivity extends PersistedModel, SocialActivityModel
SocialActivityModel
Modifier and Type | Field and Description |
---|---|
static Accessor<SocialActivity,Long> |
ACTIVITY_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
AssetEntry |
getAssetEntry() |
String |
getExtraDataValue(String key) |
String |
getExtraDataValue(String key,
Locale locale) |
boolean |
isClassName(String className) |
void |
setAssetEntry(AssetEntry assetEntry) |
void |
setExtraDataValue(String key,
String value) |
persist
getActivityId, getActivitySetId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getExtraData, getGroupId, getMirrorActivityId, getMvccVersion, getParentClassNameId, getParentClassPK, getPrimaryKey, getReceiverUserId, getReceiverUserUuid, getType, getUserId, getUserUuid, setActivityId, setActivitySetId, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setExtraData, setGroupId, setMirrorActivityId, setMvccVersion, setParentClassNameId, setParentClassPK, setPrimaryKey, setReceiverUserId, setReceiverUserUuid, setType, setUserId, setUserUuid
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
static final Accessor<SocialActivity,Long> ACTIVITY_ID_ACCESSOR
AssetEntry getAssetEntry()
String getExtraDataValue(String key) throws JSONException
JSONException
String getExtraDataValue(String key, Locale locale) throws JSONException
JSONException
boolean isClassName(String className)
void setAssetEntry(AssetEntry assetEntry)
void setExtraDataValue(String key, String value) throws JSONException
JSONException