|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageDetailsDao
Data Access Object for database storage and retrieval of ImageDetails
.
Method Summary | |
---|---|
ImageDetails |
getImageDetails(Attachment attachment)
Fetch the image details of a specific attachment from the database. |
void |
removeDetailsFor(Attachment attachment)
Remove any stored ImageDetails for the given Attachment . |
void |
save(ImageDetails imageDetails)
Save the image details of an attachment. |
Method Detail |
---|
ImageDetails getImageDetails(Attachment attachment)
attachment
- for which the image details will be retrieved
void save(ImageDetails imageDetails)
imageDetails
- to save.void removeDetailsFor(Attachment attachment)
ImageDetails
for the given Attachment
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |