BEA Systems, Inc.

com.beasys.commerce.reasoning.rules.editor.jspbeans
Class RulesFinderJspBean

java.lang.Object
  |
  +--com.beasys.commerce.reasoning.rules.editor.jspbeans.RulesFinderJspBean

public class RulesFinderJspBean
extends java.lang.Object

A JSP page helper class that contains numerous finder methods that wrap many of the RulesManager APIs. NOTE : All methods in this class MUST BE STATIC for performance reasons.


Method Summary
static java.lang.String[] getAllRuleSheetNames()
          Returns an array of rulesheet names for all of the definitions that exist in the system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAllRuleSheetNames

public static java.lang.String[] getAllRuleSheetNames()
Returns an array of rulesheet names for all of the definitions that exist in the system.
Returns:
An array of rulesheets names found for all of the definitions. Returns an empty array if none found.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved