org.skyscreamer.yoga.demo.dto
Class UserConfiguration

java.lang.Object
  extended by org.skyscreamer.yoga.configuration.YogaEntityConfiguration<User>
      extended by org.skyscreamer.yoga.demo.dto.UserConfiguration

@Service
public class UserConfiguration
extends YogaEntityConfiguration<User>


Constructor Summary
UserConfiguration()
           
 
Method Summary
 List<Album> getRecommendedAlbums(User user)
           
 
Methods inherited from class org.skyscreamer.yoga.configuration.YogaEntityConfiguration
getCoreFields, getEntityClass, getExtraFieldMethods, getExtraFieldNames, getSelectableFields, getURITemplate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserConfiguration

public UserConfiguration()
Method Detail

getRecommendedAlbums

public List<Album> getRecommendedAlbums(User user)


Copyright © 2013. All Rights Reserved.