java.lang.Objectorg.objectweb.telosys.service.search.StandardSearchMessages
Constructor Summary | |
StandardSearchMessages()
|
Method Summary | |
ScreenMessage |
noRow()
|
ScreenMessage |
numberOfRows(int n)
|
ScreenMessage |
tooMuchRows(int max)
|
ScreenMessage |
tooMuchRows(int n,
int max)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StandardSearchMessages()
Method Detail |
public ScreenMessage noRow()
noRow
in interface SearchMessages
public ScreenMessage tooMuchRows(int max)
tooMuchRows
in interface SearchMessages
public ScreenMessage tooMuchRows(int n, int max)
tooMuchRows
in interface SearchMessages
public ScreenMessage numberOfRows(int n)
numberOfRows
in interface SearchMessages