Liferay 6.1.2-ce-ga3

com.liferay.portal.convert.util
Class ResourcePermissionView

java.lang.Object
  extended by com.liferay.portal.upgrade.util.Table
      extended by com.liferay.portal.convert.util.ResourcePermissionView

public class ResourcePermissionView
extends Table


Constructor Summary
ResourcePermissionView(String name)
           
 
Method Summary
static String getActionId(String[] values)
           
static long getCompanyId(String[] values)
           
static String getPrimaryKey(String[] values)
           
static long getRoleId(String[] values)
           
static int getScope(String[] values)
           
 PreparedStatement getSelectPreparedStatement(Connection con)
           
 String getSelectSQL()
           
 
Methods inherited from class com.liferay.portal.upgrade.util.Table
appendColumn, appendColumn, generateTempFile, generateTempFile, getColumns, getCreateSQL, getDeleteSQL, getExportedData, getInsertSQL, getInsertTableName, getOrder, getTableName, getTotalRows, getValue, populateTable, populateTable, populateTableRows, setColumn, setColumns, setCreateSQL, setSelectSQL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourcePermissionView

public ResourcePermissionView(String name)
Method Detail

getActionId

public static String getActionId(String[] values)

getCompanyId

public static long getCompanyId(String[] values)

getPrimaryKey

public static String getPrimaryKey(String[] values)

getRoleId

public static long getRoleId(String[] values)

getScope

public static int getScope(String[] values)

getSelectPreparedStatement

public PreparedStatement getSelectPreparedStatement(Connection con)
                                             throws Exception
Overrides:
getSelectPreparedStatement in class Table
Throws:
Exception

getSelectSQL

public String getSelectSQL()
                    throws Exception
Overrides:
getSelectSQL in class Table
Throws:
Exception

Liferay 6.1.2-ce-ga3