Package net.solarnetwork.dao
Interface RecentCriteria
public interface RecentCriteria
Search criteria for recent data results.
- Since:
- 1.67
- Version:
- 1.0
- Author:
- matt
-
Method Summary
Modifier and TypeMethodDescriptionbooleanFlag to indicate that only the most recently available data should be returned.
-
Method Details
-
isMostRecent
boolean isMostRecent()Flag to indicate that only the most recently available data should be returned.- Returns:
- the most recent only
-