org.skyscreamer.yoga.demo.dto
Class AlbumFieldPopulator

java.lang.Object
  extended by org.skyscreamer.yoga.populator.AbstractFieldPopulator<Album>
      extended by org.skyscreamer.yoga.demo.dto.AlbumFieldPopulator
All Implemented Interfaces:
FieldPopulator<Album>

@Component(value="albumFieldPopulator")
public class AlbumFieldPopulator
extends AbstractFieldPopulator<Album>

Created by IntelliJ IDEA. User: corby


Constructor Summary
AlbumFieldPopulator()
           
 
Method Summary
protected  Object constructFieldValue(String fieldName, Album album, Selector selector)
           
protected  Collection<String> getCoreFieldNames()
           
protected  Collection<String> getModelFieldNames()
           
 
Methods inherited from class org.skyscreamer.yoga.populator.AbstractFieldPopulator
populateListFields, populateObjectFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlbumFieldPopulator

public AlbumFieldPopulator()
Method Detail

getCoreFieldNames

protected Collection<String> getCoreFieldNames()
Specified by:
getCoreFieldNames in class AbstractFieldPopulator<Album>

getModelFieldNames

protected Collection<String> getModelFieldNames()
Specified by:
getModelFieldNames in class AbstractFieldPopulator<Album>

constructFieldValue

protected Object constructFieldValue(String fieldName,
                                     Album album,
                                     Selector selector)
Specified by:
constructFieldValue in class AbstractFieldPopulator<Album>


Copyright © 2011. All Rights Reserved.