|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommentsPersistenceServiceException | |
|---|---|
| net.anotheria.moskitodemo.annotation | |
| Uses of CommentsPersistenceServiceException in net.anotheria.moskitodemo.annotation |
|---|
| Subclasses of CommentsPersistenceServiceException in net.anotheria.moskitodemo.annotation | |
|---|---|
class |
CommentNotFoundInCommentsPersistenceServiceException
|
| Methods in net.anotheria.moskitodemo.annotation that throw CommentsPersistenceServiceException | |
|---|---|
Comment |
ICommentsPersistenceService.createComment(Comment comment)
Creates a new Comment object. |
Comment |
CommentsPersistenceServiceImpl.createComment(Comment comment)
Creates a new Comment object. |
List<Comment> |
ICommentsPersistenceService.createComments(List<Comment> list)
Creates multiple new Comment objects. |
List<Comment> |
CommentsPersistenceServiceImpl.createComments(List<Comment> list)
Creates multiple new Comment objects. |
void |
ICommentsPersistenceService.deleteComment(String id)
Deletes a Comment object by id. |
void |
CommentsPersistenceServiceImpl.deleteComment(String id)
Deletes a Comment object by id. |
void |
ICommentsPersistenceService.deleteComments(List<Comment> list)
Deletes multiple Comment object. |
void |
CommentsPersistenceServiceImpl.deleteComments(List<Comment> list)
Deletes multiple Comment objects. |
Comment |
ICommentsPersistenceService.getComment(String id)
Returns the Comment object with the specified id. |
Comment |
CommentsPersistenceServiceImpl.getComment(String id)
Returns the Comment object with the specified id. |
List<Comment> |
ICommentsPersistenceService.getComments()
Returns all Comments objects stored. |
List<Comment> |
CommentsPersistenceServiceImpl.getComments()
Returns all Comments objects stored. |
List<Comment> |
ICommentsPersistenceService.getComments(net.anotheria.util.slicer.Segment aSegment)
Returns Comments objects segment. |
List<Comment> |
CommentsPersistenceServiceImpl.getComments(net.anotheria.util.slicer.Segment aSegment)
Returns Comments objects segment. |
List<Comment> |
ICommentsPersistenceService.getCommentsByProperty(QueryProperty... properties)
Returns all Comment objects which match the given property or properties. |
List<Comment> |
CommentsPersistenceServiceImpl.getCommentsByProperty(QueryProperty... properties)
Returns all Comment objects which match the given property. |
List<Comment> |
ICommentsPersistenceService.getCommentsByProperty(net.anotheria.util.slicer.Segment aSegment,
QueryProperty... properties)
Returns Comment objects segment which match the given property or properties. |
List<Comment> |
CommentsPersistenceServiceImpl.getCommentsByProperty(net.anotheria.util.slicer.Segment aSegment,
QueryProperty... aProperties)
Returns Comment objects segment which match the given property. |
int |
ICommentsPersistenceService.getCommentsCount()
Returns all Comments count. |
int |
CommentsPersistenceServiceImpl.getCommentsCount()
Returns Comments objects count. |
Comment |
ICommentsPersistenceService.importComment(Comment comment)
Imports a new Comment object. |
Comment |
CommentsPersistenceServiceImpl.importComment(Comment comment)
Imports a new Comment object. |
List<Comment> |
ICommentsPersistenceService.importComments(List<Comment> list)
Imports multiple new Comment objects. |
List<Comment> |
CommentsPersistenceServiceImpl.importComments(List<Comment> list)
Imports multiple new Comment objects. |
static void |
MonitorAnnotationTest.main(String[] a)
|
Comment |
ICommentsPersistenceService.updateComment(Comment comment)
Updates a Comment object. |
Comment |
CommentsPersistenceServiceImpl.updateComment(Comment comment)
Updates a Comment object. |
List<Comment> |
ICommentsPersistenceService.updateComments(List<Comment> list)
Updates multiple Comment object. |
List<Comment> |
CommentsPersistenceServiceImpl.updateComments(List<Comment> list)
Updates multiple Comment objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||