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

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

Uses of MoveItemsCommand in magoffin.matt.ma2.biz
 

Methods in magoffin.matt.ma2.biz with parameters of type MoveItemsCommand
 void MediaBiz.moveMediaItems(MoveItemsCommand command, BizContext context)
          Move a set of media items from the collection they currently are in to a different collection.
 

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

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