nl.gx.webmanager.services.usermanager
Interface GroupSearchFilter


public interface GroupSearchFilter

Instances of this interface are used to query the web user groups with the GroupManager.find(GroupSearchFilter, SortOptions) method. The filter makes a conjunction of the propositions that can be set by using the factory method GroupManager.createFilter(String).


Method Summary
 java.lang.String nameContains()
           
 

Method Detail

nameContains

java.lang.String nameContains()
Returns:
a substring which must be contained in the group name


Copyright © 2007-2011 GX Software BV. All Rights Reserved.