Uses of Interface
net.anotheria.moskitodemo.annotation.data.Comment

Packages that use Comment
net.anotheria.moskitodemo.annotation   
net.anotheria.moskitodemo.annotation.data   
 

Uses of Comment in net.anotheria.moskitodemo.annotation
 

Methods in net.anotheria.moskitodemo.annotation that return Comment
 Comment ICommentsPersistenceService.createComment(Comment comment)
          Creates a new Comment object.
 Comment CommentsPersistenceServiceImpl.createComment(Comment comment)
          Creates a new Comment object.
 Comment CommentDAO.createComment(Connection con, Comment comment)
          Creates a new Comment object.
 Comment CommentDAO.getComment(Connection con, String id)
          Returns the Comment object with the specified id.
 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.
 Comment ICommentsPersistenceService.importComment(Comment comment)
          Imports a new Comment object.
 Comment CommentsPersistenceServiceImpl.importComment(Comment comment)
          Imports a new Comment object.
 Comment CommentDAO.importComment(Connection con, Comment comment)
          Imports a new Comment object.
 Comment CommentRowMapper.map(ResultSet row)
           
 Comment ICommentsPersistenceService.updateComment(Comment comment)
          Updates a Comment object.
 Comment CommentsPersistenceServiceImpl.updateComment(Comment comment)
          Updates a Comment object.
 Comment CommentDAO.updateComment(Connection con, Comment comment)
          Updates a Comment object.
 

Methods in net.anotheria.moskitodemo.annotation that return types with arguments of type Comment
 List<Comment> CommentDAO.createComments(Connection con, List<Comment> list)
          Creates multiple new Comment objects.
 List<Comment> ICommentsPersistenceService.createComments(List<Comment> list)
          Creates multiple new Comment objects.
 List<Comment> CommentsPersistenceServiceImpl.createComments(List<Comment> list)
          Creates multiple new Comment objects.
 List<Comment> ICommentsPersistenceService.getComments()
          Returns all Comments objects stored.
 List<Comment> CommentsPersistenceServiceImpl.getComments()
          Returns all Comments objects stored.
 List<Comment> CommentDAO.getComments(Connection con)
          Returns all Comments objects stored.
 List<Comment> CommentDAO.getComments(Connection con, net.anotheria.util.slicer.Segment aSegment)
          Returns Comments objects segment.
 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> CommentDAO.getCommentsByProperty(Connection con, List<QueryProperty> properties)
          Returns all Comments objects stored which matches given properties.
 List<Comment> CommentDAO.getCommentsByProperty(Connection con, net.anotheria.util.slicer.Segment aSegment, List<QueryProperty> properties)
          Returns Comments objects segment which matches given properties.
 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.
 List<Comment> CommentDAO.importComments(Connection con, List<Comment> list)
          Imports multiple new Comment objects.
 List<Comment> ICommentsPersistenceService.importComments(List<Comment> list)
          Imports multiple new Comment objects.
 List<Comment> CommentsPersistenceServiceImpl.importComments(List<Comment> list)
          Imports multiple new Comment objects.
 List<Comment> CommentDAO.updateComments(Connection con, List<Comment> list)
          Updates multiple new Comment objects.
 List<Comment> ICommentsPersistenceService.updateComments(List<Comment> list)
          Updates multiple Comment object.
 List<Comment> CommentsPersistenceServiceImpl.updateComments(List<Comment> list)
          Updates multiple Comment objects.
 

Methods in net.anotheria.moskitodemo.annotation with parameters of type Comment
 Comment ICommentsPersistenceService.createComment(Comment comment)
          Creates a new Comment object.
 Comment CommentsPersistenceServiceImpl.createComment(Comment comment)
          Creates a new Comment object.
 Comment CommentDAO.createComment(Connection con, Comment comment)
          Creates a new Comment object.
 Comment ICommentsPersistenceService.importComment(Comment comment)
          Imports a new Comment object.
 Comment CommentsPersistenceServiceImpl.importComment(Comment comment)
          Imports a new Comment object.
 Comment CommentDAO.importComment(Connection con, Comment comment)
          Imports a new Comment object.
 Comment ICommentsPersistenceService.updateComment(Comment comment)
          Updates a Comment object.
 Comment CommentsPersistenceServiceImpl.updateComment(Comment comment)
          Updates a Comment object.
 Comment CommentDAO.updateComment(Connection con, Comment comment)
          Updates a Comment object.
 

Method parameters in net.anotheria.moskitodemo.annotation with type arguments of type Comment
 List<Comment> CommentDAO.createComments(Connection con, List<Comment> list)
          Creates multiple new Comment objects.
 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 CommentDAO.deleteComments(Connection con, List<Comment> list)
          Deletes multiple Comment objects.
 void ICommentsPersistenceService.deleteComments(List<Comment> list)
          Deletes multiple Comment object.
 void CommentsPersistenceServiceImpl.deleteComments(List<Comment> list)
          Deletes multiple Comment objects.
 List<Comment> CommentDAO.importComments(Connection con, List<Comment> list)
          Imports multiple new Comment objects.
 List<Comment> ICommentsPersistenceService.importComments(List<Comment> list)
          Imports multiple new Comment objects.
 List<Comment> CommentsPersistenceServiceImpl.importComments(List<Comment> list)
          Imports multiple new Comment objects.
 List<Comment> CommentDAO.updateComments(Connection con, List<Comment> list)
          Updates multiple new Comment objects.
 List<Comment> ICommentsPersistenceService.updateComments(List<Comment> list)
          Updates multiple Comment object.
 List<Comment> CommentsPersistenceServiceImpl.updateComments(List<Comment> list)
          Updates multiple Comment objects.
 

Uses of Comment in net.anotheria.moskitodemo.annotation.data
 

Classes in net.anotheria.moskitodemo.annotation.data that implement Comment
 class CommentVO
           
 

Methods in net.anotheria.moskitodemo.annotation.data that return Comment
 Comment CommentBuilder.build()
           
static Comment CommentFactory.createComment()
           
static Comment CommentFactory.createComment(Comment template)
           
static Comment CommentFactory.createComment(String anId)
          For internal use only!
static Comment CommentFactory.createCommentForImport(String anId)
           
 

Methods in net.anotheria.moskitodemo.annotation.data with parameters of type Comment
 void CommentVO.copyAttributesFrom(Comment toCopy)
           
static Comment CommentFactory.createComment(Comment template)
           
 



Copyright © 2010-2012 anotheria.net. All Rights Reserved.