org.kuali.kfs.module.purap.dataaccess
Interface ImageDao

All Known Implementing Classes:
ImageDaoNet

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

getPurchasingDirectorImage

String getPurchasingDirectorImage(String key,
                                  String campusCode,
                                  String location)
Get the purchasing director signature image. This will get the image from webdav and copy it to a temp directory.

Parameters:
key - - Key for use in filename to make it unique
campusCode - - Campus code for image
location - - location of where image resides
Returns:
- Full path on the local box for image file name

getContractManagerImage

String getContractManagerImage(String key,
                               Integer contractManagerId,
                               String location)
Get the contract manager signature image. This will get the image from webdav and copy it to a temp directory.

Parameters:
key - - Key for use in filename to make it unique
campusCode - - Contract manager ID for image
location - - location of where image resides
Returns:
- Full path on the local box for image file name

getLogo

String getLogo(String key,
               String campusCode,
               String location)
Get the campus logo image. This will get the image from webdav and copy it to a temp directory.

Parameters:
key - - Key for use in filename to make it unique
campusCode - - Campus code for image
location - - location of where image resides
Returns:
- Full path on the local box for image file name


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.