|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.transfers.dao.TransferStatusDAO
DB Access Manager for Transfer uploading status
Method Summary | |
static boolean |
isUploaded(int transferId)
Returns if the tranfer has been already uploaded to server or not |
static void |
resetTransfers()
Returns if the tranfer has been already uploaded to server or not |
static void |
setUploaded(int transferId)
Set the uploaded status in the databse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void setUploaded(int transferId)
transferId
- the uploaded transfer idpublic static boolean isUploaded(int transferId)
transferId
- the uploaded transfer id
public static void resetTransfers()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |