Liferay 7.0-ga1 portal-impl

com.liferay.portal.upgrade.v6_2_0
Interface UpgradeSocial.ExtraDataFactory

Enclosing class:
UpgradeSocial

protected static interface UpgradeSocial.ExtraDataFactory


Method Summary
 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)
           
 

Method Detail

createExtraDataJSONObject

com.liferay.portal.kernel.json.JSONObject createExtraDataJSONObject(ResultSet resultSet,
                                                                    String extraData)
                                                                    throws SQLException
Throws:
SQLException

getActivityClassName

String getActivityClassName()

getActivitySQLWhereClause

String getActivitySQLWhereClause()

getSQL

String getSQL()

setActivitySQLParameters

void setActivitySQLParameters(PreparedStatement preparedStatement)
                              throws SQLException
Throws:
SQLException

setModelSQLParameters

void setModelSQLParameters(PreparedStatement preparedStatement,
                           long companyId,
                           long groupId,
                           long userId,
                           long classNameId,
                           long classPK,
                           int type,
                           String extraData)
                           throws SQLException
Throws:
SQLException

Liferay 7.0-ga1 portal-impl