wt.dataops.containermove.processors
Class MoveGatheringConfigurableTable

java.lang.Object
  extended bywt.dataops.containermove.processors.MoveGatheringConfigurableTable
All Implemented Interfaces:
ConfigurableTable

public class MoveGatheringConfigurableTable
extends Object
implements ConfigurableTable


Field Summary
private static String RESOURCE
           
 
Constructor Summary
MoveGatheringConfigurableTable()
           
 
Method Summary
 boolean canAttributeBeUsedInFilter(String attributeId)
           
 Class[] getClassTypes()
           
 String getLabel(Locale locale)
           
 String getOOTBActiveViewName()
           
 List getOOTBTableViews(String tableId, Locale locale)
           
 List getSpecialTableColumnsAttrDefinition(Locale locale)
           
 boolean isColumnLocked(String columnId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

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

MoveGatheringConfigurableTable

public MoveGatheringConfigurableTable()
Method Detail

getSpecialTableColumnsAttrDefinition

public List getSpecialTableColumnsAttrDefinition(Locale locale)
Specified by:
getSpecialTableColumnsAttrDefinition in interface ConfigurableTable

getOOTBTableViews

public List getOOTBTableViews(String tableId,
                              Locale locale)
                       throws WTException
Specified by:
getOOTBTableViews in interface ConfigurableTable
Throws:
WTException

getOOTBActiveViewName

public String getOOTBActiveViewName()
Specified by:
getOOTBActiveViewName in interface ConfigurableTable

getLabel

public String getLabel(Locale locale)
Specified by:
getLabel in interface ConfigurableTable

getClassTypes

public Class[] getClassTypes()
Specified by:
getClassTypes in interface ConfigurableTable

isColumnLocked

public boolean isColumnLocked(String columnId)
Specified by:
isColumnLocked in interface ConfigurableTable

canAttributeBeUsedInFilter

public boolean canAttributeBeUsedInFilter(String attributeId)
Specified by:
canAttributeBeUsedInFilter in interface ConfigurableTable