|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UsageSummaryElementDAO
| Method Summary | |
|---|---|
List<UsageSummaryElement> |
getElements(Long usageSummaryId,
long start,
long end)
Get all UsageSummaryElements for a usage summary identified by usageSummaryId
in an optional time period bounded by start and end. |
| Methods inherited from interface uk.ac.soton.itinnovation.grid.service.sla.dao.GenericDAO |
|---|
delete, findAll, findById, findById, saveOrUpdate |
| Method Detail |
|---|
List<UsageSummaryElement> getElements(Long usageSummaryId,
long start,
long end)
UsageSummaryElements for a usage summary identified by usageSummaryId
in an optional time period bounded by start and end. If the time period
is specified, it is inclusive of elements that hit the upper or lower bound by time instant.
usageSummaryId - the entity Id of the parent UsageSummarystart - the time instant to start from or -1end - the time instant to end at from or -1
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||