Liferay 6.0.5

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


Field Summary
 
Fields inherited from class com.liferay.portal.upgrade.util.Table
BATCH_SIZE, SAFE_CHARS, SAFE_COMMA_CHARACTER, SAFE_NEWLINE_CHARACTER, SAFE_RETURN_CHARACTER
 
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)
           
 String getSelectSQL()
           
 
Methods inherited from class com.liferay.portal.upgrade.util.Table
appendColumn, appendColumn, generateTempFile, generateTempFile, getColumns, getCreateSQL, getDeleteSQL, getExportedData, getInsertSQL, 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)

getSelectSQL

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

Liferay 6.0.5