Uses of Class
ccc.api.core.Comment

Packages that use Comment
ccc.api.core   
ccc.api.jaxrs   
ccc.client.actions   
ccc.client.core   
ccc.client.gwt.binding   
ccc.client.gwt.core   
ccc.client.gwt.remoting   
ccc.client.presenters   
ccc.commands Commands available in CCC. 
ccc.domain The core domain model for CCC. 
ccc.plugins.s11n.json   
ccc.services.ejb3 EJB3 implementation of the CCC API. 
 

Uses of Comment in ccc.api.core
 

Methods in ccc.api.core that return Comment
 Comment Comments.create(Comment comment)
          Create a new comment in CCC.
 Comment Comments.retrieve(java.util.UUID commentId)
          Retrieve the comment using its ID.
 Comment Comments.update(java.util.UUID commentId, Comment comment)
          Update the specified comment.
 

Methods in ccc.api.core that return types with arguments of type Comment
 PagedCollection<Comment> Comments.query(java.util.UUID resourceId, CommentStatus status, java.lang.String sort, SortOrder sortOrder, int pageNo, int pageSize)
          List existing comments.
 

Methods in ccc.api.core with parameters of type Comment
 Comment Comments.create(Comment comment)
          Create a new comment in CCC.
 Comment Comments.update(java.util.UUID commentId, Comment comment)
          Update the specified comment.
 

Uses of Comment in ccc.api.jaxrs
 

Methods in ccc.api.jaxrs that return Comment
 Comment CommentsImpl.create(Comment comment)
          Create a new comment in CCC.
 Comment CommentsImpl.retrieve(java.util.UUID commentId)
          Retrieve the comment using its ID.
 Comment CommentsImpl.update(java.util.UUID commentId, Comment comment)
          Update the specified comment.
 

Methods in ccc.api.jaxrs that return types with arguments of type Comment
 PagedCollection<Comment> CommentsImpl.query(java.util.UUID resourceId, CommentStatus status, java.lang.String sort, SortOrder sortOrder, int pageNo, int pageSize)
          List existing comments.
 

Methods in ccc.api.jaxrs with parameters of type Comment
 Comment CommentsImpl.create(Comment comment)
          Create a new comment in CCC.
 Comment CommentsImpl.update(java.util.UUID commentId, Comment comment)
          Update the specified comment.
 

Uses of Comment in ccc.client.actions
 

Methods in ccc.client.actions with parameters of type Comment
 Request UpdateCommentAction.update(Comment comment)
          Update this comment.
 

Constructors in ccc.client.actions with parameters of type Comment
UpdateCommentAction.CommentUpdatedCallback(java.lang.String name, Comment comment)
          Constructor.
UpdateCommentAction(Comment comment)
          Constructor.
 

Uses of Comment in ccc.client.core
 

Fields in ccc.client.core with type parameters of type Comment
static PagedCollection<Comment> InternalServices.COMMENTS
           
 

Methods in ccc.client.core that return types with arguments of type Comment
 PagedCollection<Comment> Globals.comments()
          TODO: Add a description for this method.
 

Uses of Comment in ccc.client.gwt.binding
 

Methods in ccc.client.gwt.binding with parameters of type Comment
static com.extjs.gxt.ui.client.data.BeanModel DataBinding.bindCommentSummary(Comment comment)
          Bind a single comment.
 

Method parameters in ccc.client.gwt.binding with type arguments of type Comment
static java.util.List<com.extjs.gxt.ui.client.data.BeanModel> DataBinding.bindCommentSummary(java.util.Collection<Comment> comments)
          Bind a collection of comments.
 

Uses of Comment in ccc.client.gwt.core
 

Methods in ccc.client.gwt.core that return types with arguments of type Comment
 PagedCollection<Comment> GlobalsImpl.comments()
          TODO: Add a description for this method.
 

Method parameters in ccc.client.gwt.core with type arguments of type Comment
static void GlobalsImpl.comments(PagedCollection<Comment> comments)
          Set the collection for managing comments.
 

Uses of Comment in ccc.client.gwt.remoting
 

Method parameters in ccc.client.gwt.remoting with type arguments of type Comment
protected abstract  void ListComments.execute(PagedCollection<Comment> comments)
          Handle the result of a successful call.
 

Uses of Comment in ccc.client.presenters
 

Constructors in ccc.client.presenters with parameters of type Comment
UpdateCommentPresenter(ICommentView view, Comment model)
          Constructor.
 

Uses of Comment in ccc.commands
 

Constructors in ccc.commands with parameters of type Comment
CreateCommentCommand(IRepositoryFactory repoFactory, Comment comment)
          Constructor.
UpdateCommentCommand(IRepositoryFactory repoFactory, java.util.UUID commentId, Comment comment)
          Constructor.
 

Uses of Comment in ccc.domain
 

Methods in ccc.domain that return Comment
 Comment CommentEntity.createDto()
          Create a DTO for this comment.
 

Methods in ccc.domain that return types with arguments of type Comment
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 Comment in ccc.plugins.s11n.json
 

Methods in ccc.plugins.s11n.json that return Comment
 Comment CommentSerializer.read(Json json)
          Deserialize from a representation.
 

Methods in ccc.plugins.s11n.json with parameters of type Comment
 Json CommentSerializer.write(Json json, Comment instance)
          Serialize to representation.
 

Uses of Comment in ccc.services.ejb3
 

Methods in ccc.services.ejb3 that return Comment
 Comment CommentsEJB.create(Comment comment)
          Create a new comment in CCC.
 Comment CommentsEJB.retrieve(java.util.UUID commentId)
          Retrieve the comment using its ID.
 Comment CommentsEJB.update(java.util.UUID commentId, Comment comment)
          Update the specified comment.
 

Methods in ccc.services.ejb3 that return types with arguments of type Comment
 PagedCollection<Comment> CommentsEJB.query(java.util.UUID resourceId, CommentStatus status, java.lang.String sort, SortOrder sortOrder, int pageNo, int pageSize)
          List existing comments.
 

Methods in ccc.services.ejb3 with parameters of type Comment
 Comment CommentsEJB.create(Comment comment)
          Create a new comment in CCC.
 Comment CommentsEJB.update(java.util.UUID commentId, Comment comment)
          Update the specified comment.
 



Copyright © 2010. All Rights Reserved.