Uses of Class
com.arsdigita.kernel.PartyCollection

Packages that use PartyCollection
com.arsdigita.kernel Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. 
com.arsdigita.kernel.ui Bebop widgets that display kernel objects. 
com.arsdigita.search.filters   
 

Uses of PartyCollection in com.arsdigita.kernel
 

Subclasses of PartyCollection in com.arsdigita.kernel
 class GroupCollection
          Represents a collection of groups.
 class UserCollection
          Represents a collection of parties.
 

Methods in com.arsdigita.kernel that return PartyCollection
 PartyCollection Role.getContainedParties()
          Returns a collection of parties (users and subgroups) that belong to this role.
 PartyCollection Group.getMembers()
          Returns a collection of parties that are direct members of this group.
 PartyCollection Group.getContainedParties()
          Returns a collection of parties that are directly members or subgroups of this group.
 PartyCollection Group.getAllContainedParties()
          Returns a collection of parties that are directly or indirectly members or subgroups of this group.
 PartyCollection Group.getAllMembers()
          Returns a collection of users that are either directly or indirectly members of this group.
static PartyCollection Party.retrieveAllParties()
           
 

Uses of PartyCollection in com.arsdigita.kernel.ui
 

Methods in com.arsdigita.kernel.ui that return PartyCollection
 PartyCollection PartySearchSelect.getSearchQuery(PageState ps)
          Returns the collection of parties mathing the user's search criteria.
 PartyCollection PartySearchSelect.Search.getSearchQuery(PageState ps)
          Returns the collection of parties mathing the user's search criteria.
 

Methods in com.arsdigita.kernel.ui with parameters of type PartyCollection
 void PartySearchSelect.setBaseQuery(PageState ps, PartyCollection parties)
          Specifies the set of parties from which the user will search and select.
 void PartySearchSelect.Search.setBaseQuery(PageState ps, PartyCollection parties)
          Specifies the set of parties within which the user will search.
 

Uses of PartyCollection in com.arsdigita.search.filters
 

Methods in com.arsdigita.search.filters that return PartyCollection
 PartyCollection PartyFilterSpecification.getParties()
          Start of the date range for filtering
 

Constructors in com.arsdigita.search.filters with parameters of type PartyCollection
PartyFilterSpecification(PartyCollection parties, FilterType filterType)
          Creates a new filter restricting results to have a launch date within a given range, inclusive.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC