@Component @Transactional public class ScanReportRestService extends AbstractDaoRestService<ScanReport,ScanReport,String,String>
ScanReport
entityDEFAULT_LIMIT
Constructor and Description |
---|
ScanReportRestService() |
Modifier and Type | Method and Description |
---|---|
protected JaxbListWrapper<ScanReport> |
createListWrapper(Collection<ScanReport> list) |
protected ScanReport |
doGet(javax.ws.rs.core.UriInfo uriInfo,
String id) |
protected javax.ws.rs.core.Response |
doUpdate(javax.ws.rs.core.SecurityContext securityContext,
javax.ws.rs.core.UriInfo uriInfo,
String key,
ScanReport targetObject) |
CriteriaBuilder |
getCriteriaBuilder(javax.ws.rs.core.UriInfo uriInfo) |
protected ScanReportDao |
getDao() |
protected Class<ScanReport> |
getDaoClass() |
javax.ws.rs.core.Response |
getLogs(String id) |
protected Class<ScanReport> |
getQueryBeanClass() |
protected Set<SearchProperty> |
getQueryProperties()
Get a list of query properties that this endpoint supports
for FIQL expressions and
orderBy expressions. |
mapDTOToEntity, mapEntityToDTO
applyLimitOffsetOrderBy, create, createSpecific, delete, deleteMany, doCreate, doDelete, doUpdateProperties, get, get, getCount, getCriteria, getCriteriaBehaviors, getException, getProperties, getPropertyValues, getSearchBeanPropertyMap, sendEvent, update, updateMany, updateProperties, writeLock, writeUnlock
protected ScanReportDao getDao()
getDao
in class AbstractDaoRestServiceWithDTO<ScanReport,ScanReport,ScanReport,String,String>
protected Class<ScanReport> getDaoClass()
getDaoClass
in class AbstractDaoRestServiceWithDTO<ScanReport,ScanReport,ScanReport,String,String>
protected Class<ScanReport> getQueryBeanClass()
getQueryBeanClass
in class AbstractDaoRestServiceWithDTO<ScanReport,ScanReport,ScanReport,String,String>
public CriteriaBuilder getCriteriaBuilder(javax.ws.rs.core.UriInfo uriInfo)
getCriteriaBuilder
in class AbstractDaoRestServiceWithDTO<ScanReport,ScanReport,ScanReport,String,String>
protected JaxbListWrapper<ScanReport> createListWrapper(Collection<ScanReport> list)
createListWrapper
in class AbstractDaoRestServiceWithDTO<ScanReport,ScanReport,ScanReport,String,String>
protected Set<SearchProperty> getQueryProperties()
AbstractDaoRestServiceWithDTO
Get a list of query properties that this endpoint supports
for FIQL expressions and orderBy
expressions.
getQueryProperties
in class AbstractDaoRestServiceWithDTO<ScanReport,ScanReport,ScanReport,String,String>
public javax.ws.rs.core.Response getLogs(String id)
protected ScanReport doGet(javax.ws.rs.core.UriInfo uriInfo, String id)
doGet
in class AbstractDaoRestServiceWithDTO<ScanReport,ScanReport,ScanReport,String,String>
protected javax.ws.rs.core.Response doUpdate(javax.ws.rs.core.SecurityContext securityContext, javax.ws.rs.core.UriInfo uriInfo, String key, ScanReport targetObject)
doUpdate
in class AbstractDaoRestServiceWithDTO<ScanReport,ScanReport,ScanReport,String,String>
Copyright © 2021. All rights reserved.