public interface ImageService
| Modifier and Type | Method and Description | 
|---|---|
| String | getContractManagerImage(String key,
                                              Integer contractManagerId,
                                              String location)Get the contract manager signature image. | 
| String | getLogo(String key,
              String campusCode,
              String location)Get the campus logo image. | 
| String | getPurchasingDirectorImage(String key,
                                                    String campusCode,
                                                    String location)Get the purchasing director signature image. | 
String getPurchasingDirectorImage(String key, String campusCode, String location)
key - - Key for use in filename to make it uniquecampusCode - - Campus code for imagelocation - - location of where image residesString getContractManagerImage(String key, Integer contractManagerId, String location)
key - - Key for use in filename to make it uniquecampusCode - - Contract manager ID for imagelocation - - location of where image residesString getLogo(String key, String campusCode, String location)
key - - Key for use in filename to make it uniquecampusCode - - Campus code for imagelocation - - location of where image residesCopyright © 2004–2014 The Kuali Foundation. All rights reserved.