Uses of Class
magoffin.matt.ma2.support.UserCommentCommand

Packages that use UserCommentCommand
magoffin.matt.ma2.biz   
magoffin.matt.ma2.biz.impl   
 

Uses of UserCommentCommand in magoffin.matt.ma2.biz
 

Methods in magoffin.matt.ma2.biz with parameters of type UserCommentCommand
 void MediaBiz.storeMediaItemUserComment(UserCommentCommand command, BizContext context)
          Add a new UserComment to a MediaItem.
 

Uses of UserCommentCommand in magoffin.matt.ma2.biz.impl
 

Methods in magoffin.matt.ma2.biz.impl with parameters of type UserCommentCommand
 void MediaBizImpl.storeMediaItemUserComment(UserCommentCommand command, BizContext context)