Interface for search services messages
Method Summary | |
ScreenMessage |
noRow()
Returns the ScreenMessage for the case "no row found" |
ScreenMessage |
numberOfRows(int n)
Returns the ScreenMessage saying the number of rows found |
ScreenMessage |
tooMuchRows(int max)
Returns the ScreenMessage for the case "too much row" |
ScreenMessage |
tooMuchRows(int n,
int max)
Returns the ScreenMessage for the case "too much row" |
Method Detail |
public ScreenMessage noRow()
public ScreenMessage tooMuchRows(int max)
max
- maximum number of rows
public ScreenMessage tooMuchRows(int n, int max)
n
- number of rows foundmax
- maximum number of rows
public ScreenMessage numberOfRows(int n)
n
- number of rows found