@author ITerative Consulting @since 26-Feb-2008
4282428342844285428642874288
* LogAttrForInsertRecords method marks each field in<br> * all insert records as modified.<br> * <p> */ public void logAttrForInsertRecords() { throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.LogAttrForInsertRecords", this).getException(); }
4323432443254326432743284329
* <p> * @param obj Type: BusinessClass (Input) (default in Forte: NIL) * @return BusinessClass */ public BusinessClass newObject(BusinessClass obj) { throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.NewObject", this).getException(); }
5249525052515252525352545255
* record in both the resultSet and DisplayedResultSet.<br> * <p> * @param record Type: BusinessClass */ public void setCurRec(BusinessClass record) { throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.SetCurRec", this).getException(); }
5929593059315932593359345935
* Edit, Search, or View.<br> * <p> * @param state Type: int */ public void qq_setWindowState(int state) { throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.SetWindowState", this).getException(); }
90919293949596
* <p> * @param command Type: int * @return boolean */ public boolean getState(int command) { throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.GetState", this).getException(); }
101102103104105106107
* HideCommand makes the command invisible to the user.<br> * <p> * @param command Type: int */ public void hideCommand(int command) { throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.HideCommand", this).getException(); }
113114115116117118119
* command set.<br> * <p> * @param command Type: int */ public void removeCommand(int command) { throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.RemoveCommand", this).getException(); }
124125126127128129130
* RemoveSet removes the entire command set from the<br> * window.<br> * <p> */ public void removeSet() { throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.RemoveSet", this).getException(); }
136137138139140141142
* <p> * @param command Type: int * @param state Type: boolean */ public void setState(int command, boolean state) { throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.SetState", this).getException(); }
147148149150151152153
* ShowCommand makes the command visible to the user.<br> * <p> * @param command Type: int */ public void showCommand(int command) { throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.ShowCommand", this).getException(); }