@Component @Transactional public class ApplicationRestService extends AbstractDaoRestService<OnmsApplication,Integer>
OnmsApplication entityDEFAULT_LIMIT| Constructor and Description |
|---|
ApplicationRestService() |
| Modifier and Type | Method and Description |
|---|---|
protected JaxbListWrapper<OnmsApplication> |
createListWrapper(Collection<OnmsApplication> list) |
protected CriteriaBuilder |
getCriteriaBuilder() |
protected ApplicationDao |
getDao() |
protected Class<OnmsApplication> |
getDaoClass() |
create, createSpecific, delete, deleteMany, get, get, getCount, getCriteria, update, updateMany, updateProperties, writeLock, writeUnlockprotected ApplicationDao getDao()
getDao in class AbstractDaoRestService<OnmsApplication,Integer>protected Class<OnmsApplication> getDaoClass()
getDaoClass in class AbstractDaoRestService<OnmsApplication,Integer>protected CriteriaBuilder getCriteriaBuilder()
getCriteriaBuilder in class AbstractDaoRestService<OnmsApplication,Integer>protected JaxbListWrapper<OnmsApplication> createListWrapper(Collection<OnmsApplication> list)
createListWrapper in class AbstractDaoRestService<OnmsApplication,Integer>Copyright © 2017. All rights reserved.