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

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

Uses of SortAlbumsCommand in magoffin.matt.ma2.biz
 

Methods in magoffin.matt.ma2.biz with parameters of type SortAlbumsCommand
 void MediaBiz.storeAlbumOrdering(SortAlbumsCommand command, BizContext context)
          Set the ording for the child albums of an album.
 

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

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