* @exception StandardException
*/
public TablePermsDescriptor getTablePermissions( UUID tableUUID, String authorizationId)
throws StandardException
{
TablePermsDescriptor key = new TablePermsDescriptor( this, authorizationId, (String) null, tableUUID);
return (TablePermsDescriptor) getPermissions( key);
} // end of getTablePermissions