|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdist1.acb.ACBpoint.PointDB
Class that takes care for local saving of published information of the user
Method Summary | |
void |
addDocument(SharedDocument sharedDocument)
Adds shared document to internal LinkedList sharedDocuments |
boolean |
checkDocument()
Check whether the file exist or the user moved in different location |
static PointDB |
getInstance()
Since it is a layer, getInstance returns a reference to the layer |
java.util.LinkedList |
getSharedDocuments()
Getter for property sharedDocuments. |
void |
loadDownloadingDocuments()
DOCUMENT ME! |
void |
loadSharedDocuments()
load all information from local storage |
void |
removeDocument()
remove shared document from internal LinkedList sharedDocuments |
void |
saveDownloadingDocuments()
DOCUMENT ME! |
void |
saveSharedDocuments()
save internal LinkedList sharedDocuments to local storage |
void |
setSharedDocuments(java.util.LinkedList sharedDocuments)
Setter for property sharedDocuments. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static PointDB getInstance()
public void setSharedDocuments(java.util.LinkedList sharedDocuments)
sharedDocuments
- New value of property sharedDocuments.public java.util.LinkedList getSharedDocuments()
public void addDocument(SharedDocument sharedDocument)
sharedDocument
- DOCUMENT ME!public boolean checkDocument()
public void loadDownloadingDocuments()
public void loadSharedDocuments()
public void removeDocument()
public void saveDownloadingDocuments()
public void saveSharedDocuments()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |