public abstract class GenericConnectionController
extends org.egov.eis.web.controller.workflow.GenericWorkFlowController
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.eis.service.AssignmentService |
assignmentService |
protected org.egov.wtms.masters.service.ConnectionCategoryService |
connectionCategoryService |
protected org.egov.infra.filestore.service.FileStoreService |
fileStoreService |
protected org.egov.wtms.masters.service.PipeSizeService |
pipeSizeService |
protected org.egov.wtms.masters.service.PropertyTypeService |
propertyTypeService |
protected org.egov.wtms.masters.service.UsageTypeService |
usageTypeService |
protected org.egov.wtms.application.service.WaterConnectionDetailsService |
waterConnectionDetailsService |
protected org.egov.wtms.masters.service.WaterSourceService |
waterSourceService |
protected org.egov.wtms.masters.service.WaterSupplyService |
waterSupplyService |
| Constructor and Description |
|---|
GenericConnectionController() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<org.egov.infra.filestore.entity.FileStoreMapper> |
addToFileStore(org.springframework.web.multipart.MultipartFile[] files) |
Map<String,String> |
connectionTypes() |
protected void |
processAndStoreApplicationDocuments(org.egov.wtms.application.entity.WaterConnectionDetails waterConnectionDetails) |
List<org.egov.wtms.masters.entity.PropertyType> |
propertyTypes() |
List<org.egov.wtms.masters.entity.WaterSupply> |
supplyTypes() |
protected boolean |
validApplicationDocument(org.egov.wtms.application.entity.ApplicationDocuments applicationDocument) |
List<org.egov.wtms.masters.entity.WaterSource> |
waterSourceTypes() |
@Autowired(required=true) protected org.egov.wtms.application.service.WaterConnectionDetailsService waterConnectionDetailsService
@Autowired protected org.egov.wtms.masters.service.UsageTypeService usageTypeService
@Autowired protected org.egov.wtms.masters.service.ConnectionCategoryService connectionCategoryService
@Autowired protected org.egov.wtms.masters.service.WaterSourceService waterSourceService
@Autowired protected org.egov.wtms.masters.service.PipeSizeService pipeSizeService
@Autowired protected org.egov.wtms.masters.service.PropertyTypeService propertyTypeService
@Autowired @Qualifier(value="fileStoreService") protected org.egov.infra.filestore.service.FileStoreService fileStoreService
@Autowired protected org.egov.eis.service.AssignmentService assignmentService
@Autowired protected org.egov.wtms.masters.service.WaterSupplyService waterSupplyService
@ModelAttribute(value="waterSourceTypes") public List<org.egov.wtms.masters.entity.WaterSource> waterSourceTypes()
@ModelAttribute(value="connectionTypes") public Map<String,String> connectionTypes()
@ModelAttribute(value="propertyTypes") public List<org.egov.wtms.masters.entity.PropertyType> propertyTypes()
@ModelAttribute(value="waterSupplyTypes") public List<org.egov.wtms.masters.entity.WaterSupply> supplyTypes()
protected Set<org.egov.infra.filestore.entity.FileStoreMapper> addToFileStore(org.springframework.web.multipart.MultipartFile[] files)
protected void processAndStoreApplicationDocuments(org.egov.wtms.application.entity.WaterConnectionDetails waterConnectionDetails)
protected boolean validApplicationDocument(org.egov.wtms.application.entity.ApplicationDocuments applicationDocument)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.