protected static interface UpgradeSocial.ExtraDataFactory
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.json.JSONObject |
createExtraDataJSONObject(ResultSet resultSet,
String extraData) |
String |
getActivityClassName() |
String |
getActivitySQLWhereClause() |
String |
getSQL() |
void |
setActivitySQLParameters(PreparedStatement preparedStatement) |
void |
setModelSQLParameters(PreparedStatement preparedStatement,
long companyId,
long groupId,
long userId,
long classNameId,
long classPK,
int type,
String extraData) |
com.liferay.portal.kernel.json.JSONObject createExtraDataJSONObject(ResultSet resultSet, String extraData) throws SQLException
SQLExceptionString getActivityClassName()
String getActivitySQLWhereClause()
String getSQL()
void setActivitySQLParameters(PreparedStatement preparedStatement) throws SQLException
SQLExceptionvoid setModelSQLParameters(PreparedStatement preparedStatement, long companyId, long groupId, long userId, long classNameId, long classPK, int type, String extraData) throws SQLException
SQLException