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:
Gavin Cornwell
2007-09-19 15:12:24 +00:00
parent 30e7b62d4a
commit bdea4b33d9
136 changed files with 12973 additions and 12167 deletions

View File

@@ -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;
}