Package Express.services

Examples of Express.services.Error


     *     StartMethod is overridden to provide a known entry point<br>
     *     for all Windows.<br>
     * <p>
     */
    public void startMethod() {
        throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.StartMethod", this).getException();
    }
View Full Code Here


     *     StartMethod is overridden to provide a known entry point<br>
     *     for all Windows.<br>
     * <p>
     */
    public void startMethod() {
        throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.StartMethod", this).getException();
    }
View Full Code Here

     *     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();
    }
View Full Code Here

     *     displayed result set.<br>
     * <p>
     * @param recordNumber Type: int
     */
    public void deleteRec(int recordNumber) {
        throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.DeleteRec", this).getException();
    }
View Full Code Here

     *     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();
    }
View Full Code Here

     *     a BusinessClass (use GetCurrentRecord in custom code).<br>
     * <p>
     * @return BusinessClass
     */
    public BusinessClass getCurRec() {
        throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.GetCurRec", this).getException();
    }
View Full Code Here

     * <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();
    }
View Full Code Here

     *     values.<br>
     * <p>
     * @return BusinessQuery
     */
    public BusinessQuery getSearchCriteria() {
        throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.GetSearchCriteria", this).getException();
    }
View Full Code Here

     * <p>
     * @param record Type: BusinessClass
     * @return int
     */
    public int insertRec(BusinessClass record) {
        throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressClassWindow.InsertRec", this).getException();
    }
View Full Code Here

     *      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();
    }
View Full Code Here

TOP

Related Classes of Express.services.Error

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.