@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) |
persistcloneWithOriginalValues, 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, setUserUuidclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamestatic final Accessor<SocialActivity,Long> ACTIVITY_ID_ACCESSOR
AssetEntry getAssetEntry()
String getExtraDataValue(String key)
throws JSONException
JSONExceptionString getExtraDataValue(String key,
Locale locale)
throws JSONException
JSONExceptionboolean isClassName(String className)
void setAssetEntry(AssetEntry assetEntry)
void setExtraDataValue(String key,
String value)
throws JSONException
JSONException