com.fatwire.gst.foundation.facade.cm
Class FTCmdTemplate
java.lang.Object
com.fatwire.gst.foundation.facade.FTValListFacade
com.fatwire.gst.foundation.facade.cm.FTCmdTemplate
- Direct Known Subclasses:
- AddRow, InsertRow, ReplaceRow, UpdateRow, UpdateRows
public abstract class FTCmdTemplate
- extends FTValListFacade
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FTCMD
public static final String FTCMD
- See Also:
- Constant Field Values
FTCmdTemplate
protected FTCmdTemplate(String ftcmd,
String table)
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.