public interface BodyContentDao
Modifier and Type | Method and Description |
---|---|
List<BodyContent> |
getBodyContent(int startRow,
int maxRows) |
int |
getBodyContentCount() |
int getBodyContentCount()
List<BodyContent> getBodyContent(int startRow, int maxRows)
startRow
- the row to begin returning data frommaxRows
- the maximum number of rows to return. This must be greater than 0Copyright © 2003–2015 Atlassian. All rights reserved.