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

Packages that use BrowseAlbumsCommand
magoffin.matt.ma2.biz   
magoffin.matt.ma2.biz.impl   
magoffin.matt.ma2.dao.support   
magoffin.matt.ma2.plugin   
 

Uses of BrowseAlbumsCommand in magoffin.matt.ma2.biz
 

Methods in magoffin.matt.ma2.biz with parameters of type BrowseAlbumsCommand
 SearchResults SearchBiz.findAlbumsForBrowsing(BrowseAlbumsCommand command, PaginationCriteria pagination, BizContext context)
          Search for shared albums for browsing.
 java.util.List<Album> UserBiz.getSharedAlbumsForUser(BrowseAlbumsCommand command)
          Get a List of Albums for a browse command.
 

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

Methods in magoffin.matt.ma2.biz.impl with parameters of type BrowseAlbumsCommand
 SearchResults AbstractSearchBiz.findAlbumsForBrowsing(BrowseAlbumsCommand command, PaginationCriteria pagination, BizContext context)
           
 java.util.List<Album> UserBizImpl.getSharedAlbumsForUser(BrowseAlbumsCommand command)
           
 

Uses of BrowseAlbumsCommand in magoffin.matt.ma2.dao.support
 

Methods in magoffin.matt.ma2.dao.support with parameters of type BrowseAlbumsCommand
 SearchResults PopularityBrowseModePlugin.find(BrowseAlbumsCommand command, PaginationCriteria pagination)
           
 SearchResults AlbumsByDateBrowseModePlugin.find(BrowseAlbumsCommand command, PaginationCriteria pagination)
           
 SearchResults RatingAverageBrowseModePlugin.find(BrowseAlbumsCommand command, PaginationCriteria pagination)
           
 

Uses of BrowseAlbumsCommand in magoffin.matt.ma2.plugin
 

Methods in magoffin.matt.ma2.plugin with parameters of type BrowseAlbumsCommand
 SearchResults BrowseModePlugin.find(BrowseAlbumsCommand command, PaginationCriteria pagination)
          Perform the search, returning SearchResults populated with AlbumSearchResult objects.