@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 object)  | 
protected void | 
doDelete(javax.ws.rs.core.SecurityContext securityContext,
        javax.ws.rs.core.UriInfo uriInfo,
        OnmsMonitoringLocation object)  | 
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, mapEntityToDTOapplyLimitOffsetOrderBy, create, createSpecific, delete, deleteMany, doUpdateProperties, get, get, getCount, getCriteria, getCriteriaBehaviors, getException, getProperties, getPropertyValues, getSearchBeanPropertyMap, sendEvent, update, updateMany, updateProperties, writeLock, writeUnlockprotected 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()
AbstractDaoRestServiceWithDTOGet 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 object)
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 object)
Copyright © 2020. All rights reserved.