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

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

Uses of AlbumFeedCommand in magoffin.matt.ma2.biz
 

Methods in magoffin.matt.ma2.biz with parameters of type AlbumFeedCommand
 java.util.List<Album> UserBiz.getAlbumFeedForUser(AlbumFeedCommand command)
          Get a List of Albums for a user's album feed.
 

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

Methods in magoffin.matt.ma2.biz.impl with parameters of type AlbumFeedCommand
 java.util.List<Album> UserBizImpl.getAlbumFeedForUser(AlbumFeedCommand command)