@Component @Transactional public class ScanReportRestService extends AbstractDaoRestService<ScanReport,String>
ScanReport
entityDEFAULT_LIMIT
Constructor and Description |
---|
ScanReportRestService() |
Modifier and Type | Method and Description |
---|---|
protected JaxbListWrapper<ScanReport> |
createListWrapper(Collection<ScanReport> list) |
CriteriaBuilder |
getCriteriaBuilder() |
protected ScanReportDao |
getDao() |
protected Class<ScanReport> |
getDaoClass() |
javax.ws.rs.core.Response |
getLogs(String id) |
create, createSpecific, delete, deleteMany, get, get, getCount, getCriteria, update, updateMany, updateProperties, writeLock, writeUnlock
protected ScanReportDao getDao()
getDao
in class AbstractDaoRestService<ScanReport,String>
protected Class<ScanReport> getDaoClass()
getDaoClass
in class AbstractDaoRestService<ScanReport,String>
public CriteriaBuilder getCriteriaBuilder()
getCriteriaBuilder
in class AbstractDaoRestService<ScanReport,String>
protected JaxbListWrapper<ScanReport> createListWrapper(Collection<ScanReport> list)
createListWrapper
in class AbstractDaoRestService<ScanReport,String>
public javax.ws.rs.core.Response getLogs(String id)
Copyright © 2016. All rights reserved.