org.objectweb.telosys.service.search
Interface SearchMessages

All Known Implementing Classes:
StandardSearchMessages

public interface SearchMessages


Method Summary
 ScreenMessage noRow()
           
 ScreenMessage numberOfRows(int n)
           
 ScreenMessage tooMuchRows(int max)
           
 ScreenMessage tooMuchRows(int n, int max)
           
 

Method Detail

noRow

public ScreenMessage noRow()

tooMuchRows

public ScreenMessage tooMuchRows(int max)

tooMuchRows

public ScreenMessage tooMuchRows(int n,
                                 int max)

numberOfRows

public ScreenMessage numberOfRows(int n)