Uses of Class
net.sourceforge.pebble.domain.Year

Packages that use Year
net.sourceforge.pebble.domain   
 

Uses of Year in net.sourceforge.pebble.domain
 

Methods in net.sourceforge.pebble.domain that return Year
 Year Blog.getBlogForNextYear(Year year)
          Given a Year, this method returns the Year instance representing the next year.
 Year Blog.getBlogForPreviousYear(Year year)
          Given a Year, this method returns the Year instance representing the previous year.
 Year Blog.getBlogForThisYear()
          Gets the Year instance representing this year.
 Year Blog.getBlogForYear(int year)
          Gets the Year instance for the specified year.
 Year Month.getYear()
          Gets a reference to the parent Year instance.
 

Methods in net.sourceforge.pebble.domain that return types with arguments of type Year
 java.util.List<Year> Blog.getArchives()
          Gets all Years managed by this root blog, in reverse order.
 

Methods in net.sourceforge.pebble.domain with parameters of type Year
 Year Blog.getBlogForNextYear(Year year)
          Given a Year, this method returns the Year instance representing the next year.
 Year Blog.getBlogForPreviousYear(Year year)
          Given a Year, this method returns the Year instance representing the previous year.
 



Copyright © 2003-2006, Simon Brown. All Rights Reserved.