Uses of Class
org.jickr.License

Uses of License in org.jickr
 

Methods in org.jickr that return License
static License License.findByID(java.lang.String id)
          Gets the License option that matches the supplied ID.
 License Photo.getLicense()
          Get the license of the photo.
 

Methods in org.jickr that return types with arguments of type License
 java.util.List<License> PhotoSearch.getLicenses()
          Get the list of licenses to use in the search.
static java.util.List<License> License.getLicenses()
          Get a list of license options available.
 

Methods in org.jickr with parameters of type License
 void Photo.setLicense(License license)
          Sets the license restrictions of this photo.
 

Method parameters in org.jickr with type arguments of type License
 void PhotoSearch.setLicenses(java.util.List<License> licenses)
          Set the list of licenses to use in the search.