public class ScheduleCategoryAction
extends org.egov.infra.web.struts.actions.BaseFormAction
| Modifier and Type | Field and Description |
|---|---|
static String |
SEARCH_SCHEDULECATEGORY |
| Constructor and Description |
|---|
ScheduleCategoryAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
edit() |
String |
execute() |
String |
getCode() |
Long |
getId() |
String |
getMode() |
Object |
getModel() |
org.egov.works.models.masters.ScheduleCategory |
getScheduleCategory() |
List<org.egov.works.models.masters.ScheduleCategory> |
getScheduleCategoryList() |
String |
list() |
String |
newform() |
void |
prepare() |
String |
save() |
void |
setCode(String code) |
void |
setId(Long id) |
void |
setMode(String mode) |
void |
setScheduleCategory(org.egov.works.models.masters.ScheduleCategory scheduleCategory) |
void |
setScheduleCategoryList(List<org.egov.works.models.masters.ScheduleCategory> scheduleCategoryList) |
String |
view() |
acceptableParameterName, addDropdownData, addRelatedEntity, addRelatedEntity, getDropdownData, getOrdering, getPersistenceService, getRelationships, getSession, session, setParameters, setPersistenceService, setRequest, setSession, setupDropdownDataExcluding, setValue, tokenNameaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validatepublic static final String SEARCH_SCHEDULECATEGORY
public String getMode()
public void setMode(String mode)
public Long getId()
public void setId(Long id)
public String execute()
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportpublic String newform()
public String list()
public String edit()
public String view()
public void prepare()
prepare in interface com.opensymphony.xwork2.Preparableprepare in class org.egov.infra.web.struts.actions.BaseFormActionpublic String save()
public Object getModel()
public List<org.egov.works.models.masters.ScheduleCategory> getScheduleCategoryList()
public void setScheduleCategoryList(List<org.egov.works.models.masters.ScheduleCategory> scheduleCategoryList)
public org.egov.works.models.masters.ScheduleCategory getScheduleCategory()
public void setScheduleCategory(org.egov.works.models.masters.ScheduleCategory scheduleCategory)
public String getCode()
public void setCode(String code)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.