|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.avm.AVMDAOs
public class AVMDAOs
This is the (shudder) global context for AVM. It a rendezvous point for access to needed global instances.
Field Summary | |
---|---|
ContentDataDAO |
contentDataDAO
|
AttributeDAO |
fAttributeDAO
|
AVMNodeDAO |
fAVMNodeDAO
The AVMNodeDAO. |
AVMStoreDAO |
fAVMStoreDAO
The AVMStore DAO. |
AVMStorePropertyDAO |
fAVMStorePropertyDAO
The AVMStorePropertyDAO |
ChildEntryDAO |
fChildEntryDAO
The ChildEntryDAO. |
GlobalAttributeEntryDAO |
fGlobalAttributeEntryDAO
|
HistoryLinkDAO |
fHistoryLinkDAO
The HistoryLinkDAO. |
ListEntryDAO |
fListEntryDAO
|
MapEntryDAO |
fMapEntryDAO
|
MergeLinkDAO |
fMergeLinkDAO
The MergeLinkDAO. |
VersionLayeredNodeEntryDAO |
fVersionLayeredNodeEntryDAO
|
VersionRootDAO |
fVersionRootDAO
The VersionRootDAO. |
AVMNodeDAO |
newAVMNodeDAO
|
AVMNodeLinksDAO |
newAVMNodeLinksDAO
|
AVMStoreDAO |
newAVMStoreDAO
|
AVMVersionRootDAO |
newAVMVersionRootDAO
|
Method Summary | |
---|---|
static AVMDAOs |
Instance()
Get the instance of this. |
void |
setAttributeDAO(AttributeDAO dao)
|
void |
setAvmStoreDAO(AVMStoreDAO aVMStoreDAO)
|
void |
setAvmStorePropertyDAO(AVMStorePropertyDAO avmStorePropertyDAO)
|
void |
setChildEntryDAO(ChildEntryDAO childEntryDAO)
|
void |
setContentDataDAO(ContentDataDAO contentDataDAO)
|
void |
setGlobalAttributeEntryDAO(GlobalAttributeEntryDAO dao)
|
void |
setHistoryLinkDAO(HistoryLinkDAO historyLinkDAO)
|
void |
setListEntryDAO(ListEntryDAO dao)
|
void |
setMapEntryDAO(MapEntryDAO dao)
|
void |
setMergeLinkDAO(MergeLinkDAO mergeLinkDAO)
|
void |
setNewAvmNodeDAO(AVMNodeDAO newAVMNodeDAO)
|
void |
setNewAvmNodeLinksDAO(AVMNodeLinksDAO newAVMNodeLinksDAO)
|
void |
setNewAvmStoreDAO(AVMStoreDAO newAVMStoreDAO)
|
void |
setNewAvmVersionRootDAO(AVMVersionRootDAO newAVMVersionRootDAO)
|
void |
setNodeDAO(AVMNodeDAO nodeDAO)
|
void |
setVersionLayeredNodeEntryDAO(VersionLayeredNodeEntryDAO dao)
|
void |
setVersionRootDAO(VersionRootDAO versionRootDAO)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public AVMNodeDAO fAVMNodeDAO
public AVMNodeDAO newAVMNodeDAO
public AVMNodeLinksDAO newAVMNodeLinksDAO
public ContentDataDAO contentDataDAO
public AVMStoreDAO fAVMStoreDAO
public AVMStoreDAO newAVMStoreDAO
public VersionRootDAO fVersionRootDAO
public AVMVersionRootDAO newAVMVersionRootDAO
public ChildEntryDAO fChildEntryDAO
public HistoryLinkDAO fHistoryLinkDAO
public MergeLinkDAO fMergeLinkDAO
public AVMStorePropertyDAO fAVMStorePropertyDAO
public AttributeDAO fAttributeDAO
public MapEntryDAO fMapEntryDAO
public GlobalAttributeEntryDAO fGlobalAttributeEntryDAO
public ListEntryDAO fListEntryDAO
public VersionLayeredNodeEntryDAO fVersionLayeredNodeEntryDAO
Method Detail |
---|
public static AVMDAOs Instance()
public void setNodeDAO(AVMNodeDAO nodeDAO)
nodeDAO
- the fAVMNodeDAO to setpublic void setNewAvmNodeDAO(AVMNodeDAO newAVMNodeDAO)
public void setNewAvmNodeLinksDAO(AVMNodeLinksDAO newAVMNodeLinksDAO)
public void setContentDataDAO(ContentDataDAO contentDataDAO)
public void setChildEntryDAO(ChildEntryDAO childEntryDAO)
childEntryDAO
- the fChildEntryDAO to setpublic void setHistoryLinkDAO(HistoryLinkDAO historyLinkDAO)
historyLinkDAO
- the fHistoryLinkDAO to setpublic void setMergeLinkDAO(MergeLinkDAO mergeLinkDAO)
mergeLinkDAO
- the fMergeLinkDAO to setpublic void setAvmStoreDAO(AVMStoreDAO aVMStoreDAO)
aVMStoreDAO
- The fAVMStoreDAO to setpublic void setNewAvmStoreDAO(AVMStoreDAO newAVMStoreDAO)
public void setVersionRootDAO(VersionRootDAO versionRootDAO)
versionRootDAO
- the fVersionRootDAO to setpublic void setNewAvmVersionRootDAO(AVMVersionRootDAO newAVMVersionRootDAO)
public void setAvmStorePropertyDAO(AVMStorePropertyDAO avmStorePropertyDAO)
public void setAttributeDAO(AttributeDAO dao)
public void setMapEntryDAO(MapEntryDAO dao)
public void setGlobalAttributeEntryDAO(GlobalAttributeEntryDAO dao)
public void setListEntryDAO(ListEntryDAO dao)
public void setVersionLayeredNodeEntryDAO(VersionLayeredNodeEntryDAO dao)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |