|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CascadeRule
Contains the collection of dependent CascadeRuleItem
objects and
CascadableFilter
objects for single CascadeRuleItem
.
Method Summary | |
---|---|
boolean |
containsDependentFilter(CascadableFilter filter)
Returns true if specified CascadableFilter is already contained in the dependent filters list. |
java.util.Collection |
getDependentFilters()
Returns the collection of dependent CascadableFilter objects for this rule. |
java.util.Collection |
getDependentItems()
Returns the collection of dependent CascadeRuleItem objects for this rule. |
CascadeRuleItem |
getItem()
Returns the CascadeRuleItem for this rule. |
boolean |
hasDependentItemFor(com.sas.prompts.definitions.PromptDefinitionInterface prompt,
com.sas.prompts.PromptValuesInterface promptValue)
Returns true if specified PromptDefinitionInterface PromptValuesInterface pair is
already contained in the dependent items list. |
Method Detail |
---|
CascadeRuleItem getItem()
CascadeRuleItem
for this rule.
CascadeRuleItem
object.java.util.Collection getDependentItems()
CascadeRuleItem
objects for this rule.
CascadeRuleItem
objects.java.util.Collection getDependentFilters()
CascadableFilter
objects for this rule.
CascadableFilter
objects.boolean hasDependentItemFor(com.sas.prompts.definitions.PromptDefinitionInterface prompt, com.sas.prompts.PromptValuesInterface promptValue)
PromptDefinitionInterface
PromptValuesInterface
pair is
already contained in the dependent items list.
prompt
- The PromptDefinitionInterface
object that the
dependent item is based on.promptValue
- The PromptValuesInterface
that contains the specified prompt.
PromptDefinitionInterface
PromtpValuesInterface
pair is found.
Otherwise false.boolean containsDependentFilter(CascadableFilter filter)
CascadableFilter
is already contained in the dependent filters list.
filter
- The CascadableFilter
object to search for.
CascadableFilter
is found. Otherwise false.
|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |