@Repository(value="noticeDAO") @Transactional(readOnly=true) public class NoticeDAO extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
LOGGER |
| Constructor and Description |
|---|
NoticeDAO() |
| Modifier and Type | Method and Description |
|---|---|
List<PtNotice> |
getNoticeDetails(SearchNoticeForm searchNoticeForm) |
InputStream |
getNoticeDocument(String noticeNo,
String objectNo) |
boolean |
saveNoticeDetails(PtNotice notice,
InputStream noticeDocFis) |
public boolean saveNoticeDetails(PtNotice notice, InputStream noticeDocFis)
public InputStream getNoticeDocument(String noticeNo, String objectNo)
noticeNo - objectNo - public List<PtNotice> getNoticeDetails(SearchNoticeForm searchNoticeForm)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.