org.objectweb.telosys.service.search
Class StandardSearchMessages

java.lang.Object
  extended byorg.objectweb.telosys.service.search.StandardSearchMessages
All Implemented Interfaces:
SearchMessages

public class StandardSearchMessages
extends java.lang.Object
implements SearchMessages


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

StandardSearchMessages

public StandardSearchMessages()
Method Detail

noRow

public ScreenMessage noRow()
Specified by:
noRow in interface SearchMessages

tooMuchRows

public ScreenMessage tooMuchRows(int max)
Specified by:
tooMuchRows in interface SearchMessages

tooMuchRows

public ScreenMessage tooMuchRows(int n,
                                 int max)
Specified by:
tooMuchRows in interface SearchMessages

numberOfRows

public ScreenMessage numberOfRows(int n)
Specified by:
numberOfRows in interface SearchMessages