Uses of Class
org.jickr.Group

Uses of Group in org.jickr
 

Methods in org.jickr that return Group
static Group Group.findByURL(java.net.URL groupURL)
          Get a new group by searching on the URL of that group.
 

Methods in org.jickr that return types with arguments of type Group
static java.util.List<Group> Group.getGroups()
          Get the list of groups that the authenticated user can add photos to.
 java.util.List<Group> Photo.getPublicGroups()
          Get a list of all public Groups this Photo belongs to.
static java.util.List<Group> Group.search(java.lang.String searchText)
          Full text search for groups which contain searchText.