| Package | Description |
|---|---|
| org.egov.ptis.domain.dao.property | |
| org.egov.ptis.domain.entity.property | |
| org.egov.ptis.domain.entity.recovery | |
| org.egov.ptis.domain.service.notice |
| Modifier and Type | Method and Description |
|---|---|
List<PtNotice> |
NoticeDAO.getNoticeDetails(SearchNoticeForm searchNoticeForm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NoticeDAO.saveNoticeDetails(PtNotice notice,
InputStream noticeDocFis) |
| Modifier and Type | Method and Description |
|---|---|
Set<PtNotice> |
BasicPropertyImpl.getNotices() |
Set<PtNotice> |
BasicProperty.getNotices() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicPropertyImpl.addNotice(PtNotice ptNotice) |
void |
BasicProperty.addNotice(PtNotice ptNotice) |
void |
BasicPropertyImpl.removeNotice(PtNotice ptNotice) |
void |
BasicProperty.removeNotice(PtNotice ptNotice) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicPropertyImpl.setNotices(Set<PtNotice> notices) |
void |
BasicProperty.setNotices(Set<PtNotice> noticeForms) |
| Modifier and Type | Method and Description |
|---|---|
PtNotice |
CeaseNotice.getNotice() |
PtNotice |
Warrant.getNotice() |
PtNotice |
WarrantNotice.getNotice() |
PtNotice |
IntimationNotice.getNotice() |
| Modifier and Type | Method and Description |
|---|---|
void |
CeaseNotice.setNotice(PtNotice notice) |
void |
Warrant.setNotice(PtNotice notice) |
void |
WarrantNotice.setNotice(PtNotice notice) |
void |
IntimationNotice.setNotice(PtNotice notice) |
| Modifier and Type | Method and Description |
|---|---|
PtNotice |
NoticeService.getNoticeByApplicationNumber(String applicationNo) |
PtNotice |
NoticeService.getNoticeByNoticeTypeAndApplicationNumber(String noticeType,
String applicationNo) |
PtNotice |
NoticeService.getNoticeByNoticeTypeAndAssessmentNumner(String noticeType,
String assessementNumber) |
PtNotice |
NoticeService.getNoticeByTypeUpicNoAndFinYear(String noticeType,
String assessementNumber) |
PtNotice |
NoticeService.getPtNoticeByNoticeNumberAndNoticeType(String noticeNo,
String noticeType) |
PtNotice |
NoticeService.saveNotice(String applicationNumber,
String noticeNo,
String noticeType,
BasicProperty basicProperty,
InputStream fileStream)
This method populates the
PtNotice object along with notice input stream |
PtNotice |
NoticeService.updateNotice(PtNotice notice,
InputStream fileStream)
Using this method to attach different file store if document is already signed and been sent for sign again
|
| Modifier and Type | Method and Description |
|---|---|
PtNotice |
NoticeService.updateNotice(PtNotice notice,
InputStream fileStream)
Using this method to attach different file store if document is already signed and been sent for sign again
|
| Constructor and Description |
|---|
NoticeService(Class<PtNotice> type) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.