public class AVMNodeLinksDAOImpl extends AbstractAVMNodeLinksDAOImpl
| Constructor and Description |
|---|
AVMNodeLinksDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createChildEntryEntity(AVMChildEntryEntity childEntryEntity) |
protected void |
createHistoryLinkEntity(long ancestorNodeId,
long mergeToNodeId) |
protected void |
createMergeLinkEntity(long mergeFromNodeId,
long mergeToNodeId) |
protected int |
deleteChildEntryEntities(long parentNodeId) |
protected int |
deleteChildEntryEntity(long parentNodeId,
long childNodeId) |
protected int |
deleteChildEntryEntity(long parentNodeId,
java.lang.String name) |
protected int |
deleteHistoryLinkEntity(long ancestorNodeId,
long descendentNodeId) |
protected int |
deleteMergeLinkEntity(long mergeFromNodeId,
long mergeToNodeId) |
protected java.util.List |
getChildEntryEntitiesByChild(long childNodeId) |
protected java.util.List |
getChildEntryEntitiesByParent(long parentNodeId) |
protected java.util.List |
getChildEntryEntitiesByParent(long parentNodeId,
java.lang.String childNamePattern) |
protected AVMChildEntryEntity |
getChildEntryEntity(AVMChildEntryEntity childEntryEntity) |
protected AVMChildEntryEntity |
getChildEntryEntity(long parentNodeId,
long childNodeId) |
protected AVMChildEntryEntity |
getChildEntryEntity(long parentNodeId,
java.lang.String name) |
protected java.util.List |
getHistoryLinkEntitiesByAncestor(long ancestorNodeId) |
protected AVMHistoryLinkEntity |
getHistoryLinkEntity(long ancestorNodeId,
long descendentNodeId) |
protected AVMHistoryLinkEntity |
getHistoryLinkEntityByDescendent(long descendentNodeId) |
protected java.util.List |
getMergeLinkEntitiesByFrom(long mergeFromNodeId) |
protected AVMMergeLinkEntity |
getMergeLinkEntityByTo(long mergeToNodeId) |
void |
setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate) |
protected int |
updateChildEntryEntity(AVMChildEntryEntity childEntryEntity) |
createChildEntry, createHistoryLink, createMergeLink, deleteChildEntriesByParent, deleteChildEntry, deleteHistoryLink, deleteMergeLink, getChildEntriesByChild, getChildEntriesByParent, getChildEntry, getChildEntry, getHistoryLinkByDescendent, getHistoryLinksByAncestor, getMergeLinkByTo, getMergeLinksByFrom, setAvmChildEntryCache, setAvmHistoryLinkCache, updateChildEntrypublic final void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)
protected AVMChildEntryEntity getChildEntryEntity(AVMChildEntryEntity childEntryEntity)
getChildEntryEntity in class AbstractAVMNodeLinksDAOImplprotected AVMChildEntryEntity getChildEntryEntity(long parentNodeId, java.lang.String name)
getChildEntryEntity in class AbstractAVMNodeLinksDAOImplprotected AVMChildEntryEntity getChildEntryEntity(long parentNodeId, long childNodeId)
getChildEntryEntity in class AbstractAVMNodeLinksDAOImplprotected java.util.List getChildEntryEntitiesByParent(long parentNodeId)
getChildEntryEntitiesByParent in class AbstractAVMNodeLinksDAOImplprotected java.util.List getChildEntryEntitiesByParent(long parentNodeId,
java.lang.String childNamePattern)
getChildEntryEntitiesByParent in class AbstractAVMNodeLinksDAOImplprotected java.util.List getChildEntryEntitiesByChild(long childNodeId)
getChildEntryEntitiesByChild in class AbstractAVMNodeLinksDAOImplprotected void createChildEntryEntity(AVMChildEntryEntity childEntryEntity)
createChildEntryEntity in class AbstractAVMNodeLinksDAOImplprotected int updateChildEntryEntity(AVMChildEntryEntity childEntryEntity)
updateChildEntryEntity in class AbstractAVMNodeLinksDAOImplprotected int deleteChildEntryEntity(long parentNodeId,
java.lang.String name)
deleteChildEntryEntity in class AbstractAVMNodeLinksDAOImplprotected int deleteChildEntryEntity(long parentNodeId,
long childNodeId)
deleteChildEntryEntity in class AbstractAVMNodeLinksDAOImplprotected int deleteChildEntryEntities(long parentNodeId)
deleteChildEntryEntities in class AbstractAVMNodeLinksDAOImplprotected void createMergeLinkEntity(long mergeFromNodeId,
long mergeToNodeId)
createMergeLinkEntity in class AbstractAVMNodeLinksDAOImplprotected int deleteMergeLinkEntity(long mergeFromNodeId,
long mergeToNodeId)
deleteMergeLinkEntity in class AbstractAVMNodeLinksDAOImplprotected AVMMergeLinkEntity getMergeLinkEntityByTo(long mergeToNodeId)
getMergeLinkEntityByTo in class AbstractAVMNodeLinksDAOImplprotected java.util.List getMergeLinkEntitiesByFrom(long mergeFromNodeId)
getMergeLinkEntitiesByFrom in class AbstractAVMNodeLinksDAOImplprotected void createHistoryLinkEntity(long ancestorNodeId,
long mergeToNodeId)
createHistoryLinkEntity in class AbstractAVMNodeLinksDAOImplprotected int deleteHistoryLinkEntity(long ancestorNodeId,
long descendentNodeId)
deleteHistoryLinkEntity in class AbstractAVMNodeLinksDAOImplprotected AVMHistoryLinkEntity getHistoryLinkEntityByDescendent(long descendentNodeId)
getHistoryLinkEntityByDescendent in class AbstractAVMNodeLinksDAOImplprotected AVMHistoryLinkEntity getHistoryLinkEntity(long ancestorNodeId, long descendentNodeId)
getHistoryLinkEntity in class AbstractAVMNodeLinksDAOImplprotected java.util.List getHistoryLinkEntitiesByAncestor(long ancestorNodeId)
getHistoryLinkEntitiesByAncestor in class AbstractAVMNodeLinksDAOImplCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.