com.googlecode.fascinator.portal.services.impl
Class HarvestManagerImpl

java.lang.Object
  extended by com.googlecode.fascinator.portal.services.impl.HarvestManagerImpl
All Implemented Interfaces:
HarvestManager

public class HarvestManagerImpl
extends Object
implements HarvestManager


Constructor Summary
HarvestManagerImpl()
           
 
Method Summary
 void add(HarvestContent content)
           
 HarvestContent get(String id)
           
 Map<String,HarvestContent> getContents()
           
 void remove(String id)
           
 void save(HarvestContent content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HarvestManagerImpl

public HarvestManagerImpl()
Method Detail

getContents

public Map<String,HarvestContent> getContents()
Specified by:
getContents in interface HarvestManager

add

public void add(HarvestContent content)
Specified by:
add in interface HarvestManager

get

public HarvestContent get(String id)
Specified by:
get in interface HarvestManager

remove

public void remove(String id)
Specified by:
remove in interface HarvestManager

save

public void save(HarvestContent content)
          throws IOException
Specified by:
save in interface HarvestManager
Throws:
IOException


Copyright © 2009-2013. All Rights Reserved.