@Component @Transactional public class SnmpInterfaceRestService extends AbstractDaoRestService<OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>
OnmsSnmpInterface entity.
 This end-point exist to retrieve and update a set of SNMP interfaces, based on a given criteria.
DEFAULT_LIMIT| Constructor and Description | 
|---|
SnmpInterfaceRestService()  | 
| Modifier and Type | Method and 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 and  
orderBy expressions. | 
mapDTOToEntity, mapEntityToDTOapplyLimitOffsetOrderBy, create, createSpecific, delete, deleteMany, doCreate, doDelete, doUpdate, doUpdateProperties, get, get, getCount, getCriteria, getException, getProperties, getPropertyValues, getSearchBeanPropertyMap, sendEvent, update, updateMany, updateProperties, writeLock, writeUnlockprotected SnmpInterfaceDao getDao()
getDao in class AbstractDaoRestServiceWithDTO<OnmsSnmpInterface,OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>protected Class<OnmsSnmpInterface> getDaoClass()
getDaoClass in class AbstractDaoRestServiceWithDTO<OnmsSnmpInterface,OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>protected Class<org.apache.cxf.jaxrs.ext.search.SearchBean> getQueryBeanClass()
getQueryBeanClass in class AbstractDaoRestServiceWithDTO<OnmsSnmpInterface,OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>protected CriteriaBuilder getCriteriaBuilder(javax.ws.rs.core.UriInfo uriInfo)
getCriteriaBuilder in class AbstractDaoRestServiceWithDTO<OnmsSnmpInterface,OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>protected final JaxbListWrapper<OnmsSnmpInterface> createListWrapper(Collection<OnmsSnmpInterface> list)
createListWrapper in class AbstractDaoRestServiceWithDTO<OnmsSnmpInterface,OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>protected Set<SearchProperty> getQueryProperties()
AbstractDaoRestServiceWithDTOGet a list of query properties that this endpoint supports
 for FIQL expressions and orderBy expressions.
getQueryProperties in class AbstractDaoRestServiceWithDTO<OnmsSnmpInterface,OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>protected Map<String,CriteriaBehavior<?>> getCriteriaBehaviors()
AbstractDaoRestServiceWithDTOMap 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.
CriteriaBehavior to execute when this search term is specifiedgetCriteriaBehaviors in class AbstractDaoRestServiceWithDTO<OnmsSnmpInterface,OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>protected final OnmsSnmpInterface doGet(javax.ws.rs.core.UriInfo uriInfo, String id)
doGet in class AbstractDaoRestServiceWithDTO<OnmsSnmpInterface,OnmsSnmpInterface,org.apache.cxf.jaxrs.ext.search.SearchBean,Integer,String>Copyright © 2021. All rights reserved.