|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |