Uses of Class
ccc.domain.CommentEntity

Packages that use CommentEntity
ccc.commands Commands available in CCC. 
ccc.domain The core domain model for CCC. 
ccc.persistence   
 

Uses of CommentEntity in ccc.commands
 

Methods in ccc.commands that return CommentEntity
protected  CommentEntity UpdateCommentCommand.doExecute(UserEntity actor, java.util.Date happenedOn)
          Execute the command.
protected  CommentEntity CreateCommentCommand.doExecute(UserEntity actor, java.util.Date happenedOn)
          Execute the command.
 

Uses of CommentEntity in ccc.domain
 

Method parameters in ccc.domain with type arguments of type CommentEntity
static java.util.List<Comment> CommentEntity.map(java.util.List<CommentEntity> comments)
          Map a list of comments to a list of comment DTOs.
 

Uses of CommentEntity in ccc.persistence
 

Methods in ccc.persistence that return CommentEntity
 CommentEntity CommentRepositoryImpl.retrieve(java.util.UUID commentId)
          Retrieve a single comment.
 CommentEntity CommentRepository.retrieve(java.util.UUID commentId)
          Retrieve a single comment.
 

Methods in ccc.persistence that return types with arguments of type CommentEntity
 java.util.List<CommentEntity> CommentRepositoryImpl.list(ResourceEntity resource, CommentStatus status, java.lang.String sort, SortOrder sortOrder, int pageNo, int pageSize)
          List existing comments.
 java.util.List<CommentEntity> CommentRepository.list(ResourceEntity resource, CommentStatus status, java.lang.String sort, SortOrder sortOrder, int pageNo, int pageSize)
          List existing comments.
 

Methods in ccc.persistence with parameters of type CommentEntity
 void CommentRepositoryImpl.create(CommentEntity comment)
          Persist a newly created comment.
 void CommentRepository.create(CommentEntity comment)
          Persist a newly created comment.
 



Copyright © 2010. All Rights Reserved.