net.sourceforge.blogentis.feed
Class DateModifier
java.lang.Object
net.sourceforge.blogentis.feed.DateModifier
- All Implemented Interfaces:
- FeedModifier
- public class DateModifier
- extends java.lang.Object
- implements FeedModifier
- Author:
- abas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateModifier
public DateModifier(DateSpecification ds,
java.lang.String tableName)
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.