|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opengts.db.RuleFactoryAdapter
public abstract class RuleFactoryAdapter
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.opengts.db.RuleFactory |
---|
RuleFactory.NotifyAction |
Field Summary |
---|
Constructor Summary | |
---|---|
RuleFactoryAdapter()
|
Method Summary | |
---|---|
java.lang.String |
getGeoCorridorDescription(Account account,
java.lang.String corrID)
Gets the description for the specified GeoCorridor ID. |
abstract java.lang.String |
getName()
Returns this RuleFactory name |
PredefinedRuleAction[] |
getPredefinedRuleActions(BasicPrivateLabel bpl)
Returns a list of predefined rule actions |
java.lang.String |
getVersion()
Return this RuleFactory version String |
static int |
ValidateActionMask(int actionMask)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opengts.db.RuleFactory |
---|
checkRuntime, checkSelectorSyntax, evaluateSelector, evaluateSelector, executeRule, executeRules, executeSelector, getFunctionDescription, getFunctionNames, getFunctionUsage, getIdentifierDescription, getIdentifierNames, getRuleIDs, getRuleNotifyEmail, getRuleSelector, isSelectorMatch |
Constructor Detail |
---|
public RuleFactoryAdapter()
Method Detail |
---|
public static int ValidateActionMask(int actionMask)
public abstract java.lang.String getName()
getName
in interface RuleFactory
public java.lang.String getVersion()
getVersion
in interface RuleFactory
public PredefinedRuleAction[] getPredefinedRuleActions(BasicPrivateLabel bpl)
getPredefinedRuleActions
in interface RuleFactory
bpl
- The context BasicPrivateLabel instance
public java.lang.String getGeoCorridorDescription(Account account, java.lang.String corrID)
getGeoCorridorDescription
in interface RuleFactory
account
- The Account that owns the specified GeoCorridor IDcorrID
- The GeoCorridor ID
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |