net.sourceforge.blogentis.feed
Class DateModifier

java.lang.Object
  extended bynet.sourceforge.blogentis.feed.DateModifier
All Implemented Interfaces:
FeedModifier

public class DateModifier
extends java.lang.Object
implements FeedModifier

Author:
abas

Field Summary
 
Fields inherited from interface net.sourceforge.blogentis.feed.FeedModifier
FEED_DESCRIPTION, FEED_LINK, FEED_PAGE_LINK, FEED_TITLE
 
Constructor Summary
DateModifier(DateSpecification ds, java.lang.String tableName)
           
 
Method Summary
 DateSpecification getDateSpecification()
           
 void modify(AbsoluteLinkURL link)
          Modify the given Link to point to the correct page.
 void modify(org.apache.torque.util.Criteria c)
          Modify the given Criteria based on this modifier.
 void modify(java.util.Map map)
          Modify the given Map containing the current feed properties.
 void setDateSpecification(DateSpecification ds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateModifier

public DateModifier(DateSpecification ds,
                    java.lang.String tableName)
Method Detail

modify

public void modify(org.apache.torque.util.Criteria c)
Description copied from interface: FeedModifier
Modify the given Criteria based on this modifier.

Specified by:
modify in interface FeedModifier
Parameters:
c - The criteria to modify

modify

public void modify(AbsoluteLinkURL link)
Description copied from interface: FeedModifier
Modify the given Link to point to the correct page.

Specified by:
modify in interface FeedModifier
Parameters:
link - the link to modify

modify

public void modify(java.util.Map map)
Description copied from interface: FeedModifier
Modify the given Map containing the current feed properties.

Specified by:
modify in interface FeedModifier
Parameters:
map - The map to modify

setDateSpecification

public void setDateSpecification(DateSpecification ds)

getDateSpecification

public DateSpecification getDateSpecification()


Copyright © 2003-2004 SourceForge.net. All Rights Reserved.