public static final java.lang.String SAVE_MERGE_CMD
SAVE_MERGE_CMD_ID
public static final int SAVE_MERGE_CMD_ID
Constructor Detail
SaveMergeCommand
public SaveMergeCommand()
Constructor.
Method Detail
doit
public int doit()
throws java.lang.Exception
Executes the actions associated with a specific command.
When a command executes successfully, implementations should
return OK, otherwise, return CANCEL or any other non-zero value.