Uses of Class
org.ow2.dragon.api.to.deployment.CommentTO

Packages that use CommentTO
org.ow2.dragon.api.service.deployment   
org.ow2.dragon.api.to.deployment   
org.ow2.dragon.service   
org.ow2.dragon.service.deployment   
 

Uses of CommentTO in org.ow2.dragon.api.service.deployment
 

Methods in org.ow2.dragon.api.service.deployment with parameters of type CommentTO
 void EndpointManager.updateComments(java.lang.String endpointId, CommentTO comment)
          Update the Comments of an Endpoint.
 void TechServiceManager.updateComments(java.lang.String serviceId, CommentTO comment)
          Update the Comments of a techService.
 

Uses of CommentTO in org.ow2.dragon.api.to.deployment
 

Methods in org.ow2.dragon.api.to.deployment that return types with arguments of type CommentTO
 java.util.List<CommentTO> EndpointTO.getComments()
           
 java.util.List<CommentTO> TechnicalServiceTO.getComments()
           
 

Method parameters in org.ow2.dragon.api.to.deployment with type arguments of type CommentTO
 void EndpointTO.setComments(java.util.List<CommentTO> comments)
           
 void TechnicalServiceTO.setComments(java.util.List<CommentTO> comments)
           
 

Uses of CommentTO in org.ow2.dragon.service
 

Methods in org.ow2.dragon.service that return types with arguments of type CommentTO
 java.util.List<CommentTO> TransfertObjectAssembler.toCommentsTO(java.util.List<Comment> comments)
           
 java.util.List<CommentTO> TransfertObjectAssemblerImpl.toCommentsTO(java.util.List<Comment> comments)
           
 

Method parameters in org.ow2.dragon.service with type arguments of type CommentTO
 void TransfertObjectAssembler.toCommentsBO(java.util.List<CommentTO> commentsTO, java.util.List<Comment> commentsBO)
           
 void TransfertObjectAssemblerImpl.toCommentsBO(java.util.List<CommentTO> commentsTO, java.util.List<Comment> commentsBO)
           
 

Uses of CommentTO in org.ow2.dragon.service.deployment
 

Methods in org.ow2.dragon.service.deployment with parameters of type CommentTO
 void TechServiceManagerImpl.updateComments(java.lang.String serviceId, CommentTO comment)
           
 void EndpointManagerImpl.updateComments(java.lang.String endpointId, CommentTO comment)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.