org.kuali.rice.krms.dto
Class RuleManagementWrapper
java.lang.Object
org.kuali.rice.krad.web.form.UifFormBase
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
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 |
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 |
RuleManagementWrapper
public RuleManagementWrapper()
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.