+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.websphere.personalization.resources
Interface SortingResourceDomain

public interface SortingResourceDomain

This interface may be implemented by a resource domain class to indicate whether or not it supports sorting using an orderBy clause.

Method Summary
 boolean orderBySupported(IOrderBy orderBy)
          Returns false if the domain's callback cannot sort using the orderBy
 

Method Detail

orderBySupported

boolean orderBySupported(IOrderBy orderBy)
Returns false if the domain's callback cannot sort using the orderBy

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD