|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRuleTypesSet
Rule Types Sets Interface
Method Summary | |
---|---|
java.lang.String |
getRuleTypeKey(Rule rule)
Returns the rule type of a given class type |
java.util.Collection<Rule> |
getRuleTypes()
Returns all rule types |
fr.paris.lutece.util.ReferenceList |
getRuleTypesList(java.util.Locale locale)
Returns the rule types list |
Rule |
newInstance(java.lang.String strRuleTypeKey)
Create a new instance of a rule of a given type |
void |
setRuleTypesMap(java.util.Map<java.lang.String,Rule> mapRules)
Sets the rule types map |
Method Detail |
---|
void setRuleTypesMap(java.util.Map<java.lang.String,Rule> mapRules)
mapRules
- The rule types mapfr.paris.lutece.util.ReferenceList getRuleTypesList(java.util.Locale locale)
java.lang.String getRuleTypeKey(Rule rule)
Rule newInstance(java.lang.String strRuleTypeKey)
strRuleTypeKey
- The key name of the rule type
java.util.Collection<Rule> getRuleTypes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |