net.sourceforge.blogentis.feed
Class PostFeed

java.lang.Object
  extended bynet.sourceforge.blogentis.feed.Feed
      extended bynet.sourceforge.blogentis.feed.PostFeed

public class PostFeed
extends Feed

Author:
abas

Field Summary
 
Fields inherited from class net.sourceforge.blogentis.feed.Feed
CLEAR, cm, data, DATE_SPECIFICATION, FEED_LIMIT, FEED_OFFSET, FEED_VERSION, items, limit, offset, pp, properties, version
 
Constructor Summary
protected PostFeed(org.apache.turbine.util.RunData data)
           
 
Method Summary
protected  void fixFeedDescription(java.util.Map m)
           
 java.util.List getItems(org.apache.torque.util.Criteria c)
           
 java.util.List getItemsTranslated()
           
protected  PresentationalProperties getProperties()
           
 java.lang.String[] getSearchColumns()
           
 java.lang.String getTimeColumn()
           
 
Methods inherited from class net.sourceforge.blogentis.feed.Feed
addCriteriaModifier, clear, getDateSpecification, getFeedDescription, getItems, getLimit, getLink, getOffset, getVersion, setClear, setContextProperties, setDateSpecification, setFeedProperty, setLimit, setOffset, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostFeed

protected PostFeed(org.apache.turbine.util.RunData data)
Method Detail

getItems

public java.util.List getItems(org.apache.torque.util.Criteria c)
                        throws org.apache.torque.TorqueException
Specified by:
getItems in class Feed
Throws:
org.apache.torque.TorqueException

getProperties

protected PresentationalProperties getProperties()
Specified by:
getProperties in class Feed

getSearchColumns

public java.lang.String[] getSearchColumns()
Specified by:
getSearchColumns in class Feed

getTimeColumn

public java.lang.String getTimeColumn()
Specified by:
getTimeColumn in class Feed

fixFeedDescription

protected void fixFeedDescription(java.util.Map m)
Specified by:
fixFeedDescription in class Feed

getItemsTranslated

public java.util.List getItemsTranslated()
                                  throws org.apache.torque.TorqueException
Overrides:
getItemsTranslated in class Feed
Throws:
org.apache.torque.TorqueException


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