public class ServiceTypeToBankAccountMappingAction
extends org.egov.infra.web.struts.actions.BaseFormAction
| Constructor and Description |
|---|
ServiceTypeToBankAccountMappingAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
create() |
org.egov.infstr.services.PersistenceService<org.egov.commons.entity.BankAccountServiceMap,Long> |
getBankAccountMappingService() |
List<org.egov.commons.entity.BankAccountServiceMap> |
getBankAccountServices() |
Integer |
getBankId() |
Integer |
getBranchId() |
Object |
getModel() |
Long |
getServiceAccountId() |
Long |
getServiceCategory() |
String |
getSourcePage() |
String |
getTarget() |
String |
list() |
String |
newform() |
String |
search() |
void |
setBankAccountMappingService(org.egov.infstr.services.PersistenceService<org.egov.commons.entity.BankAccountServiceMap,Long> bankAccountMappingService) |
void |
setBankAccountServices(List<org.egov.commons.entity.BankAccountServiceMap> bankAccountServices) |
void |
setBankId(Integer bankId) |
void |
setBranchId(Integer branchId) |
void |
setServiceAccountId(Long serviceAccountId) |
void |
setServiceCategory(Long serviceCategory) |
void |
setSourcePage(String sourcePage) |
void |
setTarget(String target) |
acceptableParameterName, addDropdownData, addRelatedEntity, addRelatedEntity, getDropdownData, getOrdering, getPersistenceService, getRelationships, getSession, prepare, session, setParameters, setPersistenceService, setRequest, setSession, setupDropdownDataExcluding, setValue, tokenNameaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, execute, getActionErrors, getActionMessages, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validatepublic ServiceTypeToBankAccountMappingAction()
public String newform()
public String list()
public String search()
public String create()
public Object getModel()
public List<org.egov.commons.entity.BankAccountServiceMap> getBankAccountServices()
public void setBankAccountServices(List<org.egov.commons.entity.BankAccountServiceMap> bankAccountServices)
public org.egov.infstr.services.PersistenceService<org.egov.commons.entity.BankAccountServiceMap,Long> getBankAccountMappingService()
public void setBankAccountMappingService(org.egov.infstr.services.PersistenceService<org.egov.commons.entity.BankAccountServiceMap,Long> bankAccountMappingService)
public Integer getBankId()
public void setBankId(Integer bankId)
public Integer getBranchId()
public void setBranchId(Integer branchId)
public Long getServiceCategory()
public void setServiceCategory(Long serviceCategory)
public Long getServiceAccountId()
public void setServiceAccountId(Long serviceAccountId)
public String getSourcePage()
public void setSourcePage(String sourcePage)
public String getTarget()
public void setTarget(String target)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.