com.fatwire.gst.foundation.facade.cm
Class FTCmdTemplate

java.lang.Object
  extended by com.fatwire.gst.foundation.facade.FTValListFacade
      extended by com.fatwire.gst.foundation.facade.cm.FTCmdTemplate
Direct Known Subclasses:
AddRow, InsertRow, ReplaceRow, UpdateRow, UpdateRows

public abstract class FTCmdTemplate
extends FTValListFacade


Field Summary
static String FTCMD
           
 
Fields inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
list
 
Constructor Summary
protected FTCmdTemplate(String ftcmd, String table)
           
 
Method Summary
 void execute(COM.FutureTense.Interfaces.ICS ics)
           
protected  void postExcecuteCheck(COM.FutureTense.Interfaces.ICS ics)
           
protected  boolean preExcecuteAssert(COM.FutureTense.Interfaces.ICS ics)
          We can do preliminary check on the values for list to see if they are complete
 
Methods inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
getList, set, set, set, set, set, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FTCMD

public static final String FTCMD
See Also:
Constant Field Values
Constructor Detail

FTCmdTemplate

protected FTCmdTemplate(String ftcmd,
                        String table)
Method Detail

preExcecuteAssert

protected boolean preExcecuteAssert(COM.FutureTense.Interfaces.ICS ics)
We can do preliminary check on the values for list to see if they are complete

Returns:
true to continue with ics.CatalogManager call

postExcecuteCheck

protected void postExcecuteCheck(COM.FutureTense.Interfaces.ICS ics)

execute

public final void execute(COM.FutureTense.Interfaces.ICS ics)


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.