Liferay 6.1.2-ce-ga3

com.liferay.portal.convert.util
Class PermissionView

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

public class PermissionView
extends Table


Constructor Summary
PermissionView(String tableName, String[] primKeys)
           
 
Method Summary
static String getActionId(String[] values)
           
static long getCompanyId(String[] values)
           
static String getNameId(String[] values)
           
static long getPermissionId(String[] values)
           
static long getPrimaryKey(String[] values)
           
static long getResourceId(String[] values)
           
static int getScopeId(String[] values)
           
 String getSelectSQL()
           
 
Methods inherited from class com.liferay.portal.upgrade.util.Table
appendColumn, appendColumn, generateTempFile, generateTempFile, getColumns, getCreateSQL, getDeleteSQL, getExportedData, getInsertSQL, getInsertTableName, getOrder, getSelectPreparedStatement, 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

PermissionView

public PermissionView(String tableName,
                      String[] primKeys)
Method Detail

getActionId

public static String getActionId(String[] values)

getCompanyId

public static long getCompanyId(String[] values)

getNameId

public static String getNameId(String[] values)

getPermissionId

public static long getPermissionId(String[] values)

getPrimaryKey

public static long getPrimaryKey(String[] values)

getResourceId

public static long getResourceId(String[] values)

getScopeId

public static int getScopeId(String[] values)

getSelectSQL

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

Liferay 6.1.2-ce-ga3