com.liferay.portal.convert.util
Class PermissionView
java.lang.Object
com.liferay.portal.upgrade.util.Table
com.liferay.portal.convert.util.PermissionView
public class PermissionView
- extends Table
View Source
- Author:
- Alexander Chow
Constructor Summary |
PermissionView(java.lang.String tableName,
java.lang.String[] primKeys)
|
Methods inherited from class com.liferay.portal.upgrade.util.Table |
appendColumn, appendColumn, generateTempFile, getColumns, getCreateSQL, getDeleteSQL, getExportedData, getInsertSQL, getOrder, getTableName, getTotalRows, getValue, populateTable, populateTableRows, setColumn, setColumns, setCreateSQL, setSelectSQL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PermissionView
public PermissionView(java.lang.String tableName,
java.lang.String[] primKeys)
getActionId
public static java.lang.String getActionId(java.lang.String[] values)
getCompanyId
public static long getCompanyId(java.lang.String[] values)
getNameId
public static java.lang.String getNameId(java.lang.String[] values)
getPermissionId
public static long getPermissionId(java.lang.String[] values)
getPrimaryKey
public static long getPrimaryKey(java.lang.String[] values)
getResourceId
public static long getResourceId(java.lang.String[] values)
getScopeId
public static int getScopeId(java.lang.String[] values)
getSelectSQL
public java.lang.String getSelectSQL()
throws java.lang.Exception
- Overrides:
getSelectSQL
in class Table
- Throws:
java.lang.Exception