public class PropertyThirdPartyService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.infra.filestore.service.FileStoreService |
fileStoreService |
org.egov.infstr.services.PersistenceService |
persistenceService |
| Constructor and Description |
|---|
PropertyThirdPartyService() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.infstr.services.PersistenceService |
getPersistenceService() |
byte[] |
getSpecialNotice(String assessmentNo,
String applicationNo,
String applicationType) |
void |
setPersistenceService(org.egov.infstr.services.PersistenceService persistenceService) |
Map<String,String> |
validatePropertyStatus(String applicationNo,
String applicationType) |
public org.egov.infstr.services.PersistenceService persistenceService
@Autowired @Qualifier(value="fileStoreService") protected org.egov.infra.filestore.service.FileStoreService fileStoreService
public byte[] getSpecialNotice(String assessmentNo, String applicationNo, String applicationType) throws IOException
IOExceptionpublic Map<String,String> validatePropertyStatus(String applicationNo, String applicationType)
public org.egov.infstr.services.PersistenceService getPersistenceService()
public void setPersistenceService(org.egov.infstr.services.PersistenceService persistenceService)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.