Package Express.services

Examples of Express.services.Error


     *      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


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

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

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

     * <p>
     * @param command Type: int
     * @return boolean
     */
    public boolean getState(int command) {
        throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.GetState", this).getException();
    }
View Full Code Here

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

     *     command set.<br>
     * <p>
     * @param command Type: int
     */
    public void removeCommand(int command) {
        throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.RemoveCommand", this).getException();
    }
View Full Code Here

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

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

     *      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();
    }
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.