| Modifier and Type | Field and Description |
|---|---|
protected org.egov.infra.filestore.service.FileStoreService |
fileStoreService |
| Constructor and Description |
|---|
NoticeService() |
NoticeService(Class<PtNotice> type) |
| Modifier and Type | Method and Description |
|---|---|
org.egov.infstr.services.PersistenceService<BasicProperty,Long> |
getBasicPropertyService() |
List<PropertyMutation> |
getListofMutations(String indexNumber) |
String |
getNoticeByApplicationNo(String applicationNo) |
PtNotice |
getNoticeByApplicationNumber(String applicationNo) |
PtNotice |
getNoticeByNoticeTypeAndApplicationNumber(String noticeType,
String applicationNo) |
PtNotice |
getNoticeByNoticeTypeAndAssessmentNumner(String noticeType,
String assessementNumber) |
PtNotice |
getNoticeByTypeUpicNoAndFinYear(String noticeType,
String assessementNumber) |
PtNotice |
getPtNoticeByNoticeNumberAndNoticeType(String noticeNo,
String noticeType) |
PtNotice |
saveNotice(String applicationNumber,
String noticeNo,
String noticeType,
BasicProperty basicProperty,
InputStream fileStream)
This method populates the
PtNotice object along with notice input stream |
void |
setbasicPropertyService(org.egov.infstr.services.PersistenceService<BasicProperty,Long> basicPropertyService) |
PtNotice |
updateNotice(PtNotice notice,
InputStream fileStream)
Using this method to attach different file store if document is already signed and been sent for sign again
|
addFilterCriteriaForObject, addIndexparams, applyAuditing, applyAuditing, create, delete, find, find, findAll, findAll, findAllBy, findAllByNamedQuery, findByExample, findById, findById, findByIdWithJoinFetch, findByNamedQuery, findPageBy, findPageByNamedQuery, getNamedQuery, getSession, getType, load, merge, persist, update, validate, validateModel@Autowired @Qualifier(value="fileStoreService") protected org.egov.infra.filestore.service.FileStoreService fileStoreService
public PtNotice saveNotice(String applicationNumber, String noticeNo, String noticeType, BasicProperty basicProperty, InputStream fileStream)
PtNotice object along with notice input streambasicProperty - the BasicProperty object for which the notice is generatednoticeNo - - notice nonoticeType - - type of noticefileStream - - input stream of generated notice.public PtNotice updateNotice(PtNotice notice, InputStream fileStream)
notice - fileStream - public PtNotice getPtNoticeByNoticeNumberAndNoticeType(String noticeNo, String noticeType)
public PtNotice getNoticeByNoticeTypeAndApplicationNumber(String noticeType, String applicationNo)
public PtNotice getNoticeByNoticeTypeAndAssessmentNumner(String noticeType, String assessementNumber)
public org.egov.infstr.services.PersistenceService<BasicProperty,Long> getBasicPropertyService()
public void setbasicPropertyService(org.egov.infstr.services.PersistenceService<BasicProperty,Long> basicPropertyService)
public List<PropertyMutation> getListofMutations(String indexNumber)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.