com.ptc.windchill.cadx.common.util
Class ColumnHideUtils

java.lang.Object
  extended bycom.ptc.windchill.cadx.common.util.ColumnHideUtils

public class ColumnHideUtils
extends Object


Field Summary
private static String COLUMN_LIST
           
private static String HIDE_COLUMN_DS
           
 
Constructor Summary
ColumnHideUtils()
           
 
Method Summary
static String[] getColumnFromUserPrefs(String action)
           
static String[] getColumnFromUserPrefs(String action, String section)
           
static int setColumnToUserPrefs(String action, String columns)
           
static int setColumnToUserPrefs(String action, String columns, String section)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMN_LIST

private static final String COLUMN_LIST
See Also:
Constant Field Values

HIDE_COLUMN_DS

private static final String HIDE_COLUMN_DS
See Also:
Constant Field Values
Constructor Detail

ColumnHideUtils

public ColumnHideUtils()
Method Detail

setColumnToUserPrefs

public static int setColumnToUserPrefs(String action,
                                       String columns)

setColumnToUserPrefs

public static int setColumnToUserPrefs(String action,
                                       String columns,
                                       String section)

getColumnFromUserPrefs

public static String[] getColumnFromUserPrefs(String action)

getColumnFromUserPrefs

public static String[] getColumnFromUserPrefs(String action,
                                              String section)