| org.kuali.module.purap.dao.ImageDao
All known Subclasses: org.kuali.module.purap.dao.ojb.ImageDaoNet,
ImageDao | public interface ImageDao (Code) | | Image DAO Interface.
|
getContractManagerImage | public String getContractManagerImage(String key, Integer contractManagerId, String location)(Code) | | 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 Parameters: campusCode - - Contract manager ID for image Parameters: location - - location of where image resides - Full path on the local box for image file name |
getLogo | public String getLogo(String key, String campusCode, String location)(Code) | | 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 Parameters: campusCode - - Campus code for image Parameters: location - - location of where image resides - Full path on the local box for image file name |
getPurchasingDirectorImage | public String getPurchasingDirectorImage(String key, String campusCode, String location)(Code) | | 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 Parameters: campusCode - - Campus code for image Parameters: location - - location of where image resides - Full path on the local box for image file name |
removeImages | public void removeImages(String key, String location)(Code) | | Remove temporary images
Parameters: key - - Key for use in the filenames Parameters: location - - location of where image resides |
|
|