Package org.opennms.web.rest.v2
Class SnmpInterfaceRestService
- java.lang.Object
-
- org.opennms.web.rest.v2.AbstractDaoRestServiceWithDTO<T,T,Q,K,I>
-
- org.opennms.web.rest.v2.AbstractDaoRestService<OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>
-
- org.opennms.web.rest.v2.SnmpInterfaceRestService
-
@Component @Transactional public class SnmpInterfaceRestService extends AbstractDaoRestService<OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>
Basic Web Service using REST forOnmsSnmpInterface
entity.This end-point exist to retrieve and update a set of SNMP interfaces, based on a given criteria.
-
-
Field Summary
-
Fields inherited from class org.opennms.web.rest.v2.AbstractDaoRestServiceWithDTO
DEFAULT_LIMIT
-
-
Constructor Summary
Constructors Constructor Description SnmpInterfaceRestService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JaxbListWrapper<OnmsSnmpInterface>
createListWrapper(Collection<OnmsSnmpInterface> list)
protected OnmsSnmpInterface
doGet(javax.ws.rs.core.UriInfo uriInfo, String id)
protected Map<String,CriteriaBehavior<?>>
getCriteriaBehaviors()
Map CXF query bean properties to Criteria property names, conversions, and actions.protected CriteriaBuilder
getCriteriaBuilder(javax.ws.rs.core.UriInfo uriInfo)
protected SnmpInterfaceDao
getDao()
protected Class<OnmsSnmpInterface>
getDaoClass()
protected Class<org.apache.cxf.jaxrs.ext.search.SearchBean>
getQueryBeanClass()
protected Set<SearchProperty>
getQueryProperties()
Get a list of query properties that this endpoint supports for FIQL expressions andorderBy
expressions.-
Methods inherited from class org.opennms.web.rest.v2.AbstractDaoRestService
mapDTOToEntity, mapEntityToDTO
-
Methods inherited from class org.opennms.web.rest.v2.AbstractDaoRestServiceWithDTO
applyLimitOffsetOrderBy, create, createSpecific, delete, deleteMany, doCreate, doDelete, doUpdate, doUpdateProperties, get, get, getCount, getCriteria, getException, getProperties, getPropertyValues, getSearchBeanPropertyMap, sendEvent, update, updateMany, updateProperties, writeLock, writeUnlock
-
-
-
-
Method Detail
-
getDao
protected SnmpInterfaceDao getDao()
- Specified by:
getDao
in classAbstractDaoRestServiceWithDTO<OnmsSnmpInterface,OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>
-
getDaoClass
protected Class<OnmsSnmpInterface> getDaoClass()
- Specified by:
getDaoClass
in classAbstractDaoRestServiceWithDTO<OnmsSnmpInterface,OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>
-
getQueryBeanClass
protected Class<org.apache.cxf.jaxrs.ext.search.SearchBean> getQueryBeanClass()
- Specified by:
getQueryBeanClass
in classAbstractDaoRestServiceWithDTO<OnmsSnmpInterface,OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>
-
getCriteriaBuilder
protected CriteriaBuilder getCriteriaBuilder(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getCriteriaBuilder
in classAbstractDaoRestServiceWithDTO<OnmsSnmpInterface,OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>
-
createListWrapper
protected final JaxbListWrapper<OnmsSnmpInterface> createListWrapper(Collection<OnmsSnmpInterface> list)
- Specified by:
createListWrapper
in classAbstractDaoRestServiceWithDTO<OnmsSnmpInterface,OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>
-
getQueryProperties
protected Set<SearchProperty> getQueryProperties()
Description copied from class:AbstractDaoRestServiceWithDTO
Get a list of query properties that this endpoint supports for FIQL expressions and
orderBy
expressions.- Overrides:
getQueryProperties
in classAbstractDaoRestServiceWithDTO<OnmsSnmpInterface,OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>
- Returns:
-
getCriteriaBehaviors
protected Map<String,CriteriaBehavior<?>> getCriteriaBehaviors()
Description copied from class:AbstractDaoRestServiceWithDTO
Map CXF query bean properties to Criteria property names, conversions, and actions. In the absence of a mapping, the query bean property will be specified directly as a Criteria property with the same name.
- Key: CXF query property name
- Value:
CriteriaBehavior
to execute when this search term is specified
- Overrides:
getCriteriaBehaviors
in classAbstractDaoRestServiceWithDTO<OnmsSnmpInterface,OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>
- Returns:
-
doGet
protected final OnmsSnmpInterface doGet(javax.ws.rs.core.UriInfo uriInfo, String id)
- Specified by:
doGet
in classAbstractDaoRestServiceWithDTO<OnmsSnmpInterface,OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>
-
-