Package | Description |
---|---|
com.neurosys.ratings.dao | |
com.neurosys.ratings.dao.jpa | |
com.neurosys.ratings.service |
Modifier and Type | Method and Description |
---|---|
Page<Rating> |
RatingDao.getRatings(String topic,
PageInfo pageInfo) |
Modifier and Type | Method and Description |
---|---|
Rating |
RatingDaoImpl.load(Object id) |
Rating |
RatingDaoImpl.load(Object id,
Class entityClass) |
Rating |
RatingDaoImpl.save(Rating transientObject) |
Modifier and Type | Method and Description |
---|---|
Page<Rating> |
RatingDaoImpl.getRatings(String topic,
PageInfo pageInfo) |
Modifier and Type | Method and Description |
---|---|
void |
RatingDaoImpl.delete(Rating persistentObject) |
Rating |
RatingDaoImpl.save(Rating transientObject) |
Modifier and Type | Method and Description |
---|---|
Page<Rating> |
RatingService.getComments(String topic,
PageInfo pageInfo) |
Copyright © 2018. All rights reserved.