@Component @Transactional public class MonitoringLocationRestService extends AbstractDaoRestService<OnmsMonitoringLocation,OnmsMonitoringLocation,String,String>
OnmsMonitoringLocation
entityDEFAULT_LIMIT
Constructor and Description |
---|
MonitoringLocationRestService() |
Modifier and Type | Method and Description |
---|---|
protected JaxbListWrapper<OnmsMonitoringLocation> |
createListWrapper(Collection<OnmsMonitoringLocation> list) |
javax.ws.rs.core.Response |
doCreate(javax.ws.rs.core.SecurityContext securityContext,
javax.ws.rs.core.UriInfo uriInfo,
OnmsMonitoringLocation location) |
protected void |
doDelete(javax.ws.rs.core.SecurityContext securityContext,
javax.ws.rs.core.UriInfo uriInfo,
OnmsMonitoringLocation location) |
protected OnmsMonitoringLocation |
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,
OnmsMonitoringLocation targetObject) |
protected CriteriaBuilder |
getCriteriaBuilder(javax.ws.rs.core.UriInfo uriInfo) |
protected MonitoringLocationDao |
getDao() |
protected Class<OnmsMonitoringLocation> |
getDaoClass() |
protected Class<OnmsMonitoringLocation> |
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, doUpdateProperties, get, get, getCount, getCriteria, getCriteriaBehaviors, getException, getProperties, getPropertyValues, getSearchBeanPropertyMap, sendEvent, update, updateMany, updateProperties, writeLock, writeUnlock
protected MonitoringLocationDao getDao()
getDao
in class AbstractDaoRestServiceWithDTO<OnmsMonitoringLocation,OnmsMonitoringLocation,OnmsMonitoringLocation,String,String>
protected Class<OnmsMonitoringLocation> getDaoClass()
getDaoClass
in class AbstractDaoRestServiceWithDTO<OnmsMonitoringLocation,OnmsMonitoringLocation,OnmsMonitoringLocation,String,String>
protected Class<OnmsMonitoringLocation> getQueryBeanClass()
protected CriteriaBuilder getCriteriaBuilder(javax.ws.rs.core.UriInfo uriInfo)
protected JaxbListWrapper<OnmsMonitoringLocation> createListWrapper(Collection<OnmsMonitoringLocation> list)
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<OnmsMonitoringLocation,OnmsMonitoringLocation,OnmsMonitoringLocation,String,String>
protected OnmsMonitoringLocation doGet(javax.ws.rs.core.UriInfo uriInfo, String id)
doGet
in class AbstractDaoRestServiceWithDTO<OnmsMonitoringLocation,OnmsMonitoringLocation,OnmsMonitoringLocation,String,String>
public javax.ws.rs.core.Response doCreate(javax.ws.rs.core.SecurityContext securityContext, javax.ws.rs.core.UriInfo uriInfo, OnmsMonitoringLocation location)
protected javax.ws.rs.core.Response doUpdate(javax.ws.rs.core.SecurityContext securityContext, javax.ws.rs.core.UriInfo uriInfo, String key, OnmsMonitoringLocation targetObject)
protected void doDelete(javax.ws.rs.core.SecurityContext securityContext, javax.ws.rs.core.UriInfo uriInfo, OnmsMonitoringLocation location)
Copyright © 2021. All rights reserved.