org.skyscreamer.yoga.demo.dto
Class SongFieldPopulator

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

@Component(value="songFieldPopulator")
public class SongFieldPopulator
extends AbstractFieldPopulator<Song>

Created by IntelliJ IDEA. User: corby


Constructor Summary
SongFieldPopulator()
           
 
Method Summary
protected  Object constructFieldValue(String fieldName, Song song, 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

SongFieldPopulator

public SongFieldPopulator()
Method Detail

getCoreFieldNames

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

getModelFieldNames

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

constructFieldValue

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


Copyright © 2011. All Rights Reserved.