|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageDao
Image DAO Interface.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 resides
String 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 resides
String 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 resides
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |