@author ITerative Consulting @since 26-Feb-2008
4350435143524353435443554356
* <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(); }
5276527752785279528052815282
* 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(); }
5956595759585959596059615962
* 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(); }
337338339340341342343
* window and its nested/folder windows to the tab<br> * manager's field list.<br> * <p> */ public void addFieldsToTabSequence() { throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.AddFieldsToTabSequence", this).getException(); }
875876877878879880881
* displayed result set.<br> * <p> * @param recordNumber Type: int */ public void deleteRec(int recordNumber) { throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.DeleteRec", this).getException(); }
1195119611971198119912001201
* code to map the selected database record onto the<br> * window.<br> * <p> */ public void displayCurrentRecord() { throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.DisplayCurrentRecord", this).getException(); }
3119312031213122312331243125
* a BusinessClass (use GetCurrentRecord in custom code).<br> * <p> * @return BusinessClass */ public BusinessClass getCurRec() { throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.GetCurRec", this).getException(); }
3682368336843685368636873688
* <p> * @param template Type: BusinessQuery (Input) (default in Forte: NIL) * @return BusinessQuery */ public BusinessQuery getRecordTemplate(BusinessQuery template) { throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.GetRecordTemplate", this).getException(); }
3697369836993700370137023703
* values.<br> * <p> * @return BusinessQuery */ public BusinessQuery getSearchCriteria() { throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.GetSearchCriteria", this).getException(); }
4015401640174018401940204021
* <p> * @param record Type: BusinessClass * @return int */ public int insertRec(BusinessClass record) { throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.InsertRec", this).getException(); }