org.kuali.rice.krms.dto
Class RuleManagementWrapper

java.lang.Object
  extended by org.kuali.rice.krad.web.form.UifFormBase
      extended by org.kuali.rice.krms.dto.RuleManagementWrapper
All Implemented Interfaces:
Serializable, ViewModel
Direct Known Subclasses:
EnrolRuleManagementWrapper

public class RuleManagementWrapper
extends UifFormBase

Created with IntelliJ IDEA. User: SW Date: 2013/04/03 Time: 2:09 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase
actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, defaultsApplied, dialogExplanation, dialogManager, dialogResponse, focusId, formHistory, formKey, formPostUrl, growlScript, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, state, updateComponentId, view, viewId, viewName, viewRequestParameters, viewTypeName
 
Constructor Summary
RuleManagementWrapper()
           
 
Method Summary
 List<String> getActiveSelections()
           
 List<AgendaEditor> getAgendas()
           
 Tree<CompareTreeNode,String> getCompareTree()
           
 String getCopyKey()
           
 String getCutKey()
           
 List<String> getDeletedRuleIds()
           
 Tree<RuleEditorTreeNode,String> getEditTree()
           
 String getLogicArea()
           
 String getNamePrefix()
           
 String getNamespace()
           
 Tree<TreeNode,String> getPreviewTree()
           
 String getRefObjectId()
           
 RuleEditor getRuleEditor()
           
 String getSelectedKey()
           
 String getSelectedRuleId()
           
 String getSelectedTab()
           
 Tree<TreeNode,String> getViewTree()
           
 void setActiveSelections(List<String> activeSelections)
           
 void setAgendas(List<AgendaEditor> agendas)
           
 void setCompareTree(Tree<CompareTreeNode,String> compareTree)
           
 void setCopyKey(String copyKey)
           
 void setCutKey(String cutKey)
           
 void setDeletedRuleIds(List<String> deletedRuleIds)
           
 void setLogicArea(String logicArea)
           
 void setNamespace(String namespace)
           
 void setRefObjectId(String refObjectId)
           
 void setRuleEditor(RuleEditor ruleEditor)
           
 void setRulePrefix(String namePrefix)
           
 void setSelectedKey(String selectedKey)
           
 void setSelectedRuleId(String selectedRuleId)
           
 void setSelectedTab(String selectedTab)
           
 
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getDialogExplanation, getDialogManager, getDialogResponse, getFocusId, getFormHistory, getFormKey, getFormPostUrl, getGrowlScript, getJumpToId, getJumpToName, getLightboxScript, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getState, getUpdateComponentId, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isBuildViewRequest, isDefaultsApplied, isRenderedInLightBox, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, isUpdateViewRequest, postBind, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setClientStateForSyncing, setDefaultsApplied, setDialogExplanation, setDialogManager, setDialogResponse, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setGrowlScript, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRequestRedirected, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setState, setUpdateComponentId, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleManagementWrapper

public RuleManagementWrapper()
Method Detail

getRefObjectId

public String getRefObjectId()

setRefObjectId

public void setRefObjectId(String refObjectId)

getSelectedRuleId

public String getSelectedRuleId()

setSelectedRuleId

public void setSelectedRuleId(String selectedRuleId)

getAgendas

public List<AgendaEditor> getAgendas()

setAgendas

public void setAgendas(List<AgendaEditor> agendas)

getCompareTree

public Tree<CompareTreeNode,String> getCompareTree()

setCompareTree

public void setCompareTree(Tree<CompareTreeNode,String> compareTree)

getRuleEditor

public RuleEditor getRuleEditor()

setRuleEditor

public void setRuleEditor(RuleEditor ruleEditor)

getEditTree

public Tree<RuleEditorTreeNode,String> getEditTree()

getPreviewTree

public Tree<TreeNode,String> getPreviewTree()

getViewTree

public Tree<TreeNode,String> getViewTree()

setActiveSelections

public void setActiveSelections(List<String> activeSelections)

getActiveSelections

public List<String> getActiveSelections()

getSelectedKey

public String getSelectedKey()

setSelectedKey

public void setSelectedKey(String selectedKey)

getCutKey

public String getCutKey()

setCutKey

public void setCutKey(String cutKey)

getCopyKey

public String getCopyKey()

setCopyKey

public void setCopyKey(String copyKey)

getLogicArea

public String getLogicArea()

setLogicArea

public void setLogicArea(String logicArea)

getSelectedTab

public String getSelectedTab()

setSelectedTab

public void setSelectedTab(String selectedTab)

getDeletedRuleIds

public List<String> getDeletedRuleIds()

setDeletedRuleIds

public void setDeletedRuleIds(List<String> deletedRuleIds)

getNamePrefix

public String getNamePrefix()

setRulePrefix

public void setRulePrefix(String namePrefix)

getNamespace

public String getNamespace()

setNamespace

public void setNamespace(String namespace)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.