Package er.directtoweb.pages

Examples of er.directtoweb.pages.ERD2WQueryPage


            ec.unlock();
        }
    }

    public WOComponent queryBugs() {
      ERD2WQueryPage page = (ERD2WQueryPage) pageForConfigurationNamed("QueryBug");
      page.setQueryMatchForKey(new NSArray(Priority.CRITICAL), EOQualifier.QualifierOperatorEqual.name(), Bug.Key.PRIORITY);
      page.setQueryMatchForKey(new NSArray(People.clazz.currentUser(session().defaultEditingContext())), EOQualifier.QualifierOperatorEqual.name(), Bug.Key.ORIGINATOR);
      page.setShowResults(true);
      return page;
    }
View Full Code Here

TOP

Related Classes of er.directtoweb.pages.ERD2WQueryPage

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.