public class AgendaEditor extends org.kuali.rice.krad.web.form.UifFormBase implements org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContract, Serializable
actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, controllerMapping, defaultsApplied, dialogExplanation, dialogManager, dialogResponse, extensionData, flowKey, focusId, formKey, formPostUrl, growlScript, historyFlow, historyManager, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, requestedFormKey, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, sessionId, sessionTimeoutInterval, state, updateComponentId, view, viewId, viewName, viewRequestParameters, viewTypeName| Constructor and Description |
|---|
AgendaEditor() |
AgendaEditor(org.kuali.rice.krms.api.repository.agenda.AgendaDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
AgendaTypeInfo |
getAgendaTypeInfo() |
Map<String,String> |
getAttributes() |
String |
getContextId() |
String |
getCourseName() |
List<RuleEditor> |
getDeletedRules() |
String |
getFirstItemId() |
String |
getId() |
String |
getName() |
AgendaEditor |
getParent() |
Map<String,RuleEditor> |
getRuleEditors() |
String |
getTypeId() |
Long |
getVersionNumber() |
boolean |
isActive() |
boolean |
isDummyAgenda() |
void |
setActive(boolean active) |
void |
setAgendaTypeInfo(AgendaTypeInfo agendaTypeInfo) |
void |
setAttributes(Map<String,String> attributes) |
void |
setContextId(String contextId) |
void |
setCourseName(String courseName) |
void |
setDeletedRules(List<RuleEditor> deletedRules) |
void |
setFirstItemId(String firstItemId) |
void |
setId(String id) |
void |
setName(String name) |
void |
setParent(AgendaEditor parent) |
void |
setRuleEditors(Map<String,RuleEditor> ruleEditors) |
void |
setTypeId(String typeId) |
void |
setVersionNumber(Long versionNumber) |
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getControllerMapping, getDialogExplanation, getDialogManager, getDialogResponse, getExtensionData, getFlowKey, getFocusId, getFormKey, getFormPostUrl, getGrowlScript, getHistoryFlow, getHistoryManager, getInitialRequestParameters, getJumpToId, getJumpToName, getLightboxScript, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getRequestedFormKey, getRequestUrl, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getSessionId, getSessionTimeoutInterval, 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, setExtensionData, setFlowKey, setFocusId, setFormKey, setFormPostUrl, setGrowlScript, setHistoryFlow, setHistoryManager, setInitialRequestParameters, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRequestedFormKey, setRequestRedirected, setRequestUrl, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setState, setUpdateComponentId, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeNamepublic AgendaEditor()
public AgendaEditor(org.kuali.rice.krms.api.repository.agenda.AgendaDefinition definition)
public String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic String getName()
getName in interface org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContractpublic String getTypeId()
getTypeId in interface org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContractpublic String getContextId()
getContextId in interface org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContractpublic void setContextId(String contextId)
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
public String getFirstItemId()
getFirstItemId in interface org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContractpublic void setFirstItemId(String firstItemId)
public Map<String,String> getAttributes()
getAttributes in interface org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContractpublic void setAttributes(Map<String,String> attributes)
public Long getVersionNumber()
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versionedpublic void setVersionNumber(Long versionNumber)
public Map<String,RuleEditor> getRuleEditors()
public void setRuleEditors(Map<String,RuleEditor> ruleEditors)
public List<RuleEditor> getDeletedRules()
public void setDeletedRules(List<RuleEditor> deletedRules)
public String getCourseName()
public void setCourseName(String courseName)
public AgendaTypeInfo getAgendaTypeInfo()
public void setAgendaTypeInfo(AgendaTypeInfo agendaTypeInfo)
public AgendaEditor getParent()
public void setParent(AgendaEditor parent)
public boolean isDummyAgenda()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.