mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merge of converted wizards and dialogs done by usethelink
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6828 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -72,7 +72,7 @@ public class CreateRuleWizard extends BaseActionWizard
|
||||
protected static final String PROP_CONDITION_SUMMARY = "conditionSummary";
|
||||
|
||||
protected RuleService ruleService;
|
||||
protected RulesBean rulesBean;
|
||||
protected RulesDialog rulesDialog;
|
||||
|
||||
private List<SelectItem> modelTypes;
|
||||
private List<SelectItem> mimeTypes;
|
||||
@@ -683,13 +683,13 @@ public class CreateRuleWizard extends BaseActionWizard
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the RulesBean instance to be used by the wizard in edit mode
|
||||
* Sets the rulesDialog instance to be used by the wizard in edit mode
|
||||
*
|
||||
* @param rulesBean The RulesBean
|
||||
* @param rulesDialog The rulesDialog
|
||||
*/
|
||||
public void setRulesBean(RulesBean rulesBean)
|
||||
public void setRulesDialog(RulesDialog RulesDialog)
|
||||
{
|
||||
this.rulesBean = rulesBean;
|
||||
this.rulesDialog = RulesDialog;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user