|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProductImageDAO
The Interface IProductImageDAO.
Method Summary | |
---|---|
byte[] |
getImage(java.lang.Integer idProduct)
Gets the image. |
byte[] |
getTbImage(java.lang.Integer idProduct)
Gets the thumbnail image. |
void |
remove(java.lang.Integer idProduct)
Removes the image in database. |
void |
saveImage(java.lang.Integer idProduct,
java.io.File fisTbImage,
java.io.File fisImage)
Save image. |
Method Detail |
---|
void saveImage(java.lang.Integer idProduct, java.io.File fisTbImage, java.io.File fisImage)
idProduct
- the id productfisTbImage
- the fis tb imagefisImage
- the fis imagebyte[] getImage(java.lang.Integer idProduct)
idProduct
- the id product
byte[] getTbImage(java.lang.Integer idProduct)
idProduct
- the id product
void remove(java.lang.Integer idProduct)
idProduct
- the id product
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |